@charset "utf-8";
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	margin-right: 20px;
	margin-left: 20px;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 1.4em;
	color: #333;
}
.bodytext12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 1.4em;
	color: #333;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 1.4em;
	font-weight: bold;
}
.bodytextboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 1.4em;
	font-weight: bold;
	color: #C03;
}
.bodytextnomargin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: normal;
	color: #333;
}
.celltext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.3em;
	font-weight: normal;
	color: #333;
}
.bodytextnomarginbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.4em;
	font-weight: bold;
}
.bodytextnomarginboldred {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #C00;
}
.tabletext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 14px;
}
.tabletextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-right: 0px;
	margin-left: 0px;
	line-height: 14px;
	font-weight: bold;
}
body {
	background-color: #000033;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#container {
	width: 780px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFAA;
}

#top {
	background-color: #FFDF00;
	text-align: center;
	padding-bottom: 10px;
}

#main {
	text-align: center;
	background-color: #FFFFAA;
}
#nav {
	text-align: center;
	background-color: #FFDF00;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#nav a {
	text-decoration: none;
	font-size: 90%;
	color: #000033;
	font-weight: bold;
}
#nav a:hover {
	text-decoration: none;
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
}


#footer {
	background-color: #FFDF00;
	text-align: center;
	padding: 10px;
	clear: both;
	height: 400px;
}


#footer ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#footer li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}
#navb  a {
	text-decoration: none;
	font-size: 90%;
	color: #000033;
	font-weight: bold;
}
#navb  a:hover {
	text-decoration: none;
	font-size: 90%;
	color: #FF0000;
	font-weight: bold;
}
.image-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}
.image-right {
	float: right;
	margin-bottom: 5px;
	margin-left: 10px;
	border: 1px solid #000000;
}
.smallhead {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-right: 80px;
	margin-left: 80px;
	line-height: 20px;
	font-weight: normal;
	color: #333;
}
.subhead {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	color: #C00;
}
.smallheadbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}
.tableborder {
	border: thin dashed #C00;
	background-color: #FC9;
}
#tablebordergrey {
	border: 1px solid #F7E500;
}
#tablebordergrey td {
	border: 1px solid #F7E500;
}
.tableborderbeige {
	border: thin dashed #C00;
	background-color: #FCFF6E;
}
