body, p, td, tr, ol, ul, td, th, p, li, Content
{
	color: #4e3e22;
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
}

a:visited, a:link
{
	color: #8c6c3b;
	text-decoration: none;
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
}

.hl
{
	color: #000000;
	font-weight: bold;
	font-size: 15px;
	font: arial, sans-serif;
}

.error {
	color: red;
	text-decoration: bold;
}

.inputclass, .search{
	background-color: #d7c8b2;
	font-size: 12px;
	border: 1px solid #9e8b6a;
	color: #9e8b6a;
}

.inputclass:focus, .search:focus{
	background-color: #fff4e3;
	font-size: 12px;
	border: 1px solid #000000;
}

a:hover, a:active
{
	color: #000000;
	font-size: 12px;
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
}

.box { 
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
	border: solid #bda889;
	border-width: 1px 1px 1px 1px;
	background: #d7c8b2;
	color: #9e8b6a;
}

.box2 { 
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
	border: solid #9e8b6a;
	border-width: 1px 1px 1px 1px;
	background: #c8b69b;
	color: #9e8b6a;
}

.td1 {
	background: #d7c8b2;
	vertical-align: top;
	color: #9e8b6a;
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
}

.td2 {
	background: #c8b69b;
	vertical-align: top;
	color: #9e8b6a;
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
}

.td3 {
	background: #fff4e3;
	vertical-align: top;
	color: #9e8b6a;
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
}

.quote {
	font: arial, verdana, helvetica, geneva, lucida, 'lucida grande', sans-serif;
	font-size: 12px;
	padding: 9px 8px 9px 8px;
	background-color: #c8b69b;
	border-top: 1px dotted #9e8b6a;
	border-bottom: 1px dotted #9e8b6a;
	border-left: 1px dotted #9e8b6a;
	border-right: 1px dotted #9e8b6a;
	margin: 10px 10px 10px 10px;
	font-style: italic;
	color: #000000;
	font-weight: normal;
}

#dhtmltooltip{
position: absolute;
width: 105px;
font-size: 11px;
font-family: verdana,helvetica;
color: #FFFFFF;
border: 3px solid #161616;
padding: 2px;
background: #1d1d1d;
visibility: hidden;
z-index: 100;
filter:alpha(opacity=70);-moz-opacity:0.7;opacity: 0.7;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}