/* Main style & layout           */
/*********************************/

body {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	font-weight: normal; }

#main { padding: 2px; }

.nodisplay { display: none; }
	
.clearboth { clear: both; }
	
#footer {
	font-size: 75%;
	text-align: right; }
	
.slideshow, .slideshow2, #subnav img { display: none; }

.boxFloat30percent, .boxFloat45percent { width: auto; }

.smtext { font-size: 75%; }

.boldbrown {  
	font-size: 100%; 
	line-height: normal; 
	font-weight: bold;
	color: #BF7000; }

/* Styles for tables */

table { border: 1px solid #000000; }

td { border: 1px solid #cccccc; }

.table_h1 {
	font-size: 130%;
	color: black; }
.table_h2 {
	font-size: 120%;
	color: black; }
.table_h3 {
	font-size: 110%;
	color: black; }
.table_h4 {
	font-size: 130%;
	font-weight: bold; }
.table_h5 {
	font-size: 120%;
	font-weight: bold; }
.table_h6 {
	font-size: 110%;
	font-weight: bold; }


