body, td {
	font-family: Tahoma, Arial, Verdana;
	font-size: 11px;
	color: #414141;
}
body {
	background-color: #F1F1F1;
	margin: 0px;
	padding: 0px;
}
a {
	color: #1B6F0A;
	font-weight: bold;
}
a:visited {
	color: #1B6F0A;
}
a:hover {
	color: #1B6F0A;
}
a:active {
	color: #1B6F0A;
}
form {
	margin: 0px;
	padding: 0px;
}
input.text {
	border: 1px black solid;
	background-color: #FFFFFF;
	font-size: 11px;
	width: 300px;
}
input.button {
	border: 1px black solid;
	background-color: silver;
	font-size: 11px;
	width: 100px;
}
select, textarea {
	font-family : Tahoma, Arial, Verdana;
	color : #000000;
}
img {
	border: 0px;
}
img.photolink {
	border: 1px solid black;
}
h1 {
	color: #4A9703;
	font-family: Arial, Tahoma;
	font-size: 20px;
	margin: 7px 0px 6px 0px;
}
h2 {
	color: #22569D;
	font-family: Arial, Tahoma;
	font-size: 16px;
	margin: 12px 0px 6px 0px;
}

.allcaps {
	text-transform: uppercase;
}
.footer td {
	color: White;
}
.footer a:link {
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.footer a:visited {
	color: White;
	font-weight: normal;
	text-decoration: none;
}
.footer a:active {
	color: White;
	text-decoration: none;
}
.footer a:hover {
	color: White;
	text-decoration: underline;
}

.content {
	padding-left: 20px;
}

table.picture {
	border-left: 4px solid #a3a3a3;
	border-bottom: 4px solid #a3a3a3;
	border-top: 0px;
	border-right: 0px;
	border-collapse: collapse;
}
table.picture td {
	background-color: #eaeaea;
	padding: 0px;
	text-align: center;
}

table.tableList {
	align: center;
	border: 0px;
	border-collapse: collapse;
	width: 95%;
}
table.tableList td {
	border-top: 1px dashed silver;
	border-bottom: 1px dashed silver;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 3px;
	padding-right: 3px;
}

table.mainMenu {
	border-top: 1px solid white;
	border-collapse: collapse;
}

.mainMenu .level1 td {
	background-color: #eaeaea;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
	padding: 5px;
	padding-left: 20px;
}
.mainMenu .level1 a {
	color: #414141;
	display: block;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
.mainMenu .level1 a:visited {
	color: #414141;
	font-weight: normal;
	text-decoration: none;
}
.mainMenu .level1 a:active {
	color: #414141;
	text-decoration: none;
}
.mainMenu .level1 a:hover {
	color: #414141;
	text-decoration: none;
}

.mainMenu .level2 td {
	background-color: white;
	color: #125224;
	border: 1px solid #eaeaea;
	padding: 2px;
	padding-left: 30px;
}
.mainMenu .level2 a {
	color: #125224;
	display: block;
	font-weight: normal;
	text-decoration: none;
	width: 100%;
}
.mainMenu .level2 a:visited {
	color: #125224;
	font-weight: normal;
	text-decoration: none;
}
.mainMenu .level2 a:active {
	color: #125224;
	text-decoration: none;
}
.mainMenu .level2 a:hover {
	color: #125224;
	text-decoration: none;
}

.printVersion {
	text-align: center;
}
.printVersion a {
	border: 1px solid white;
	color: #414141;
	font-weight: normal;
	padding: 2px;
	text-decoration: none;
}
.printVersion a:visited {
	color: #414141;
	font-weight: normal;
	text-decoration: none;
}
.printVersion a:active {
	color: #414141;
	text-decoration: none;
}
.printVersion a:hover {
	border: 1px solid #aeaeae;
	color: #414141;
	text-decoration: none;
}


.linkButton {
	text-align: center;
}
.linkButton a {
	background-color: #1B6F0A;
	border: 1px solid #a3a3a3;
	color: white;
	font-weight: bold;
	padding: 3px 7px 3px 7px;
	text-decoration: none;
}
.linkButton a:visited {
	color: white;
}
.linkButton a:active {
	color: white;
}
.linkButton a:hover {
	color: white;
}