/* CSS Document */

.textreg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.textregspaced {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 15px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
}
.textbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #000000;
}
.textboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	line-height: 13px;
	font-weight: bold;
	font-variant: normal;
	color: #008DC7;
}
.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #008DC7;
	text-decoration: underline;
}
a:link { 
	color: #008DC7;
	font-weight: bold;
	text-decoration: underline;
	}
a:visited { 
	color: #0079BD;
	font-weight: bold;
	text-decoration: underline;
	}
a:hover { 
	color: #0079BD;
	font-weight: bold;
	text-decoration: underline;
	}
a:active { 
	color: #0079BD;
	font-weight: bold;
	text-decoration: underline;
	
}
a.redlink{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:underline;
	font-weight: bold;

}
	a.redlink:link{color:#cc0033;}
	a.redlink:active{color:#cc0033; text-decoration:underline;}
	a.redlink:visited{color:#cc0033; text-decoration:underline;}
	a.redlink:hover{color:#cc0033; text-decoration:underline;
}	

