/* CSS Document */
p, body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 10px;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 5px;
	list-style-type: square;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #663300;
	text-transform: uppercase;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #663300;
	margin-bottom: 0px;
	margin-top: 20px;
	margin-bottom: 5px;
}
h3 {
	font-size: 12px;
	color: #CC9900;
	font-style: italic;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-top: 10px;
	margin-bottom: 5px;
}
h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #663300;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 12px;
	margin-bottom: 5px;
}
.subnav {font-family: Arial, Helvetica, sans-serif;	font-size: 10px; color: #663300; padding-left: 9}
a {color: #CC9933; text-decoration:none}
a:hover {color: #663300}
.fade {background-image:  url("images/bg/r_fade.jpg"); background-repeat:repeat}
.footer {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #666633}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.gold {
	color: #CC9900;
}
.brown {
	color: #663300;
}
.green {
	color: #999966;
}
.palegreen {
	color: #DEDEBD;
}
hr {
	border: 1px;
}
.GoldBorderBottom td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC9900;
}
.basictable {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-left-color: #000000;
}
.basictable td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #000000;
	border-bottom-color: #000000;
}