body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}

.yellow {	color: #FFFF00;
}
.orange {
	color: #FFCC00;
	font-family: Arial, Helvetica, sans-serif;
}

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:yellow;
font: bold 18px MS Sans Serif;
padding: 3px;
}

.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 80%
}.red {
	color: #FF0000;
	text-decoration: none;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}

.terms {
	color: #000000;
}

textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #FF9900;
}


.week {position: relative; border: 0; height:25px;}

.maintable tr td {vertical-align: middle;}

#dhtmltooltip{
position: absolute;
width: 150px;
border: 2px solid black;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
/* Remove below line to remove shadow. Below line should always appear last within this CSS */
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

.chartheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF9900;
	font-weight: bold;
	text-decoration: none;
	background-position: center;
	text-align: center;
}

.chartData {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: none;
	background-position: center;
	text-align: center;	
}

.TotalMPH{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	background-position: center;
	text-align: center;
	background-color: #000000;
}

#legenddiv .legendtable tr td{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:9px;
text-align:center;
}

.counts{
text-align:center;
vertical-align:text-bottom;
}


a:hover {color:#20B2AA;}  /* mouse over link */
