a:link, a:active {
	color: #CC0000;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:visited {
	color: #337424;	
	FONT-WEIGHT: bold;
	text-decoration: none;	
}	
a:hover {
	color: #337424;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;		
}
body {
	background-color: #F0EEE2;
	color: #000000;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: justify;
}
#site {
	background-color: #FFFFFF;
	color: #000000;
	margin: 10px auto;
	width: 420px;
}

#layout {
	background-color: #FFFFFF;
	height: 188px;
	width: 400px;
	z-index: 1;
	PADDING-TOP: 10px;
}
#navigation {
	background-color: #FFFFFF;
	display: block;
	font-variant: small-caps;
	margin-top: 1px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content {
	background-color: #FFFFFF;
	padding: 10px;
	width: 400px;
	text-align: justify;

}
#footer {
	clear: both;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}
H2 {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	FONT-WEIGHT: bold;
	FONT-SIZE: 9pt;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px 10px 1px;
	COLOR: #03132F;
	PADDING-TOP: 0px;
	BORDER-BOTTOM: #03132F 1px dashed;
	FONT-FAMILY: arial;	
	font-variant: small-caps;
	LETTER-SPACING: 2px;
	TEXT-ALIGN: left
}