﻿/* USA-ALL Global Style */

Table.MainContainer {
	width: 663px;
	height: 100%;
}

a {
	font-family: Verdana;
	font-size: 11px;
	color: #2c64c0;
}

a:hover {
	color: #d43f00;
}

/* default text styles */

h1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 20px;
	color: #6f825f;
	font-style: italic;
}

H3 {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14px;
	color: #bd3f2a;
}
		.impTxtRed {
			font-family: Verdana;
			font-size: 14px;
			font-weight: bold;
			color: #df0000;
		}
		.impTxtRed a {
			color: #df0000;
		}
		
		.impTxtRed a:hover {
			color: #FF0000;
		}
		
.fineprint {
	font-family: Verdana;
	font-size: 10px;
	color: #c0c0c0;

}

.maintext {
	font-family: Verdana;
	font-size: 11px;
	color: #6a6a6a;

}

/* div styles */

#header {
	width: 663px;
	height: 174px;
}

#tableBody {
	background: #fff url(/graphics/body/body.jpg) center repeat-y;
	width: 663px;
	height: auto;
	margin-bottom: 0px;
}

#NavButtons {
	background: url(/graphics/body/nav.gif) top no-repeat;
	text-align: left;
	width: 110px;
	height: 22px;
	padding-top: 8px;
	padding-left: 8px;
	font-family: Arial;
	font-size: 12px;
	color: #6b6b6b;
	font-weight: bold;
}

#NavButtons a {
	color: #6b6b6b;
	text-decoration: none;
	font-weight: bold;
}

#NavButtons a:hover {
	color: #cd481f;
	text-decoration: none;
	font-weight: bold;
}

#bodyContent {
	padding-bottom: 6px;
	padding-left: 12px;
	padding-right: 22px;
	padding-top: 2px;
	width: auto;
	height: auto;
	text-align: left;
}

#Footer {
	width: 663px;
	height: 14px;
	background: url(/graphics/body/footer.gif) center no-repeat;
	text-align: center;
	font-family: Verdana;
	font-size: 9px;
	color: #fff;
	padding-top: 1px;
}

#FeatureBox {
	width: 200px;
	padding: 0px;
	float: right;
	margin-left: 6px;
}

.dividingHR {
	width: 100%;
	height: 2px;
	background-color: #b1bca9;
}

.formtext {
	font-family: verdana, helvetica, arial;
	font-size: 10px;
	color: #666;
	padding: 2px }
