.whitesmall {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}
.whitesmallitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	font-style: italic;
}
.whitexsmallbold {font-size: x-small}
.whitesmallbold {
	font-size: small;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.HEADERMED {
	font-size: medium;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0B2345;
}
.HEADERSMALL {
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #0B2345;
}
.bodytext {
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #000000; 
}
.bodytextbold {
	font-size: small; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
	color: #000000; 
}
A.link  {
	color : #0B2345;
	font-weight: bold;
	text-decoration : none;
}

A.link:Visited  {
	color : #0B2345;
	font-weight: bold;
	text-decoration : none;
}

A.link:Active  {
	color : #0B2345;
	font-weight: bold;
	text-decoration : none;
}

A.link:Hover  {
	color : #0B2345;
	font-weight: bold;
	text-decoration : underline;
}
