body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	font-weight: bold;
	color: #339999;
	text-decoration: none;
}
a:visited {
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CC9933;
}
a:active {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	background-color: #CC9933;
}
.italic {
	font-style: italic;
}
.bodycenter {
	text-align: center;
}
.bodyright {
	text-align: right;
}
.menu {
	color: #000000;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.menu a:link {
	display:block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	height: 100%;
	background-color: #339999;
	text-indent: 10px;
}
.menu a:visited {
	display:block;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width: 120px;
	height: 100%;
	background-color: #339999;
	text-indent: 10px;
}
.menu a:hover {
	display:block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC9933;
	width: 120px;
	height: 100%;
	text-indent: 10px;
}
.menu a:active {
	display:block;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-color: #CC9933;
	width: 120px;
	height: 100%;
	text-indent: 10px;
}
h1 {
	font-size: 150%;
	font-weight: bold;
}
