@charset "UTF-8";
/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
H1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #333333;
}
H1 a {
	color: #CC6600;
	text-decoration: none;
}
H1 a:visited {
	color: #333333;
	text-decoration: none;
}
H1 a:active {
	color: #FF9900;
	text-decoration: none;
	}
H2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #333333;
}
H2 a {
	color: #CC6600;
	text-decoration: none;
}
H2 a:visited {
	color: #333333;
	text-decoration: none;
}
H2 a:active {
	color: #FF9900;
	text-decoration: none;
}
H3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
	color: #333333;
}
.bulletText{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.text{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.footer{
	font: "Trebuchet MS";
	font-size: 10px;
	color: #999999;
}
.text a {
	color: #CC6600;
	text-decoration: underline;
}
.text a:visited {
	color: #333333;
}
.text a:active {
	color: #FF9900;
}
.quotes {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	padding: 5px;
}
.borderedImg {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #FFFFFF;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 5px;
}
.borderedImg a {
	color: white;
	text-decoration: none;
}
.featureTbl {
	border-style: solid;
	border-width: 1px;
	border-color: #666666;
	padding: 2px;
}