a {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
 	color : #000066;
	text-decoration : underline;
	font-style : normal;
}
a:active {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
	color : #000066;
	text-decoration : underline;
	font-style : normal;
}
a:visited {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
	color : #000066;
	text-decoration : underline;
	font-style : normal;
}
a:hover {
 	font-size : 12px;
 	font-family : verdana,helvetica,arial;
 	color : #ff0000;
 	text-decoration : none;
 	font-style : normal;
}

a.white {
 	font-size : 12px;
 	font-family : verdana,helvetica,arial;
 	color : white;
 	text-decoration : underline;
	font-weight: bold;
 	font-style : normal;
}
a.white:active {
 	font-size : 12px;
 	font-family : verdana,helvetica,arial;
 	color : white;
 	text-decoration : underline;
	font-weight: bold;
 	font-style : normal;
}
a.white:visited {
 	font-size : 12px;
 	font-family : verdana,helvetica,arial;
 	color : white;
 	text-decoration : underline;
	font-weight: bold;
 	font-style : normal;
}
a.white:hover {
 	font-size : 12px;
 	font-family : verdana,helvetica,arial;
 	color : #ff0000;
 	text-decoration : none;
 	font-weight: bold;
 	font-style : normal;
}


td {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
 	color : #000066;
	font-style : normal;
}

td.bold {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
 	color : #000066;
	font-weight: bold;
	font-style : normal;
}

td.white {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
 	color : white;
	font-weight: bold;
	font-style : normal;
}

div {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
 	color : #000066;
	font-style : normal;
}

div.bold {
 	font-size : 12px;
	font-family : verdana,helvetica,arial;
 	color : #000066;
	font-weight: bold;
	font-style : normal;
}

