@charset "UTF-8";
/* CSS Document */

body {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 13px;
	letter-spacing:0px;
}
a:link {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 13px;
	letter-spacing:0px;
	text-decoration: none;

}
a:hover {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	line-height: 13px;
	letter-spacing:0px;
	text-decoration: underline;
}
a:visited {
	font-family: Arial;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #AAAAAA;
	line-height: 13px;
	letter-spacing:0px;
}

#header {
	position:fixed;
	top:5px;
	left:150px;
	z-index:20;
	font: Helvetica;
	font-size: 10px;
	line-height: 14px;
}
#mainnav {
	position:fixed;
	top:15px;
	right:50px;
	width:220px;
	height:660px;
	overflow: auto;
	z-index:20;
	font: Arial;
	font-size: 10px;
	line-height: 13px;
	text-align: left;
}
