body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-size: 11px;
}

.cal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	font-weight: normal;
	color: #000099;
	text-decoration: none;
}

.cbody {
	font-family: Geneva, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold;
	color: #000000;
}

.normal {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

.author {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #CC0000;
}

.unormal {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	text-decoration: underline;
}

.small {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color:#333333;
}

.csmall {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 10px;
}

.title {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 12px;
}

.subtitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: medium;
}

.maintitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	font-size: large;
	text-decoration: underline;
}

.head {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	color: #CC0000;
	text-decoration: underline;
}

.sml {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	color: Black;
}

.usml {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	color: Black;
	text-decoration: underline;
}

.rsml {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	color: Red;
}

.wsml {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-size: 10px;
	font-weight: normal;
	color: White;
}

.archive {
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
}

.archive a:link{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

.archive a:visited{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	color: #000000;
	text-decoration:underline;
}

.archive a:hover{
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans";
	font-style: normal;
	font-weight: normal;
	font-size: 11px;
	background: #FFCC66;
	color: #0033FF;
}

#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);
}

