@charset "UTF-8";
/* CSS Document */

<!--
body {
	background-color: #2e211b;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image:url(/images/2009/bg.png);
	background-repeat:repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8b7d6f;
	line-height:18px;
}

.body2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ada290;
	line-height:18px;
}

.companyname {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	line-height:18px;
}

.pageTitle {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 36px;
	color: #FFF;
}
.pageTitleAbstract {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #FFF;
	line-height: 28px;
}
.pageSubhead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	color: #FFF;
	line-height:normal;
}

a:link {
	color: #ebe6db;
	text-decoration: underline;
}
a:visited {
	color: #ebe6db;
	text-decoration: underline;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
-->