a:link, a:active {
	color: #AC0000;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:visited {
	color: #21493C;	
	FONT-WEIGHT: bold;
	text-decoration: none;	
}	
a:hover {
	color: #21493C;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;		
}
body {
	background-color: #021724;
	color: #022237;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: justify;
}
#site {
	background-color: #CCD4DA;
	color: #022237;
	margin: 10px auto;
	width: 500px;
}

#layout {
	background-color: #CCD4DA;
	height: 211px;
	width: 500px;
	z-index: 1;
}
#navigation {
	background-color: #93BCCD;
	display: block;
	margin-top: 1px;
	padding-right: 3px;
	padding-top: 2px;
	padding-bottom: 2px;
}

#content {
	background-color: #CCD4DA;
	padding: 10px;
	width: 480px;
	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: 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
}