.mainText {
	font: 12px Arial, Helvetica, sans-serif;
	color: #000000;
}
.mainText a:link {
	color: #000066;
	text-decoration: none;
}
.mainText a:visited {
	color: #000066;
	text-decoration: none;
}
.mainText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.mainText a:active {
	color: #FF9900;
	text-decoration: underline;
}
.credits {
	font: 9px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}
.credits a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.credits a:hover {
	color: #FF9900;
	text-decoration: underline;
	background: #333333;
}
.credits a:active {
	color: #FF9900;
	text-decoration: underline;
	background: #333333;
}
.title {
	font: bold 16px Arial, Helvetica, sans-serif;
	color: #000000;
}
.midSize {
	font: 14px Arial, Helvetica, sans-serif;
	color: #000000;
}

