@charset "iso-8859-1";
/* CSS Document */
body {
	margin: 0px 0px 0px 0px; 
	background-color: #231f20;
}
form, input, select, textarea {	margin: 0px 0px 0px 0px; }

td, tr { vertical-align:top; text-align:left; }

a:link,
a:visited,
a:active {
	text-decoration: none;
	color: #626262;
}
a:hover { text-decoration: underline; color: #626262; }

td, input, select, textarea { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	color: #715533; 
	line-height:1.5;
}

p { text-align:justify; margin:0px; padding: 0px 0px 14px 0px; }
ul { margin:0px 0px 0px 0px; padding:4px 0px 2px 20px; list-style:circle; }

h1 { font-size: 18px; font-weight: bold; }
h2 { font-size: 16px; font-weight: bold; }
h3 { font-size: 13px; font-weight: bold; }
h4 { font-size: 17px; font-weight: bold; font-style:italic; }

.copy { font-size: 11px; color: #A87E4D; }
.copy a:link, .copy a:visited, .copy a:active, .copy a:hover { color:#A87E4D; }

#force-scrollbar { position: absolute; top: 0; bottom: -1px; width: 1em; z-index: -1; } /* force scroll bar even when not needed on Gecko engines: ADD: <div id="force-scrollbar"></div> to each page */
