@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #333333;
	background-color: #d5e2c7;
	margin-right: auto;
	margin-left: auto;
	line-height: 1.4em;
}
#main table {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
.margin {
	margin: 25px;
	text-align: justify;
}
a:link, a:visited {
	color: #CC6633;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#navigation td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	background-color: #E7e6c5;
	}
	
#navigation a {
	color: #7E7F2C;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 15px;
	}
	
#navigation a:hover {
	color:#664920;
	}
#navigation a.current, #navigation a.current:hover, #navigation a.current:active {
	cursor: default;
	font-weight: bolder;
	color: #993300;
	}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.2em;
	color: #810F08;
}
.text80 {
	font-size: 0.8em;
}
