@charset "UTF-8";
#nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	float: left;
	width: 305px;
	position: fixed;
	background-color: #FFFFFF;
	border: 1px dotted #FF99FF;
	top: 20px;
	left: 50px;
}
#content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	width: 520px;
	position: relative;
	margin-left: 325px;
	border: 1px dotted #FF00FF;
	color: #666666;
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
}
.style1 {
	color: #FF0099;
	font-weight: bold;
}
body {
	background-image: url();
	background-repeat: repeat;
	background-color: #FFFFFF;
	margin-top: 20px;
}
.style2 {
	font-size: 8pt;
	color: #666666;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	color: #FF0099;
}
a:visited {
	color: #666666;
}
a {
	font-weight: bold;
}
.style3 {
	color: #FF0099;
	font-style: italic;
}
.style1_big {
	color: #FF0099;
	font-weight: bold;
	font-size: 14px;
}
