body {
	background-color: #231F20;
	font-family: Arial, Helvetica, sans-serif;
	color: #FDFCE8;
	}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	color: #FDFCE8;
	padding-left: 10px;
}

h2 {
	color: #FDFCE8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	}
h3 {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1.15em;	
	background-color: #006666;  	
	color: #DCDCDC
	}
h4 {
	color: #000000
	}
.border {
	border: 3px solid #FFFDE7;
}

.thinborder {
	border: 1px solid #466939;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
	margin: 10px;
	color: #FDFCE8;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	padding: 5px;
}


.mainlinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FDFCE8;
	font-weight: bold;
	text-decoration: none;
}
.mainlinks a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FDFCE8;
	font-weight: bold;
	text-decoration: none;
}
.mainlinks a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFDE7;
	font-weight: bold;
	text-decoration: none;
	background-color: #660000;
	display: table-cell;

}
.mainlinks a:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFDE7;
	font-weight: bold;
	text-decoration: none;
	background-color: #660000;
	display: table-cell;
}

.mainlinks a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FDFCE8;
	font-weight: bold;
	text-decoration: none;
}

.bodylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FDFCE8;
	text-decoration: underline;
	font-weight: bold;
}
.bodylinks a:link {
	color: #FDFCE8;
	text-decoration: underline;
	font-weight: bold;
}
.bodylinks a:hover {
	color: #000000;
	text-decoration: underline;
}
.bodylinks a:active {
	color: #466939;
	text-decoration: underline;
}

.bodylinks a:visited {
	color: #466939;
	text-decoration: underline;
}

.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding: 0px;

}
.footerlinks a:link {
	color: #FFFFFF;
}
.footerlinks a:hover {
	color: #000000;
	text-decoration: underline;
}
.footerlinks a:active {
	color: #000000;
	text-decoration: underline;
}

.footerlinks a:visited {
	color: #FDFCE8;
	text-decoration: none;
}
.copyrightlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #CCCCCC;
	padding: 0px;
}
.copyrightlinks a:link {
	color: #CCCCCC;
}
.copyrightlinks a:hover {
	color: #FF0000;
	text-decoration: underline;
}
.copyrightlinks a:active {
	color: #FF0000;
	text-decoration: underline;
}

.copyrightlinks a:visited {
	color: #CCCCCC;
	text-decoration: underline;
}
table {
	color: #FFFFFF
	}
ul {	
	font-family: Arial, Helvetica, sans-serif;	
	font-size: 1em;	
	list-style-type: square;	
	list-style-position: outside
	}
.buttonover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFDE8;
	background-color: #336600;
	border: 1px solid #FFFDE8;
	height: 25px;
	width: 105px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	cursor: hand;
	font-weight: bold
}
.buttonup {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFDE8;
	background-color: #231F20;
	border: 1px solid #FFFDE8;
	height: 25px;
	width: 105px;
	cursor: hand;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-right: 0px;
	padding-left: 0px;
	font-weight: bold;
}
hr {
	border: 1px solid #336600;
}
