/* -- FONT --*/
.fontRed {
	color: #FF0033;
}
.fontWhite {
	color: #FFFFFF;
}
.fontBold {
	font-weight: bold;
}
.fontBoldRed {
	font-weight: bold;
	color: #FF0033;
}
.fontBoldLspacing {
	font-weight: bold;
	letter-spacing: 1em;
}
.fontMin {
	font-size: 0.8em;
	color: #666666;
}
.fontMinRed {
	font-size: 0.8em;
	color: #FF0033;
}
.fontMinBold{
	font-size: 0.8em;
	font-weight: bold;
}
.fontDate {
	font-family: Verdana, sans-selif;
	font-size: 0.8em;
	line-height: 150%;
	font-weight: bold;
	color: #666666;
}
