body {
	background: #C7CDD4;
	margin: 10px;
}

th,tr,td {
	vertical-align: top;
}
img {
	border: 0px;
}
hr {
	text-align: center;
	border: none 0;
	border-top: 1px solid #1f70b9;
	width: 500px;
	height: 1px;
}
.input {
	border: 1px solid #9E9E9E;
	background: #FFFFFF;
	font-size: 9pt;
	font-family: Verdana;
	height: 30px;
	width: 200px;
}
.submit {
	border: 1px solid #9E9E9E;
	background: #FFFFFF url(submit.png);
	font-size: 8pt;
	font-family: Verdana;
	height: 30px;
	width: 200px;
}
table {
	border-collapse: collapse;
}
.pad {
	padding: 10px;
}
h1 {
	font-size: 16pt;
	font-family: verdana;
	color: #669933;
	margin-top: 0;
	padding-top: 0;
}
.result {
	margin: 10px;
	padding: 10px;
	border: 1px solid #ff6600;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
}
.result A:link { color: #669933; text-decoration: underline; }
.result A:visited { color: #669933; text-decoration: underline; }
.result A:hover { color: #ff6600; text-decoration: none; }

.tabs{
width: 100%;
overflow: hidden;
border-top: 1px solid #9AC566; /*bottom horizontal line that runs beneath tabs*/
}

.tabs ul{
margin: 0;
padding: 0;
padding-left: 5px; /*offset of tabs relative to browser left edge*/
font: 13px Verdana;
list-style-type: none;
}

.tabs li{
display: inline;
margin: 0;
}

.tabs li a{
float: left;
display: block;
text-decoration: none;
margin: 0;
padding: 8px 4px; /*padding inside each tab*/
border-right: 1px solid white; /*right divider between tabs*/
color: white;
background: #9AC566; /*background of tabs (default state)*/
}

.tabs li a:visited{
color: white;
}

.tabs li a:hover, .mattblacktabs li.selected a{
background: #659A30; /*background of tabs for hover state, plus tab with "selected" class assigned to its LI */
}
.style5 {
    font-size: 11pt;
	font-family: Arial;
	}
.style5 A:link { color: #669933; text-decoration: underline; }
.style5 A:visited { color: #669933; text-decoration: underline; }
.style5 A:hover { color: #ff6600; text-decoration: none; }

.style1 {font-size: xx-small}

.style2 {
    font-size: 10pt;
	font-family: Arial;
	}
.style2 A:link { color: #3b6518; text-decoration: underline; }
.style2 A:visited { color: #3b6518; text-decoration: underline; }
.style2 A:hover { color: #990000; text-decoration: none; }

.style3 {
    font-size: 8pt;
	font-family: Arial;
	color: #759c4d;
}
.style6 {
    font-size: 11pt;
	font-family: Arial;
	padding: 5px;
	}