BODY, TD {
	color: #333333;
	font: 12px Arial, Helvetica, Verdana, sans-serif;
}

TH {
	color: #997E54;
	font: bold 12px Arial, Helvetica, Verdana, sans-serif;
}

H1 {
	font-size: 14px;
	font-weight: normal;
	color: #465C5F;
}

H2 {
	font-size: 12px;
	color: #465C5F;
	margin-bottom: 0px;
}

A {
	color: #465C5F;
}
A:hover {
	color: #172C2F;
}

A.no_decoration {
	text-decoration: none;
} 

.footer {
	font-size: 10px;
	color: #889194;
}

.header {
	background-image: url(/images/background_header.gif);
}

TABLE.results {
	width: 100%;
}

TABLE.results TD {
	border-bottom: solid 1px #CCCCCC;
}

TABLE.results A {
	text-decoration: none;
}

DIV.horz_rule {
	margin: 10px 0px;
	border-bottom: solid 1px #CCCCCC;
}

DIV.horz_rule HR {
	display: none;
}

FORM.contact_form SELECT {
	width: 400px;
}

TD.contact_cell1 {
	padding: 2px;
	line-height: 20px;
	vertical-align: top;
	color: #AE7C28;
	font-weight: bold;
}

TD.contact_cell2 {
	padding: 2px;
	line-height: 20px;
	vertical-align: top;
	font-size: 11px;
	color: #666666;
}

TD.contact_cell3 {
	padding: 2px;
}

INPUT.contact_input {
	width: 400px;
}

TEXTAREA.contact_textarea {
	width: 400px;
}

IMG.spam_block_img {
	border: dotted 1px #999999;
	background-color: #EEEEEE;
}

INPUT.spam_block_input {
	width: 75px;
}

SPAN.spam_block_note {
	font-size: 10px;
	color: #999999;
}

SPAN.spam_block_note A {
	color: #999999;
}

P.error_msg {
	font-weight: bold;
	color: #CC0000;
}