body {
	background-color: #F5EED3;
}

td, th, input, select, textarea {
	font-family: arial;
	font-size: 13px;
	color: black;
}

a {
	font-family: arial;
	font-weight: bold;
	font-size: 13px;
	color: #0E4E36;
	text-decoration: none;
	border-bottom: 1px;
	border-bottom-color: #0E4E36;
	border-bottom-style: dotted;
}

a:hover {
	font-family: arial;
	font-weight: bold;
	color: #F5EED3;
	text-decoration: underline;
	border-bottom-style: solid;
	border-bottom-color: #36DC9E;
	background-color: #003823;
}

.head {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: black;
	background-color: #FCEAC7;
}

.copyright {
	font-family: arial;
	font-size: 10px;
	color: black;
}

.copylink {
	font-family: verdana;
	font-weight: normal;
	font-size: 10px;
	text-decoration: none;
	color: black;
}

.copylink:hover {
	font-family: verdana;
	font-size: 10px;
	background-color: #000000;
	text-decoration: none;
	color: #F5EED3;
}

.back {
	background-color: #FCEAC7;
}

.backdark {
	background-color: #854A49;
}

.back3 {
	background-color: #CC0000;
}

.alert {
	background-color: #CC0000;
	font-size: 13;
	font-weight: bold;
	color: yellow;
}

.spechead {
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	padding-left: 3px;
	padding-right: 3px;
	padding-top: 1px;
	padding-bottom: 1px;
}