/* text styles */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #CBC0A7;
	font-size: 9px;
	font-style: normal;
	line-height: 16px;
	color: #006633;
	margin: 0px 0px 0px 0px;
	/*leftMargin: 0; 
	topMargin: 0; 
	rightmargin: 0; 
	bottommargin: 0; */
	marginwidth: 0;
	marginheight: 0;
}
BODY {
	scrollbar-face-color: #E2D9C8;
	scrollbar-shadow-color: #BCB090;
	scrollbar-highlight-color: #EDE7DB;
	scrollbar-3dlight-color: #BCB090;
	scrollbar-darkshadow-color: #807C73;
	scrollbar-track-color: #CBC0A7;
	scrollbar-arrow-color: #ffffff;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #F8F5F1;
	background-color: #CBC0A7;
	border: 1px solid #E1DACD;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
}
/* end text styles */

/* table styles */
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	color: #847C68;
	line-height: 14px;
	text-decoration: none;
}
a.houseTitleList {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FF0000;
	line-height: 14px;
	border: none;	
}
.mainHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #CDBEAD;
	line-height: 14px;
	border: none;
}
.subHeader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
}
/* end table styles */

/* hyperlink styles */
a.titlelink:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
}
a.titlelink:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
    text-decoration: underline;
}
a.titlelink:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
}
a.titlelink:visited:hover {
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #5A7539;
	line-height: 14px;
	border: none;
    text-decoration: underline;
}
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #6F695B;
	line-height: 14px;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #847D6B;
	line-height: 14px;
	text-decoration: underline;
}
a:active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #847D6B;
	line-height: 14px;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #847D6B;
	line-height: 14px;
	text-decoration: none;
}
a:visited:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	color: #847D6B;
	line-height: 14px;
	text-decoration: underline;
}
/* end hyperlink styles*/

/* input style classes */
.textform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CBC0A7;
	border: 2px solid #8E8775;
}
.comboform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #333333;
	background-color: #CBC0A7;
	border: 1px solid #8E8775;
}
.submitform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #F8F5F1;
	background-color: #333333;
	border: 3px solid #8E8775;
	line-height: 16px;
}
.editform {
    font-family: Arial, Helvetica, sans-serif;
    background-color: #CBC0A7;
    font-size: 12px;
}
/* end input style classes */