BODY, TD, P {
	font-family: Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link, a:active, a:visited {
	color: #333333;
	text-decoration: underline;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}
.title {
	font-size: 14px;
	font-weight: bold;
}
a.title:link, a.title:active, a.title:visited {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-decoration: underline;
}
a.title:hover {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.tiny {
	font-size: 13px;
	color: #333333;
}
a.tiny:link, a.tiny:active, a.tiny:visited {
	font-size: 13px;
	color: #333333;
	text-decoration: underline;
}
a.tiny:hover {
	font-size: 13px;
	color: #990000;
	text-decoration: underline;
}
.tinyOn {
	font-size: 13px;
	color: #6B91CD;
}
.copyright {
	font-size: 12px;
	color: #999999;
}
a.copyright:link, a.copyright:active, a.copyright:visited {
	font-weight: bold;
	font-size: 12px;
	color: #999999;
	text-decoration: underline;
}
a.copyright:hover {
	font-weight: bold;
	font-size: 12px;
	color: #990000;
	text-decoration: underline;
}
.yellowBG {
	background-color: #FFFF00;
}
.bold {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.headerBG {
	background-color: #FFFFCC;
}
.greenBG {
	background-color: #00FF00;
}
.whiteBG {
	background-color: #FFFFFF;
}
.extraLarge {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
}
.lightYellow {
	background-color: #FFFFCC;
}
.darkBG {
	background-color: #999999;
}
.large {
	font-size: 20px;
	font-weight: bold;
	color: #000000;
}
.red {
	font-weight: bold;
	color: #FF0000;
}
a.red:link, a.red:active, a.red:visited {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a.red:hover {
	font-weight: bold;
	color: #FFCC00;
	text-decoration: none;
}
