<style type="text/css">
A.Sub {
	
	color :Red;
}
A.Sub:Visited {
	
	color :Red;
}
A.Sub:Active  {
	
	color : Red;
}
A.Sub:Hover  {
	color : Red;
	
}

.Blue24Bold {
font-size : 24pt;
color : #0099FF;
font-weight : bold;
font-style : normal;
font-family : arial;
}

.Black14Bold {
	font-size : 14pt;
	color : black;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	font-family : helvetica, arial, verdana;
	}

.Black12Bold {
	font-size : 12pt;
	color : black;
	font-weight : bold;
	font-style : normal;
	text-decoration : none;
	font-family : helvetica, arial, verdana;
	}
	
.Black10 {
	font-size : 10pt;
	color : black;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	font-family : arial, helvetica, verdana;
	}
.Black10Bold {
	font-size : 10pt;
	color : black;
	font-weight : bold;
	font-style : bold;
	text-decoration : none;
	font-family : arial, helvetica, verdana;
	}
	
	.Black8 {
	font-size : 8pt;
	color : Black;
	font-weight : normal;
	font-style : normal;
	text-decoration : none;
	font-family : arial, helvetica, verdana;
	}

</style>
