<!--
html {
	height:100%; 
	
}


body {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image:url(../images/ch.gif)
	}

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #656565;
}


h1 {font-size:.1em;
}

h3 {font-size:1.1em;
}

td{font-size:11px;}
td b{font-size:11px;}
p, ul, ol, li a, a{font-size:11px; }


a:link {
	color: #0F79B7;
	text-decoration: none;
}
a:visited {
	color: #0F79B7;
	text-decoration: none;
}
a:hover {
	color: #656565;
	text-decoration: none;
}
a:active {
	color: #0F79B7;
	text-decoration: none;
}


.header {
	color: #0F79B7;
	font-weight: bold;
	font-size: 11px;
}

.dates {
	color: #FF6600;
	font-weight: bold;
	text-decoration: underline;
	font-size:10px;
}

.sitelinks {
	color: #0F79B7;
	}
	
.white {
	color: #ffffff;
	font-weight: bold;
}

.red {
	color: #FF0000;
}

.blue {
	color: #1794BC;
}

.green {
	color: #32A949;
}
	

.inputbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	border: 1px solid #999999;
	margin-left: 3px;
	padding-left: 2px;
	width: 100px;
	height: 17px;
}

.selectbox{
	font-family: Arial, Helvetica, sans-serif;
	font-size:inherit;
	border: 1px solid #999999;
	width: 100px;
	height: 17px;
}

.submitbox{
	width: 40px;
	height: 17px;

	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-bottom: 2px;
	color: #FFFFFF;
	background-color: #009366;
}
.border{ 
		border:1px solid #E6E6E6;
}


.navpadding{
		margin-left:10px;
		}

.navArrow{
	width: 8px;
	height: 8px;
	background: url('../images/arrow-grey.gif') 0px 3px no-repeat;
}

.style1 {font-size: 11px}

.theader1{
	background-color: #1072AF;
	color: #ffffff;
	font-weight: bold;
}

.theader2{
	background-color: #dfdfdf;
	font-weight: bold;
}

.trow1{
	background-color: #f1f1f1;
}

.trow2{
	background-color: #f5f5f5;
}
li{font-size:11px;}
p a{font-size:11px;}


.headerBG{
 background: url('../images/header.jpg');
}

.headerAlt{ display: block; text-indent: -1000px; }

.siteMap{
	margin-left: 50px;
}

.contactBox{
	margin-bottom: 10px;
}

.contactBox p{
	float: left;
	width: 150px;
	border: 1px solid #cccccc;
	margin-left:10px;
	padding: 5px;
	margin-bottom: 0px;
}

.clear{
	clear: both;
}


-->