@charset "UTF-8";
body {
	background-color: #4d4d4f;
	margin: 0px;
}
td {
	background-color: #cdcdcd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
a:link {
	color: #006837;
	text-decoration: none;
}
a:active {
	color: #009245;
	text-decoration: underline;
}
a:visited {
	color: #006837;
	text-decoration: none;
}
.pageTitle {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
a:hover {
	color: #009245;
	text-decoration: underline;
}
.header {
	background-color: #4D4D4F;
}
.subHeader {
	background-color: #4D4D4F;
}
.footer {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #333333;
}
a.footer:link {
	color: #333333;
	text-decoration: underline;
}
a.footer:active {
	color: #666666;
	text-decoration: none;
}
a.footer:visited {
	color: #333333;
	text-decoration: underline;
}
a.footer:hover {
	color: #666666;
	text-decoration: none;
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
