@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #333333;
	background-color: #fcba63;
	margin-right: auto;
	margin-left: auto;
}
#main table {
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
}
a:link {
	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: #EEF4D1;
	}
	
#navigation a {
	color: #5A76B8;
	line-height:1.7em;
	text-decoration: none;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	}
	
#navigation a:hover {
	color:#000066;
	}
#navigation a.current, #navigation a.current:hover, #navigation a.current:active {
	cursor: default;
	font-weight: bolder;
	color: #993300;
	}
