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

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
}

body {
	background:url(images/bg3.jpg) center repeat-y;
	background-color:#66CC00;
}

a:link {
	color: #0066CC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
}
a:hover {
	text-decoration: underline;
	color: #FF9900;
}
a:active {
	text-decoration: none;
	color: #FF3300;
}

.text {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: .5em;
	margin-bottom:.5em;
}

.subheader {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12pt;
	color:#FF6600;
	font-weight:bold;
}

.subheader-em {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10pt;
	color:#333333;
	font-style:italic;
}
