body {
	font-family: Verdana;
	font-size: medium;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}

.cal {
	font-family: Verdana;
	font-size: 8px;
	font-weight: normal;
	color: #003366;
	text-decoration: none;
}

.cbody {
	font-family: Verdana; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
}

.normal {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
}

.small {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: x-small;
}

.csmall {
	font-family: Verdana;
	font-style: normal;
	font-weight: normal;
	font-size: xx-small;
}

.title {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: large;
}

.head {
	font-family: Verdana;
	font-style: normal;
	font-weight: bold;
	font-size: large;
	color: Red;
	text-decoration: underline;
}

.sml {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: Black;
}

.usml {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: Black;
	text-decoration: underline;
}

.rsml {
	font-family: Verdana;
	font-size: 9px;
	font-weight: normal;
	color: Red;
}

#dhtmltooltip{
position: absolute;
width: 200px;
border: 2px solid white;
padding: 2px;
background-color: white;
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);
}


