a{
	background-color : transparent;
	color : rgb(51, 51, 204);
	text-decoration : none;
}

a:link{
	color:"#003399";
}

a:visited{
	color:"#003399";
}

a:hover{
	background-color : transparent;
	color : #FF0000;
	text-decoration : underline;
}

Body, td, tr{
	color : #000000;
	font-family : Arial,Helvetica,sans-serif;
	font-size : 10pt;
}

.FixedFont{
	font-family : "Courier New",Courier,monospace;
	font-size : 10pt;
}

.TableTitles{
	background-color : #FFFFFF;
	color : #000000;
	font-family : Tahoma,Arial,Helvetica,sans-serif;
	font-size : 8pt;
	font-weight : bold;
	text-decoration : none;
}

