body {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 12px;
	margin: 100px auto 10px auto;
}
#header {
	font-weight: bold;
	color: #FF9900;
	background-image: url(images/header.gif);
	padding: 5px;
}
#content {
	padding: 10px;
	margin: 0px;
}
h4 {
	font-size: 12px;
	color: #666666;
	margin: 10px 0px 5px 0px;
}
h3 {
	font-size: 12px;
	color: #666666;
	margin: 0px 0px 5px 0px;
}
h2 {
	font-size: 12px;
	color: #666666;
	margin: 0px;
}
.address {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 11px;
	color: #666666;
	width: 192px;
	padding: 3px;
	background-color: #F5F5F5;
	border: 1px solid;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
}
.button {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 10px;
	color: #EEEEEE;
	background-image: url(images/button.gif);
	width: 60px;
	height: 16px;
	padding-bottom: 1px !important;
	padding-bottom: 0px;
	margin: 5px 0px 0px 5px;
	border: 0px;
	cursor: pointer;
}
.results {
	width: 400px;
	background-color: #F5F5F5;
	border: 1px solid;
	border-color: #CCCCCC #666666 #666666 #CCCCCC;
	padding: 5px;
	margin: 10px 0px 0px 0px;
	line-height: 18px;
}
textarea.results {
	font-family: Verdana, Arial, Trebuchet MS;
	font-size: 12px;
	height: 95px;
	overflow-x: scroll;
}
label {
	font-weight: normal;
}
.right {
	color: #666666;
	float: right;
	text-align: right;
}
.grade {
	float: right;
	text-align: right;
	margin: 10px 10px 0px 0px;
}
.space {
	height: 20px;
}
#network {
	text-align: center;
}
#network a {
	color: #0099FF;
	text-decoration: none;
	padding: 5px;
}
#network a:hover {
	text-decoration: underline;
}
.float {
	float: right;
}
.float a {
	color: #CCCCCC;
	text-decoration: none;
}
.float a:hover {
	text-decoration: none;
}
#table1 {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
}
#c {
	width: 600px;
}