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


body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #666666;
}
body {
	background-image: url(/images/assets/bg_pattern.gif);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FF9900;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a:hover {
	text-decoration: underline;
	color: #339933;
}
a:active {
	text-decoration: none;
	color: #006633;
}
h1 {
	font-size: 36px;
	font-weight: normal;
	color: #004200;
	font-style: italic;
}
p {
	margin-top:0px;
	padding-top:0px;
	margin-bottom:0px;
	padding-bottom:0px;
}.fineprint {
	font-size: 12px;
	color: #649E23;
}

