@charset "UTF-8";
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px;
}
a:link {
	color: #00F;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #906;
}
a:hover {
	text-decoration: underline;
	color: #36F;
}
a:active {
	text-decoration: none;
	color: #C03;
}
h1 {
	font-size: 150%;
	color: #006;
}
h2 {
	font-size: 130%;
	color: #006;
}
h3 {
	font-size: 115%;
	color: #006;
}
h4 {
	font-size: 150%;
	color: #006;
	text-align: center;
}
h5 {
	font-size: 130%;
	color: #006;
	text-align: center;
}
h6 {
	font-size: 115%;
	color: #006;
	text-align: center;
}
#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
}
#wrapper p {
	font-size: 85%;
	line-height: 1.4;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 8px;
	margin-left: 40px;
}
.floatleft {
	float: left;
	margin-right: 10px;
}
.floatright {
	float: right;
	padding-left: 10px;
}
#nav {
	height: 3em;
	width: 1000px;
}
