a:link, a:active {
	color: #0B63B4;
	FONT-WEIGHT: bold;
	text-decoration: none;
}
a:visited {
	color: #CA096B;	
	FONT-WEIGHT: bold;
	text-decoration: none;	
}	
a:hover {
	color: #CA096B;
	background-color: #DAECF4;
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;		
}
body {
	background-color: #011B33;
	color: #292929;
	font-family: Verdana, Arial;
	font-size: 9pt;
	text-align: justify;
}
#site {
	background-color: #E7F3F8;
	color: #292929;
	margin: 10px auto;
	width: 766px;
}

#layout {
	background-color: #E7F3F8;
	height: 322px;
	width: 766px;
	z-index: 1;
}

#content {
	background-color: #E7F3F8;
	float: left;
	padding: 8px;
	width: 624px;
	text-align: justify;
	z-index: 2;
}

#navigation {
	background-color: #E7F3F8;
	float: right;
	padding: 10px 10px 10px 0px;
	width: 105px;
	line-height: 16px;
	z-index: 2;
}
#navigation a {
	background-color: #E7F3F8;
	border-bottom: 1px dotted #292929;
	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: #DAECF4;
	border-bottom: 1px dotted #555555;
}
#footer {
	clear: both;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
}
H1 {
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	FONT-SIZE: 18px;
	COLOR: #000000;
	MARGIN: 0px 0px 4px;
	FONT-FAMILY: georgia, verdana
}
H2 {
	FONT-WEIGHT: bold;
	FONT-STYLE: italic;
	FONT-SIZE: 18px;
	COLOR: #000000;
	MARGIN: 0px 0px -2px;
	FONT-FAMILY: georgia, verdana
}