body {
	background-color: #FFFFFF;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 10pt;
}
.small-body-text {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 8pt;
}
.body-text-red {
	font-family: Arial, Helvetica, sans-serif;
	color: #FF0000;
	font-size: 10pt;
}

.body-text-blue {
	font-family: Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 10pt;
}
a:link	 {
			Font-Family : Arial, Helvetica, sans-serif ;
			Color : #003366 ;
			font-weight: bold;
			Text-Decoration : None
		}
a:active	 {
			Font-Family : Arial, Helvetica, sans-serif ;
			Color : #DEC372 ;
			font-weight: bold;
			Text-Decoration : None
		}
a:visited	 {
			Font-Family : Arial, Helvetica, sans-serif ;
			Color : #003366 ;
			font-weight: bold;
			Text-Decoration : None
		}
a:hover	 {
			Color : #0000FF ;
			Text-Decoration : None ;
			Font-Weight : Bold
		}
.title-text {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12pt;
	text-transform: uppercase;
}

