BODY {
	background: #ffffff;
	color : black;
	font-family : Verdana, "Bookman Old Style", "Times New Roman", serif;
	font-size: 8pt;
	font-weight : bold;
}

TD {
	color : black;
	font-family : Verdana, "Bookman Old Style", "Times New Roman", serif;
	font-size: 8pt;
	font-weight : bold;
}

.blue {
     font-size: 10pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: Blue; 
}

.red {
     font-size: 7pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: Red; 
}
.black {
     font-size: 7pt; font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-weight: bold; color: Black; 
}

A {
	color: blue; text-decoration: none;
}

A:Hover {
	color: red;
}

HR {
	height: 1pt; color: Black;
}


