.normalText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}

.normalTextWhite {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

.normalTextWhiteBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	font-weight:bold;
}	
.normalTextBold {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	font-weight:bold;
}
.bigWhite {
	font-family: Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
.bigBlack {
	font-family: Garamond;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}

.bigRed {
	font-family: Garamond;
	font-size: 21px;
	font-weight: bold;
	color: #F00;
}