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

body,td,th {
	font-size: 14px;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.5;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E1E1E1;
}
a:link {
	color: #A6AC17;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A6AC17;
}
a:hover {
	text-decoration: underline;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #A6AC17;
}
h1 {
	font-size: 30px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin-top: 30px;
}
h2 {
	font-size: 18px;
	color: #A5AC17;
	font-weight: normal;
}
.fineprint {
	font-size: 12px;
	line-height: 1.25;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.italic_body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
.featurebox {
	background-color: #F9F8D4;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	background-image: url(images/feature_bg.gif);
	background-repeat: no-repeat;
	background-position: center;
	border-width: 1px;
	border-color: #C3C3A6;
	border-style: dashed;
	font-size: 15px;
	color: #333333;
}

