#styleBody {
  font: 90% Verdana, sans-serif;
  margin-top: 4px;
  margin-left: 4px;
}
#styleBody1 {
  font: 90% Verdana, sans-serif;
  background-color : #CCFFFF;
  margin-top: 4px;
  margin-left: 4px;
}
#styleBody2 {
  font: 90% Verdana, sans-serif;
  background-color : #E0FFFF;
  margin-top: 20px;
  margin-left: 20px;
}
.style1 { color: #0033FF; }
.style2 { color: #FF0000; }
.style3 { color: #000000; }
.abc:link { color: #0033FF; text-decoration: none; }
.abc:visited { color: #0033FF; text-decoration: none; }
.abc:active { color: #0033FF; text-decoration: none; }
.abc:hover { color: #0033FF; text-decoration: underline; }
.today {COLOR: black; FONT-FAMILY: sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold}
.days {COLOR: navy; FONT-FAMILY: sans-serif; FONT-SIZE: 10pt; FONT-WEIGHT: bold; TEXT-ALIGN: center}
.dates {COLOR: black; FONT-FAMILY: sans-serif; FONT-SIZE: 10pt}
.dynamicSpan {    font-size:12px;    font-family:verdana;    color:Orange;    }

	.atab, .itab {
		padding-top: 2px;
		padding-bottom: 2px;
		padding-left: 10px;
		padding-right: 10px;
		text-align: center;
	}
	.atab {
		background-color: #FF66FF;
		color: white;
	}
	.itab {
		background-color: #d5d5e3;
		color: blue;
		cursor: hand;
	}
    .itab:hover { text-decoration: underline; background-color: #FFA500; }
	.panel_on, .panel_off {
		width: 99%;
		border-bottom: solid 2px #cccccc;
		padding-bottom: 10px;
	}
	.panel_on {
		display: block;
	}
	.panel_off {
		display: none;
	}

    .label100 {
      float: left;
      text-align: right;
      width: 100px;
    }
