@charset "utf-8";
/* CSS Document */

body {
	background-color: #012b05;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
}
h1 {
	font-size: 2em;
	text-decoration: underline;
}
.td {
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#header {
	background-image: url(i/header_bg.jpg);
	height: 60px;
}
a:link {
	color: #ECE8DD;
	text-decoration: none;
	font-size: 1.25em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
}
a:hover {
	color: #ECE8DD;
	font-weight: normal;
	font-size: 1.25em;
	background-color: #553924;
	text-decoration: none;
}
a:visited {
	color: #ECE8DD;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.25em;
	text-decoration: none;
	font-weight: normal;
}
.dotnet {
	font-size: 10px;
	text-align: right;
	vertical-align: bottom;
}
.contnt h1 {
	background-color: #ece8dd;
	color: #012B05;
	text-decoration: none;
}
#table p {
	color: #012B05;
}
.tdbordr {
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #012B05;
}
.navtd {
	background-color: #31221B;
}
#tableNav {
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	text-align: center;
}
.img {
	float: none;
}
.h2 {
	font-size: 1.5em;
	color: #012B05;
	text-align: center;
}

