.leftNav {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #56544C;
	text-decoration: none;
	font-weight: bold;
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	border-top: solid 1px #9C9268;
	width: 100%;
	height: 25px;
    display: block;
}
.leftNav:hover {
	color: #FFFFFF;
	background-color: #999966;
}
.linkA {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #663333;
	text-decoration: none;
	font-weight: bolder;
}
.linkA:hover {
	color: #666666;
}
.input {
	border: 1px solid #000000;
	background-color: #EEEEEE;
}
div#header {
	background-image: url(/_images/head.top.2.gif);
	width: 638px;
	height: 183px;
}
div#header h1 {
	display: none;
}
div#header h2 {
	display: none;
}
.resTable {
	border-collapse: collapse;
	border: 1px solid #000000;
}
.resTable th {
	font-size: 12px;
	background-color: #EEEEEE;
}
.resTable td, th {
	border-right: 1px dotted #CCCCCC;
}
.resTable tr.sepTest td, th {
	border-top: 1px solid #000000;
}
.tableHeading {
	background-color: #663333;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}