

body {
	background-color:  DE6C31;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: ffffff;
}
table {
	font-family: Verdana, Helvetica, sans-serif;
	color: DE6C31;
	font-size: 12px;
	align: center;
	background-color:  ffffff;
}
.green {
	font-family: Verdana, Helvetica, sans-serif;
	color: ffffff;
	font-size: 12px;
	background-color:  898F61;
}
.black {
	font-family: Verdana, Helvetica, sans-serif;
	color: 000000;
	font-size: 11px;
	background-color:  ffffff;
}
td.orange {
	font-family: Verdana, Helvetica, sans-serif;
	color: ffffff;
	font-size: 12px;
	background-color:  DE6C31;
}

.center {
	vertical-align: bottom;
	align: center;
	text-align: center;
}
.linkwhitetxt {
	color: ffffff;
	text-decoration: underline;
}
a:hover {
	color: gray;
	text-decoration: none;
}
a:active {
	color: gray;
	text-decoration: Olive;
}
a:visited {
	color: DE6C31;
	text-decoration: underline;
}
.nounderline {
	text-decoration: none;
}
.coloractive {
	color: black;
	text-decoration: none;
}
.blueactive {
	color: blue;
	text-decoration: underline;
	font-size: 16px;
}
h1 {
	font-family: Verdana;
	color: maroon;
	font-size: 16px;
	text-decoration: bold;
	text-align: center;

}
h2 {
	font-family: Verdana;
	color: white;
	font-size: 16px;
	text-decoration: bold;
	text-align: center;

}
h3 {
	font-family: Verdana;
	color: DE6C31;
	font-size: 11px;
	text-decoration: bold;
	text-align: center;
}