body {
	margin: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
	color: #000000;
	background-color: #FFFFFF;
}
p, td, div, span {
	font-size: 100%;
}
p {
	margin-top: 0px;
}
h1 {
	font-size: 150%;
	color: #B06E2E;
	margin-bottom: 10px;
	margin-top: 5px;
	border-bottom: 1px solid #E7DFDE;
}
h1 a:link {  color: #B06E2E }
h1 a:visited {  color: #B06E2E }
h1 a:hover {  color: #B06E2E }
h1 a:active {  color: #B06E2E }

h2 {
	font-size: 135%;
	/*margin-bottom: 0px;*/
	margin-top: 0px;
	color: #A26020;
	font-weight: bold;
}
h2 a:link {  color: #A26020 }
h2 a:visited {  color: #A26020 }
h2 a:hover {  color: #A26020 }
h2 a:active {  color: #A26020 }

hr { 
	height: 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	color: #000000;
}
a {
	text-decoration: underline;
}
a:link { color: #000000; }
a:visited { color: #000000; }
a:hover { color: #666666; }
a:active { color: #000000; }

table.imageTable {
	background-color: #FFFFFF;
}

td.footerText {
	font-size: 11px;
	color: #666666;
}
td.footerText a:link { color: #666666 }
td.footerText a:visited { color: #666666 }
td.footerText a:hover { color: #000000 }
td.footerText a:active { color: #666666 }
td.content {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
	text-align: left;
}
tr.navigation td{
	background-color: #424542;
	vertical-align: middle;
	text-align: center;
	color: #FFFFFF;
}
tr.navigation a { text-decoration: none; }
tr.navigation a:link,
tr.navigation a:visited { color: #FFFFFF; }
tr.navigation a:hover,
tr.navigation a:active { color: #CCCCCC; }

td.leftNavigation {
	padding: 10px 10px 10px 10px;
	vertical-align: top;
}
td.leftNavSpacer {
	height:1px;
	border-bottom: 1px solid #E7DFDE;
}
td.leftNav {
	vertical-align: middle;
	text-align: left;
	padding: 3px 0px 3px 0px;
}
a.noUnderline {
	text-decoration: none;
}
#logoDiv {
	position:absolute;
	top:30px;
	left:30px;
	color: #000000;
	font-size: 175%;
	font-weight: bold;
}
#leftNav a { text-decoration: none; }
#leftNav, #leftNav ul, #leftNav li {
	margin: 0; padding: 0;
}
#leftNav li {
	margin: 3px 3px 3px 0px;
	padding-left: 3px;
	border-bottom: 1px solid #E7DFDE;
	list-style-type: none;
}
#leftNav ul li {
	margin: 3px 3px 3px 10px;
	border-bottom: none;
	border-top: 1px solid #E7DFDE;
}
#leftNav .currentNav {
	font-weight: bold;
}
td.borderbottom {
	border-bottom: 1px solid #000000;
}