@charset "utf-8";
.pageheader {
	color: #006600;
	font-size: 30px;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align:middle;
	letter-spacing: 1px;
	padding-bottom: 7px;
}
.subheader {
	font-size: 15px;
	font-weight: bold;	
}		
.middle {
	text-align: left;
	margin-top: 2px;
	margin-left: 180px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12pt;
}
hr {
	margin-left: 5px;
	color: #284900;
	width: 100%;
}

.header {
	font-size: 18px;
	font-weight: bold;
}
th {
	background-color: #006600;
	border-left: 1px;
	color: #ffffff;
	font-family:Arial, Helvetica, sans-serif;
}
.name {
	background-color: #f7f7f7;
	border: 1px solid;
	font-size: 13px;
}
.blank {
	background-color: #ffffff;
	border: 1px solid;
	font-size: 12px;
}
a {
	text-decoration: none;
	color: #008000;
}

a:hover {
	text-decoration: underline;
	color: #A7A37E;
}
a:visited {
	color: #008000;
	text-decoration: none;	
}
a:hover:visited {
	color: #0099FF;
}

a img, :link img, :visited img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
