a:link, a:active {
	color: #346C0D;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:visited {
	color: #B40100;	
	FONT-WEIGHT: bold;
	text-decoration: none;	
}	
a:hover {
	color: #E8F9DC;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;		
}
body {
	background-color: #222222;
	color: #555555;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: justify;
}
#site {
	background-color: #F7FDF3;
	color: #555555;
	margin: 10px auto;
	width: 582px;
}

#layout {
	background-color: #F7FDF3;
	height: 109px;
	width: 582px;
	z-index: 1;
}

#content {
	background-color: #F7FDF3;
	float: left;
	padding: 10px;
	width: 450px;
	text-align: justify;
	z-index: 2;
}

#navigation {
	background-color: #F7FDF3;
	float: right;
	padding: 10px 10px 10px 0px;
	width: 90px;
	z-index: 2;
}
#navigation a {
	background-color: #E8F9DC;
	border-right: 3px solid #01662D;
	display: block;
	margin-top: 1px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	text-decoration: none;
}
#navigation a:hover {
	background-color: #01662D;
	border-right: 3px solid #E8F9DC;
}
#footer {
	clear: both;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}
H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12pt;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 10px 1px;
	COLOR: #000000;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #EAE0E4 0px solid;
	FONT-FAMILY: arial;
	LETTER-SPACING: 2px;
	TEXT-ALIGN: left
}