<style type="text/css">

body, table, h2, h3, p, th, td, ul, ol, li, dl, dd, dt, label, div, span, input, textarea {
	font-family: Verdana, Arial, Helvetica;
	font-size: 10pt;
}

A:hover {
	color: #CC3300;
	text-decoration: none;
}

#header {
	height:27px;
	background-image: url(/images/header_bg.gif);
	background-repeat: repeat-x;
	min-width:600px;
}

#content {
	margin: 15px 10px 17px 36px;
}

div.footer {
	font-size: 70%;
	color: #999999;
	margin-top: 8px;
	margin-left: 40px;
}

A:link.footer {

}

A:visited.footer {
	text-decoration: underline;
	color: #6633CC;
}

A:hover.footer {
	text-decoration: none;
}

A.disclaimer {
	color: Red;
	text-decoration: underline;
}

A.disclaimer:hover {
	color: #CC3300;
	text-decoration: none;
}

.orangeline {
	height: 2px;
	width: 100%;
	background-color: #F7CF92;
}

.redblock {
	height: 23px;
	width: 100%;
	background-color: #B66A3D;
}

.greyline {
	height: 1px;
	width: 100%;
	background-color: #999;
}

.tanline {
	height: 5px;
	width: 100%;
	background-color: #F5F5DC;
}

.clear {
    clear: both;
    height: 0;
}
</style>