a.body:link {color : #7D1513;}
a.body:visited {color : #D0C5AB;}
a.body:hover {color : #AB9D7B; text-decoration: underline;}

a.callout:link {color : #7D1513;}
a.callout:visited {color : #D0C5AB;}
a.callout:hover {color : #AB9D7B; text-decoration: underline;}

a.footer:link {color : #7D1513;}
a.footer:visited {color : #c3b79a;}
a.footer:hover {color : #AB9D7B; text-decoration: underline;}

a.footer_blue:link {color : #0081bd;}
a.footer_blue:visited {color : #0081bd;}
a.footer_blue:hover {color : #016a9b; text-decoration: underline;}

a.subnav_title:link {color : #a00101;}
a.subnav_title:visited {color : #a00101;}
a.subnav_title:hover {color : #f06161; text-decoration: underline;}

a.subnav:link {color : #716143;}
a.subnav:visited {color : #a00101;}
a.subnav:hover {color : #9e8c6b; text-decoration: underline;}

.body {
line-height: 20px;
font-size: 11px;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
color: #958660;
}

.body_red {
line-height: 20px;
font-size: 11px;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
color: #a73330;
}

.callout {
line-height: 15px;
font-size: 11px;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
color: #958660;
}

.footer {
line-height: 17px;
font-size: 11px;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
color: #958660;
}

.footer_blue {
line-height: 20px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #0081bd;
}

.subnav_title {
line-height: 15px;
font-size: 11px;
text-decoration: none;
font-family: Arial, Verdana, Helvetica, sans-serif;
color: #a00101;
}

.subnav {
line-height: 15px;
font-size: 11px;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
color: #716143;
}

.forms {
line-height: 14px;
font-size: 11px;
background-color: #e9e3d4;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
width: 130px;  
margin-bottom: 3px;
color: #776956;
}

.forms2 {
line-height: 14px;
font-size: 11px;
background-color: #e9e3d4;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
width: 50px;  
margin-bottom: 3px;
color: #776956;
}

.forms3 {
line-height: 14px;
font-size: 11px;
background-color: #e9e3d4;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
width: 200px;  
margin-bottom: 3px;
color: #776956;
}

.forms4 {
line-height: 14px;
font-size: 11px;
background-color: #e9e3d4;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
width: 100px;  
margin-bottom: 3px;
color: #776956;
}

.forms5 {
line-height: 14px;
font-size: 11px;
background-color: #e9e3d4;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
width: 150px;  
margin-bottom: 3px;
color: #776956;
}

.forms6 {
line-height: 14px;
font-size: 11px;
background-color: #e9e3d4;
text-decoration: none;
font-family: Trebuchet, Arial, Verdana, Helvetica, sans-serif;
width: 350px;  
margin-bottom: 3px;
color: #776956;
}

.dhtmlgoodies_question{	/* Styling question */
	/* Start layout CSS */

	font-size:1em;
	width:680px;
	
	/* End layout CSS */
	
	overflow:hidden;
	cursor:pointer;
}
.dhtmlgoodies_answer{	/* Parent box of slide down content */
	/* Start layout CSS */
	width:680px;
	
	/* End layout CSS */
	
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.dhtmlgoodies_answer_content{	/* Content that is slided down */
	padding:1px;
	font-size:1em;	
	position:relative;
}