body,td,th {
	color: #000000;
	font: 12px/16px Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

td.leftnav {
	background: #fff9e8;
	border: 1px dotted #ddb379;
}
a {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CC0000;
}
a:hover {
	text-decoration: none;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FFFFCC;
}
a.bottomLink {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:normal;
	color:#660000;
	text-decoration:underline;
}
a.bottomLink:hover {
	text-decoration:underline;
	color:#FF0000;
}
a.bottomLink:visited {
	text-decoration:underline;
	color:#CC0000;
}
.bottomText {
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#660000;
}
ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	list-style-position: outside;
	list-style-image: url(images/bullet.jpg);
	list-style-type: disc;
}

td.header {
	color: #fff9e8;
	font: bold 14px Arial, Helvetica, sans-serif;
	background: #8a2522;
	text-align: center;
	padding: 4px;
}

td.searchbox {
	background: #FFFFFF;
	border: 1px solid #8a2522;
	padding: 4px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #8a2522;
	text-align: left;
}