td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
h1 {
	font-size: 20px;
	color: #660000;
	font-weight: bold;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	color: #009900;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	color: #660000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
}
li {
	list-style-image: url(/images/dot.gif);
}
.nav {
	display: block;
	list-style-type: none;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px none #666666;
	border-left: 1px solid #666666;
	color: #FFFFFF;
	margin: 0px 70% 0px 0px;
	list-style-image: none;
}
.nav li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	background-color: #336600;
	padding: 0px;
	margin: 0px;
	list-style-image: none;
	list-style-type: none;
}
.nav a:link {
	color: #000077;
	text-decoration: none;
	display: block;
	background-color: #FFFFFF;
	padding: 0px 0px 0px 4px;
}
.nav a:visited {
	color: #000077;
	text-decoration: none;
	display: block;
	padding-left: 4px;
	background-color: #FFFFFF;
}
.nav a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	padding-left: 4px;
}
.nav a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #660000;
	display: block;
	padding-left: 4px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #BFA37C;
}
.border {
	border-right: 1px solid #660000;
	border-bottom: 1px solid #660000;
}
.hilite {
	background-color: #E1D7B9;
}
.bottom {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #660000;
}
.bottom a:link {
	color: #660000;
	text-decoration: none;
}
.bottom a:visited {
	color: #660000;
	text-decoration: none;
}
.bottom a:hover {
	color: #660000;
	text-decoration: underline;
}
.bottom a:active {
	color: #660000;
	text-decoration: underline;
}
.caption {
	font-size: 11px;
}
.nomargin {
	margin: 0px;
}
