.text {
	font-size : 12px;
	font-family : verdana;
	color : #000000;

}

.whitetext {
	font-size : 12px;
	font-family : verdana;
	color : #1F2EB9;
	font-weight : bold;
}

.pagetitle {
	font-size : 18px;
	font-family : verdana;
	color : #9F282A;
	font-weight : bold;
}

.bigbold {
	font-size : 14px;
	font-family : verdana;
	color : #000000;

}

.bigboldwhite {
	font-size : 16px;
	font-family : verdana;
	color : #1F2EB9;
	font-weight : bold;
}

.footer {
	font-size : 9px;
	font-family : verdana;
	color : #000000;
}

a:link {
	text-decoration : none;
	color : #1F2EB9;
}

a:visited {
	text-decoration : none;
	color : #1F2EB9;
}

a:active { 
	text-decoration : none;
	color : #1F2EB9;
}

a:hover	{
	text-decoration: underline;
	color : #1F2EB9;
}