.whiteText {
	font-family: "Gill Sans MT", "Gill Sans", Verdana;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: normal;
}
.whiteText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.whiteText a:hover {
	color: #EEEEEE;
	text-decoration: underline;
}
.whiteText a:active {
	color: #FFFFFF;
	text-decoration: none;
}
.blackText {
	font-family: "Gill Sans MT", "Gill Sans", Arial, Verdana;
	font-size: 10pt;
	font-weight: normal;
}
.redText {
	font-size: 10pt;
	color: #FF0000;
	font-family: "Gill Sans MT", "Gill Sans", Arial, Verdana;
}
