.mainbody {
	color:black;
	font-family:Arial, Helvetica; 
	font-size:12px;
}

.footer {
	color: gray;
	font-family:Arial, Helvetica;
	font-size:9px;
}

.hook {
	color: #B64537;
	font-size:13px;
	font-weight: bold;
}

.more {
	font-size:10px;
}

.testimonial {
	font-size: 11px;
	font-weight: bold;
}

.citation {
	color: gray;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	text-align: right;
}

.features {
	color: black;
	font-size: 11px;
	font-weight: normal;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

a {
	text-decoration:underline;
	color: #344751;
}

.tooltip {
	text-decoration: none;
	border-bottom: 1px dotted blue; 
	color: #344751;
}

h3 {
	color: #342359;
}

h4 {
	color: #B64537;
}

h5 {
	color: #B64537;
}

th {
	color: #B64537;
	font-size:12px;
	font-weight:bold;
	text-align:left;

}

.th_link {
	color: #B64537;
}


.table_title1 {
	font-weight:bold;
	font-size:15px;
	color: #342359;
}


.table_title2 {
	font-weight:bold;
	font-size:13px;
	color: #B64537;
}

.form-label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	text-decoration: none;
	color: #000000;}

.form-field {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-weight: normal; 
	text-decoration: none; 
	color:#336699; 
	BACKGROUND-COLOR: #ffffff;
	BORDER: #6699CC 1px solid;}

.form-button {
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
	font-weight: bold; 
	text-decoration: none; 
	color:#000000;
	background: #ffffff; 
	BORDER-RIGHT: #336699 1px solid; 
	BORDER-TOP: #6699CC 1px solid; 
	BORDER-LEFT: #6699CC 1px solid; 
	BORDER-BOTTOM: #336699 1px solid; 
	cursor: hand}


#dhtmltooltip{
position: absolute;
width: 300px;
border: 1px solid #342359;
padding: 2px;
background-color: lightyellow;
visibility: hidden;
z-index: 100;
font-family: Arial, Helvetica;
font-size: 10px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}