body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

td {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a:link {
	color: #4D867A;
	text-decoration: underline;
}
a:visited {
	color: #0c2923;
	text-decoration: underline;
}
a:hover {
	color: #EA9D30;
	background-color: #C6DED9;
	text-decoration: none;
}


/* Menus Styles */
.leftnav:link   {
	color: #4D867A;
	border-bottom: 1px solid #4D867A;
	text-decoration: none;
	display: block;
	padding: 3px;
}
.leftnav:visited   {
	color: #315149;
	padding: 3px;
	border-bottom: 1px solid #4D867A;
	text-decoration: none;
	display: block;
}
.leftnav:hover  {
	color: #A55D07;
	background-color: #C6DED9;
	padding: 3px;
	border-bottom: 1px solid #4D867A;
	text-decoration: none;
	display: block;
}

/* Menus Active Styles */
.leftnavactive:link  {
	color: #cc3333;
	background-color: #C6DED9;
	padding: 3px;
	border-bottom: 1px solid #4D867A;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.leftnavactive:visited  {
	color: #cc3333;
	background-color: #C6DED9;
	padding: 3px;
	border-bottom: 1px solid #4D867A;
	text-decoration: none;
	display: block;
	font-weight: bold;
}
.leftnavactive:hover  {
	color: #C6DED9;
	background-color: #cc3333;
	padding: 3px;
	border-bottom: 1px solid #4D867A;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

/* Menus Text Styles */
.leftnavtext {
	font-size: 16px;
	font-weight: bold;
	color: #EA9D30;
}

notice:link {
	color: #4D867A;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
notice:visited {
	color: #0c2923;
	text-decoration: underline;
	font-size: 14px;
	font-weight: bold;
}
notice:hover {
	color: #EA9D30;
	background-color: #C6DED9;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}

h1  {
	color: #4D867A;
	font-size: 22px;
	font-weight: normal;
	border-bottom: 3px double #ea9d30
}

h2  {
	color: #4D867A;
	font-size: 18px;
	font-weight: normal;
	border-bottom: 2px solid #ea9d30
}

h3  {
	color: #4D867A;
	font-size: 14px;
	font-weight: normal;
	border-bottom: 1px solid #ea9d30
}

h3 a:link  {
	text-decoration: none;
}

h3 a:visited  {
	text-decoration: none;
}

.fineprint {
	font-size: 10px;
	font-weight: bold
}

.remove {
	display: none;
}

.staff:link   {
	color: #f0c88f;
	font-size: 14px;
	font-weight: bold;
	background-color: #4d867a;
	display: block;
	margin: 5px;
	padding: 5px;
	width: 200px;
	border-style: solid;
	border-width: 3px;
	border-color: #c6ded9 #0c2923 #0c2923 #c6ded9;
	text-decoration: none;
}

.staff:visited   {
	color: #f0c88f;
	font-size: 14px;
	font-weight: bold;
	background-color: #4d867a;
	display: block;
	margin: 5px;
	padding: 5px;
	width: 200px;
	border-style: solid;
	border-width: 3px;
	border-color: #c6ded9 #0c2923 #0c2923 #c6ded9;
	text-decoration: none;
}

.staff:hover   {
	color: #c38328;
	font-size: 14px;
	font-weight: bold;
	background-color: #27443e;
	display: block;
	margin: 5px;
	padding: 5px;
	width: 200px;
	border-style: solid;
	border-width: 3px;
	border-color: #0c2923 #c6ded9 #c6ded9 #0c2923;
	text-decoration: none;
}
.announcement  {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	padding: 5px;
	border: solid 2px #ea9d30
}


.bgcell {
	border-right: 1px solid #4D867A;
	padding: 25px;
}

.footer {
	color: #4D867A;
	font-size: 12px;
	padding: 10px
}

.centercontent  {
	padding: 12px;
	border-right: 1px solid #4D867A
}

.leftcolumn  {
	padding: 10px;
	border-right: 1px solid #4D867A;
	border-left: 1px solid #4D867A;
}

/*Classes for form tables*/

.formtext  {
	background-color: #c6ded9;
	border-bottom: 1px solid #4D867A;
	padding: 5px;
}

.formfields  {
	font-size: 10px;
	background-color: #ea9d30;
	border-bottom: 1px solid #4D867A;
	padding: 5px;
}

.formheaders  {
	font-size: 16px;
	font-weight: bold;
	background-color: #c6ded9;
	border-bottom: 1px solid #4D867A;
	padding: 5px;
}

.notice {
	font-size: 18px;
	color: #cc3333;
	font-weight: bold;
	margin: 5px;
}
.data {
	padding: 2px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c2923;
}
.minordata {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c2923;
	background-color: #C6DED9;
}
.headerdata {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0c2923;
	background-color: #EA9D30;
}

