﻿.BoldBanner
{
	color : #E37E00;
	font-size : 16pt;
	font-weight: bold;
}
.NormalText{
	font-size : 12pt;
	font-weight: normal;
}
A.Nav {
	color : #0D2CB4;
	text-decoration:None;
	font-weight:Bold;
	font-size:12pt;	
}
A.Nav:hover {
	color : #E37E00;
	font-weight:Bold;
	font-size:12pt;	
}
A.Nav:link {
	color : #0D2CB4;
	text-decoration:None;
	font-weight:Bold;
	font-size:12pt;	
}
A.Nav:visited {
	color : #0D2CB4;
	text-decoration:None;
	font-weight:Bold;
	font-size:12pt;	
}
