body
{
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

a:link
{
	color: #992929;
	background-color: transparent;
	text-decoration: none;
}

a:visited
{
	color: #992929;
	background-color: transparent;
	text-decoration: none;
}

a:hover
{
	color: #992929;
        background-color: transparent;
	text-decoration: underline;
}

a:active
{
	color: #992929;
        background-color: transparent;
	text-decoration: underline;
}

.blackLink 
{
	color: #000000;
	background-color: #cccccc; 
}

.blackLinkActive
{
	color: #000000;
	background-color: #999999; 
	font-weight: bold;
}

.mainLogo
{
	margin-top: 15px;
	margin-left: 10px;
	margin-bottom: 25px;
	border: 0px none;
}

.menuBar
{
	background-color: #cccccc;
	color: #000000;
	margin: 5px 0px;
	border-top: 1px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 0px solid #000000;
	height: 20px;
	width: 100%;
	padding: 0px;
}

.menuBarItem
{
	background-color: #cccccc;
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
}

.menuBarSelected
{
	width: 100px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
	padding-right: 5px;
	border: 1px solid #000000;
	background-color: #999999;
	font-weight: bold;
}

.feature
{
	text-align: center;
	width: 610px;
	margin-left: -30px;
}

.heading
{
	font-size: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.finePrint { font-size: 12px; }
.super { vertical-align: super; }

.heading2
{
	font-size: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.heading3
{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

p { font-family: Arial, Helvetica, sans-serif; }

.content
{
	width: 550px;
	margin-left: 65px;
}

.footer
{
	margin: 50px 0px 0px 65px;
	text-align: center;
	width: 550px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #999999;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}

img { border: 0px none; }

.valid
{
	margin-left: -1px;
	margin-top: 3px;
}
.linkList {
	margin-left: 65px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #000000;
	width: 550px;
	margin-top: 25px;
}
.quoteTable {
	border: 1px solid #000000;
	background-color: #CCCCCC;
}
.quoteHeader {
	border: 1px solid #666666;
	font-weight: bold;
	background-color: #999999;
	text-align: center;
}
.quoteLabel {
	text-align: right;
	width: 194px;
}
.quoteSubmit {
	text-align: center;
}
.quoteLabelReq {
	text-align: right;
	width: 194px;
	color: #FF0000;
}
