/*your custom style goes in this file*//*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/
/* normal: most regular body text */.normal {	font-family: Arial, Helvetica, sans-serif; 	font-size: 14px;

}/* body: describes page background color and all non-table text not governed by any other style */BODY {	background-color : #FFFFFF;	color : #000000;	font-family : Arial, Helvetica, sans-serif;	font-size: 16px;

}/* smfieldname: small text used in conjunction with .fieldname style text */.smfieldname {	font-family: Arial, Helvetica, sans-serif; 	font-size: 12px;	color: white;}/* fieldname: regular text within column or row title sections */.fieldname {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;	color: white;

}

.searchtext {
	font-size: 14px;
	color: #b99852;
	text-align: right;
	vertical-align: top;
	padding-right: 5px;
	width: 100%;

}

a.subsearch:link, a.subsearch:visited {
	background-color: #211a16;
	color: #b99852;
	font-size: 12px;
}
a.subsearch:hover {
	background-color: #211a16;
	color: #e9cfa2;
	font-size: 12px;



}/* smaller: small body text */.smaller {	font-family: Arial, Helvetica, sans-serif;	font-size: 14px;


























