@charset "utf-8";
/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #929999;
	background-color: #ABB2B3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.gif);
	background-repeat: repeat;
}
.mainCopy {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #929999;
	text-align:left;
}
.titleGreen {
	color: #8FC56D;
	font-weight: bold;
}

a:link {
	color: #8FC56D;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #8FC56D;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
	color: #00CC00;
}
td.designBy A:link, td.designBy A:visited{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	font-weight:bold;
	color: #CCCCCC;
}
td.designBy A:hover{
	color: #FFFFFF;
}
.title {
	font-weight: bold;
}
