.fontDarkRed {
	font-family: tahoma;
	color: #351000;
	font-size: 18px;
}
.fontLightRed { 
	font-family: tahoma;
	font-size: 18px;
	color: #940200;
}

.fontLightRedSmall { 
	font-family: tahoma;
	font-size: 11px;
	color: #940200;
}

.fontBlack {
	font-family: tahoma;
	font-size: 11px;
	color: #2C2C2C;
	line-height: 18px;
}

.fontFooter { 
	font-family: tahoma;
	font-size: 9px;
	color: #ffffff;
}

.fontWhite {
	font-family: tahoma;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}

