
a:link {
	font-family: Verdana;
	font-size: 12pt;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	font-family: Verdana;
	font-size: 12pt;
	color: #ff0000;
	font-weight: bold;
	text-decoration: underline;
}

.white {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;	
}

.black {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;	
}

.red {
	font-family: Verdana;
	font-size: 12pt;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;	
}

.small_white {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;	
}

.small_red {
	font-family: Verdana;
	font-size: 10pt;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;	
}

.promo_red {
	font-family: Verdana;
	font-size: 32pt;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;	
}

.promo_white {
	font-family: Verdana;
	font-size: 32pt;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;	
}