@charset "iso-8859-1";
* {
	font-family: Verdana;
	color: #000000;
	font-size: 11px;
}

A:link {
	color: #CC0000;
	text-decoration: none;
}
A:hover {
	color: #CC0000;
	text-decoration: underline;
}


.small{
	font-family: Verdana;
	color: #000000;
	font-size: 9px;
}


.redtitle {
	font-size: 18px;
	color : #9F1012;
	font-weight: bold;
} 


.blackboldbig {
	font-size: 20px;
	color : #000000;
	font-weight: bold;
}


.blackbold {
	font-size: 11px;
	color : #000000;
	font-weight: bold;
}
a.blackbold {
	font-size: 11px;
	color : #000000;
	text-decoration: none;
	font-weight: bold;
}
a.blackbold:hover {
	font-size: 11px;
	color : #000000;
	text-decoration: underline;
	font-weight: bold;
}

.red {
	font-size: 11px;
	color : #9F1012;
	font-weight: bold;
}
a.red {
	font-size: 11px;
	color : #9F1012;
	text-decoration: none;
	font-weight: bold;
}

a.red:hover {
	font-size: 11px;
	color : #9F1012;
	text-decoration: underline;
	font-weight: bold;
}  


.white {
	font-size: 11px;
	color : #FFFFFF;
	font-weight: bold;
}
a.white {
	font-size: 11px;
	color : #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}

a.white:hover {
	font-size: 11px;
	color : #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}  













