BODY, BLOCKQUOTE, LI, P, TABLE, TD, TR, UL {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
}

td {
	font-family: verdana, arial, tahoma;
}

.question {
	font-family: verdana, arial, tahoma;
	font-size: 11px;
	font-weight:bold;
}

.plus {
	font-size: 16px;
	font-weight:bold;
}

.minus {
	font-size:10px;
}

.error {
	color:#FF0000;
}

.subcat1 {
	width: 100%;
	margin: 5px 0px 2px 20px;
}

.subcat2 {
	width: 100%;
	margin: 5px 0px 2px 40px;
}

.subcat3 {
	width: 100%;
	margin: 5px 0px 2px 60px;
}

h3,h2 {
	font-size: 16px;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:1px solid #000000
}

.answer {
	font-family: verdana, arial, tahoma;
	font-size: 11px;
}


h1.red {
	font-size: 15px;
	font-weight: bold;
	color: #AD0D00;
	margin: 3px 0px 0px 6px;
}


h1.formHeading {
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #000000;
	margin-bottom: 6px;
}


.circle1 {
	width: 5%;
	text-align: center;
	vertical-align: middle;
}

.circle2 {
	width: 32%;
	font-size: 14px;
	font-weight: bold;
	color: #000;
}

.largeFont {
	font-size: 24px;
	font-weight: normal;
	color: #000;
}

.blueFont {
	font-size: 12px;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
	color: #3E6CB7;
}

.categories {
	width: 25%;
	text-align: left;
	vertical-align: top;
}

a.categoryLinks {
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #3E6CB7;
	line-height: 25px;
	text-decoration: none;
}

a.categoryLinks:hover {
	color: #AD0D00;
	text-decoration: underline;
}

a.footer {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

a.footer:hover {
	text-decoration: underline;
}

.footerTD {
	width: 100%;
	text-align: center;
	vertical-align: top;
	color: #000;
	font-size: 12px;
}

.mainBody {
	width: 63%;
	text-align: left;
	vertical-align: middle;
}

.bordercolor {
	background-color:#AD0D00;
}

.tableheadingcolor{
	background-color:#AD0D00;
	color:#ffffff;
	font-weight:bold;
	font-size:12px;
}

.tablebordercolor{
	background-color:#c0c0c0;
}
.tablecontentcolor{
	background-color:#FFFFFF;
	color:#000000;
}

input.searchInput {
	margin: 0px;
	height: 20px; 
	font-size: 10px; 
	color: #000; 
	line-height: 20px; 
	vertical-align: middle;
	font-family: Arial, Verdana; 
}

input.input2 {
	height: 16px;
	width: 45px;
	color: #000;
	font-size: 10px;
	margin-bottom: 1px;
	border: 1px solid #999;
}

input.input3 {
	height: 18px;
	width: 210px;
	color: #000;
	font-size: 11px;
	margin-bottom: 1px;
	border: 1px solid #999;
}

input.input4 {
	height: 16px;
	width: 16px;
	color: #000;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 1px;
	border: 1px solid #999;
}

input.input5 {
	height: 18px;
	width: 140px;
	color: #000;
	font-size: 11px;
	margin-bottom: 1px;
	border: 1px solid #999;
}

input.input6 {
	height: 19px;
	width: 150px;
	color: #000;
	background: url(../images/searchFieldBG.gif);
	font-size: 12px;
	line-height: 14px;
	vertical-align: middle;
	font-weight: normal;
	margin-bottom: 1px;
	border: 1px solid #945DD3;
}

input.checkbox {
	border: 1px solid #999;	
}

.accountManagerHeaderOrange {
	background-color:#FF9900;
	color: #ffffff;
	font-weight: bold;
	font-size:16px;
}
.accountManagerHeader {
	background-color:#AD0D00;
	color: #ffffff;
	font-weight: bold;
	font-size:16px;
}
.accountHeader {
	background-color:#AD0D00;
	color: #ffffff;
	font-weight: bold;
}
.accountHeaderSelected {
	background-color:#C0C0C0;
	color: #000000;
}
.accountHeaderLink {
	color: #ffffff;
	font-weight: bold;
	text-decoration:none
}
A.accountHeaderLink:hover {
	color: #ffffff;
	font-weight: bold;
}
.accountSubHeaderLink {
	color: #000000;
	font-size: 10px;
	text-decoration:none;
	font-weight: normal;
}
A.accountSubHeaderLink:hover {
	text-decoration:underline;
	color: #000000;
}