body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #2c643d;
	background-color: #2c643d;
	margin: 0px;
	padding: 0px;
}
h1 {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}
h3 {

	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
a {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
a:hover {
	color: #0000FF;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:visited:hover{
	color: #0000FF;
}
.admin {
	background-color: #AAAAAA;
	color: #333333;
	font-size: 14px;
}
.admin  a, .admin  a:link, .admin a:visited {
	color: #000066;
	text-decoration: none;
	font-weight: bold;
}
.admin a:hover, .admin a:visited:hover {
	color: #0000FF;
	text-decoration: underline;
	font-weight: bold;
}
.adminbar {
	background-color: #DDDDDD;
	color: #333333;
}

.admin1 {
	color: #640000;
}
.admin2 {
	color: #006400;
}
.admin3 {
	color: #640064;
}
.main {
	background-color: #F0F1E4;
	color: #2c643d;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.darkback  {
	background-color: #726A46;
}
.darklink {
	color: #EBE7E4;
}
.darklink  a, .darklink  a:link, .darklink a:visited {
	color: #FBCE2B;
	text-decoration: none;
	font-weight: bold;
}
.darklink a:hover, .darklink a:visited:hover {
	color: #FBCE2B;
	font-weight: bold;
	text-decoration: underline;
}
.lightback  {
	background-color: #84F0F0;
}


.lightlink {
	color: #000000;
}
.lightlink a, .lightlink a:link, .lightlink a:visited {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.lightlink a:hover, .lightlink a:visited:hover {
	color: #000000;
	text-decoration: underline;
	font-weight: bold;
}
.blackback  {
	background-color: #202020;
}
.blacklink {
	color: #FFFFFF;
}
.blacklink a, .blacklink a:link, .blacklink a:visited {
	text-decoration: none;
	color: #84F0F0;
}
.blacklink a:hover, .blacklink a:visited:hover {
	color: #84F0F0;
	text-decoration: underline;
}
.inverse {
	color: #F0F1E4;
}

.border {
	border: 1px solid #000000;
}
.tiny {
	font-size: 11px;
}
.small {
	font-size: 12px;
}
.button {
	text-align: center;
}
.button a{
	background-image: url(elements/button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-decoration: none;
}
.button a:hover{
	background-image: url(elements/button_blue.gif);
	text-decoration: none;
}
.button a:visited{
	text-decoration: none;
}
.little-button {
	text-align: center;
}
.little-button a{
	background-image: url(elements/little-button.gif);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	text-decoration: none;
}
.little-button a:hover{
	background-image: url(elements/little-button_blue.gif);
	text-decoration: none;
}
.little-button a:visited{
	text-decoration: none;
}
.light1 {
	color: #FF0000;
}
.light2 {
	color: #FBCE2B;
}
.light3 {
	color: #84F0F0;
}
.dark1 {
	color: #48453F;
}
.dark2 {
	color: #000066;
}
.dark3 {
	color: #663333;
}

.white {
	color: #FFFFFF;
}
.black {
	color: #000000;
}

.footer {
	background-color: #F0F1E4;
	color: #2c643d;
	height: 60px;
}
.nav {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}

.scroll {
	text-align: justify;
	text-indent: 15px;
	font-size: 13px;
	overflow: auto;
	padding-right: 6px;
}
.pad {
	padding: 6px;
}

.formnorm {
	font-size: 14px;
	color: #000099;
	font-weight: bold;
}
.formbutton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding-bottom: 1px;
}
.formlist {

	font-size: 12px;
	font-weight: normal;
}
.center {
	text-align: center;
}

.subtitle {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
}
.parenthetical {
	font-size: 15px;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}
.formlabel {

	font-size: 14px;
	font-weight: bold;
}
.right {
	text-align: right;
}
.error {
	color: #E92D25;
}
.errorborder {
	background-color: #990000;
	border: 1px solid #E92D25;
	color: #FFFFFF;
}
.success {
	color: #0066CC;
}

.successborder {
	background-color: #DDDDDD;
	border: 1px solid #0066CC;
	color: #0066CC;
}
.left {
	text-align: left;
}
.formerror {
	font-size: 16px;
	color: #990000;
	font-weight: bold;
	text-align: center;
}
