@charset "ISO-8859-1";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	background-color: #FFFFFF;
	margin: 0px;
}
.logo {
	background-color: #E0E0E0;
	text-align: right;
	vertical-align: bottom;
}
.navbox {
	background-color: #E0E0E0;
	text-align: center;
	vertical-align: bottom;
	font-size: medium;
}
.leftbox {
	background-color: #E0E0E0;
	text-align: center;
	vertical-align: top;
	padding: 20px;
}
.rightbox {
	font-size: smaller;
	font-style: italic;
	text-align: right;
	vertical-align: top;
}
.mainbox {
	text-align: left;
	vertical-align: top;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E0E0E0;
}
.sectionhead {
	font-size: medium;
	font-weight: bold;
}
a:link {
	color: #181D9C;
}
a:visited {
	color: #660066;
}
a:hover {
	color: #003FFF;
}
a:active {
	color: #003FFF;
}
.nav:link {
	color: #0000CC;
	text-decoration: none;
}
.nav:visited {
	color: #660066;
	text-decoration: none;
}
.nav:hover {
	color: #BC0000;
	text-decoration: none;
}
.nav:active {
	color: #BC0000;
	text-decoration: none;
}
.left:link {
	color: #181D9C;
	text-decoration: none;
}
.left:visited {
	color: #660066;
	text-decoration: none;
}
.left:hover {
	color: #003FFF;
	text-decoration: none;
}
.left:active {
	color: #003FFF;
	text-decoration: none;
}
.footer {
	font-size: smaller;
	font-style: italic;
	text-align: center;
}
blockquote {
	text-align: left;
}
.imageleft {
	margin-right: 10px;
	margin-bottom: 2px;
	float: left;
	font-size: smaller;
	font-style: italic;
	text-align: right;
}
.imageright {
	margin-bottom: 2px;
	margin-left: 10px;
	margin-right: 5px;
	font-size: smaller;
	font-style: italic;
	text-align: right;
	float: right;
}
.newsbox {
	padding: 10px;
	border: 2px solid #BC0000;
	margin-bottom: 10px;
	float: right;
	text-align: left;
}
.red {
	color: #BC0000;
}
.arrow {
	margin-left: 8px;
}
