body {
	background-color: #88A42C;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
a {
	font-size: 12px;
	color: #00AAC8;
}
a:link {
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #00AAC8;
}
a:hover {
	text-decoration: none;
	color: #00AAC8;
}
a:active {
	text-decoration: underline;
	color: #00AAC8;
}
.pageHeading {
	font-size: 18px;
	font-style:bold;
	color:#333333;
}
.bigTXT {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00B1C2;
}