@charset "UTF-8";
body {
	font-family: Helvetica, sans-serif;
	color: #333;
	background-color: #FFFFFF;
	font-size: 12px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	background-color: #008ab0;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #333333;
}
#container {
	font-family: Helvetica, sans-serif;
	background-color: #FFFFFF;
	width: 900px;
	font-size: 12pt;
}
#nav {
	position: fixed;
	float: left;
	width: 163px;
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
}
#content {
	background-color: #FFFFFF;
	float: right;
	width: 700px;
	position:absolute;
	left:210px;
	top:196px;
	z-index:2;
	padding: 0px;
}
.style1 {
}
.style2 {
	font-size: 20px;
}
.style6 {
	font-size: 12px
}
.style8 {font-size: 9px}
#content a:hover {
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
