body, td, input, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}

body {
	background-color: #006633;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006666;
	text-decoration: none;
}

.tableheader {
	font-weight: bold;
	background-color: #006666;
	color: #FFFFFF;
	text-decoration: none;
}

a, a:hover {
	color: #006666;
	font-weight: bold;
	text-decoration: none;
}

.footer, .footer:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:normal;
}

.headerborder {
	border: 2px solid #BAB0A5;
}

.error {
	color: #FF0000;
	font-weight: bold;
}

.menubuttonlink {
	color: #006666;
	font-weight: bold;
}

.menubuttonlink:hover {
	color: #006633;
	font-weight: bold;
}
.menubutton {
	background-color: #BAB0A5;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #D2CBC4;
	border-right-color: #928A82;
	border-bottom-color: #605A55;
	border-left-color: #C7BFB6;
}

