body {
	background-color: #84E794;
}
#navbar a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	display: block;
	padding: 5px;
	background-color: #FFFFFF;
}
#navbar a:link {
	color: #003366;
	text-decoration: none;
}
#navbar a:visited {
	color: #003366;
	text-decoration: none;
}
#navbar a:hover {
	background-color: #003366;
	color: #FFFFFF;
}
.links a:link { text-decoration: none; color: #003366 }
.links a:visited { text-decoration: none; color: #003366 }
.links a:active { text-decoration: none; color: #003366 }
.links a:hover { color: #660000 }
.links {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #003366;
	text-decoration: none;
}
.blacklink a:link {text-decoration: none; color: #006600}
.blacklink a:visited {text-decoration: none; color: #006600}
.blacklink a:active {text-decoration: none; color: #006600}
.blacklink a:hover {text-decoration: none; color: #D63839}
.blacklink {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006600;
	font-weight: bold;
	text-decoration: none;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.bodytextbold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}
.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #660000;
}
.pagetitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #003366;
}
.pagesubtitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #003366;
}
.bodytextitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}
.bodytextital {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	font-style: italic;
}
.bordertop {
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #003366;
}
.border {
	border: #D63839;
	border-style: solid;
	border-top-width: 2px;
	border-right-width: 2px;
	border-left-width: 2px;
	border-bottom-width: 2px;
}
