.mainfont {
	font-family: "Arial MT Condensed Light", "Arial Narrow", Impact;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
}
.white {
	color: #FFFFFF;
}
.redfont {
	font-family: "Arial MT Condensed Light", "Arial Narrow", Impact;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
	color: #FF0000;
}
a:link {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
}
.whitefont {
	font-family: "Arial MT Condensed Light", "Arial Narrow", Impact;
	font-size: 13px;
	padding: 10px;
	font-weight: bold;
	color: #FFFFFF;
}
