.norblack {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
}
.boldblack {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
.smallbold {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight: bold;
 }
.mediumblack {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: normal;
 }
.norred {
	color: #91081F;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
}
	
A:LINK, A:ACTIVE, A:VISITED{
	font-family : Arial, Helvetica, sans-serif;
	color : #91081F;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-decoration :none;

}

A:HOVER{
	font-family : Arial, Helvetica, sans-serif;
	color : #91081F;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-decoration : underline;
}