

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

body, td, p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 19px;
	color: #333;
}

form { 
   margin: 0px; 
}

A:link, A:visited {
	color: #545caa; 
	text-decoration: none; 
}
A:hover { 
	color: #333;
	text-decoration: none; 
}


/*----link classes------*/

.footernav:link, .footernav:visited { 
	color: #d6d8ed;
	font-size: 9px;
	text-decoration: none; 
}
.footernav:hover { 
	color: #fff; 
	font-size: 9px;
	text-decoration: none; 
}

.footerweb:link, .footerweb:visited, .footerweb:hover{ 
	color: #545caa;
	font-size: 9px;
	text-decoration: none; 
}
 

.topnav:link, .topnav:visited { 
	color: #657632; 
	text-decoration: none; 
}
.topnav:hover { 
	color: #545caa; 
	text-decoration: none; 
}

.topnav_on:link, .topnav_on:visited { 
	color: #545caa; 
	text-decoration: none; 
}
.topnav_on:hover { 
	color: #545caa; 
	text-decoration: none; 
}

.clear{
	clear: both;
}











a.faq:link, a.faqtop:link, a.faqtop:visited{
	text-decoration: underline;
}

a.faq:visited{
	text-decoration: underline;
	color: #999;
}
a.faq:hover{
	text-decoration: underline;
	color: #333;
}

.faq_sep{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f6f6f6;
	padding: 2px 8px;
	cursor: pointer;
}

/*-------text classes------*/

.body_tan {
	font-size: 10px;
	font-style: normal;
	line-height: 14px;
	font-weight: normal;
	font-variant: normal;
	color: #666633;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #CCCC99;
}


ul.faq{
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.faq li{
	padding: 0 6px 5px 30px;
	background-repeat: no-repeat;
	/*background-image: url('../faq/images/Q.gif');*/
	background-position: 0 3px;
}

p.faq{
	text-indent: 20px;
	line-height: 20px;
	margin-top: 6px;
}

p.question{
	font-weight: bold;
	margin-top: 8px;
}

.hilite{
	font-weight: bold;
	color: #666;
}

/*---------nav classes------*/

td.nav_container{
	border-right: solid 1px #CCCCB6; 
}


table.sidenav td.navmarker_plain {
	padding-bottom: 1px;
	padding-top: 1px;
	background: #e0e7d2;
	border-right: solid 1px #CCCCB6; 
}
table.sidenav td.navmarker_on {
	background-color: #bbc98f; 
	border-bottom: solid 1px #CCCCB6; 
	padding-top: 1px;
}

table.sidenav td.plain {
	font-size: 9px;
	font-weight: normal;
	padding-bottom: 1px;
	padding-left: 6px; 
	padding-top: 1px;
	cursor: pointer;
}
table.sidenav td.on {
	font-size: 9px;
	font-weight: normal;
	border-bottom: solid 1px #CCCCB6; 
	padding-left: 6px; 
	padding-top: 1px;
	background: #eee;
	cursor: pointer;
}

td.subnav {
	font-size: 9px;
	font-weight: normal;
	padding-left: 15px; 
	padding-right: 5px; 
	cursor: pointer;
}

tr.bottomnav{
	background-color: #545caa;  
}

td.url_cell{
	border-top: 1px solid #bbb;
	border-right: 1px solid #545caa;
	border-left: 1px solid #545caa;
}




/*------------------------------------------------------------------------------------------------
  form classes
------------------------------------------------------------------------------------------------*/

.submit 
{
	background: #FFFFFF;
	border: 1px solid #CCCCB6;
	padding: 1px 6px 2px 6px;
	line-height: 11px;
	font-size: 11px; 
	color: #660000; 
	font-weight: bold;
}

.submit:hover 
{
	border: 1px solid #999999;
	color: #660000; 
}


