body {
	background-color: #FFFFFF;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
}
a:link {
	text-decoration: none;
	color: #666666;
}
h1 {
	font-size: 100%;
	font-weight: bold;
	color: #333333;
}
h2 {
	font-size: 110%;
	font-weight: bold;
	color: #666666;
}
p {
	font-size: 85%;
	font-weight: normal;
	color: #333333;
}



a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: underline;
	color: #333333;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.nav {
	color: #6666CC;
	background-color: #CCCCCC;
	font-weight: bold;
	cursor: default;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #999999;
	padding: 5px;
}
.navtop {
	color: #6666CC;
	background-color: #CCCCCC;
	font-weight: bold;
	cursor: default;
	background-repeat: no-repeat;
	background-position: right bottom;
	border: 1px solid #999999;
}
.nav_links {
	font-size: 85%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #666666;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.nav_current {
	font-size: 85%;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	color: #6666CC;
	font-weight: bold;
	letter-spacing: 0.1em;
	cursor: default;
}
body,td,th {
	font-size: 95%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
}
