/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

a:link, a:visited {
	font-weight: bold;
	color:#005828;
	text-decoration: none;
	font-size:11px;
	
}

a:hover {
	color:#007E3A;
	
}


h1 {
	font-size: 16px;
	color: #005828;
	font-weight: bold;
}

h2 {
	margin: 0;
	padding: 0;
	font-size: 14px;
	color: #005828;
	font-weight: bold;
	text-decoration:none;
}




.footer {
	font-size: 9px;
	color: #005828;
}


#nav  ul {
	
	margin:0;
	padding:0;
	list-style:none;
	
}


#nav li{
	display:block;
	width: 140px;
	height: 26px;
	line-height:26px;
	background: #EAE6B3 url(images/left-button-off.gif) no-repeat left top;
	text-indent:5px;
}

.tabletitle td{
	line-height:26px;
	font-size:14px;
	font-weight:bold;
	color:#EAE6B3;
	background-color:#005828; 
}

.tablesubtitle td{
	line-height:20px;
	font-size:12px;
	font-weight:bold;
	color:#EAE6B3;
	background-color:#007E3A; 
}

.tableodd td{
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	background-color:#EAE6B3; 
}

.tableeven td{
	line-height:20px;
	font-size:11px;
	font-weight:bold;
	background-color:#FFFFFF; 
}