.bodytext {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:16px;
}

.bodytextbold {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	line-height:16px;
	font-weight:bold;
}

.upcomingtext {
font-family:"Times New Roman", Times, serif;
	font-size: 13px;
	line-height:14px;
	color: #FFFFFF;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #ff0033;
}
a:active {
	text-decoration: none;
	color: #669900;
}


