

h1 { font-size: 22px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 	color: #CD853F; 	}
	
h2 { font-size: 16px;  font-style: normal;  font-weight: bold;    color: #CD853F;    }

h3 { font-size: 14px;   
	}
h4{
	font-size: 13px;
	margin: 4;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	}

h5 { font-size: 12px; }

h6 { font-size: 10px; 
	background-color: #003300;
	}
	

.smaller   { font-size: 12px; }

.larger { font-size: 14px;  font-weight: bold;  }
	
table { font-size: 14px;  font-weight: normal;     }

.bg{
	background-color: Black;
}
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #CD853F;
}

	

a:visited {
	text-decoration: none;
	color: #CD853F;
}

a:hover {
	text-decoration: none;
	color: #FF6600;
}

a:active {
	text-decoration: none;
	color: #CD853F;
}



body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: White;
   background-color: Black;
	font-weight: 500;
	background-image: url(images/tablebg.jpg);
	background-position: top;
	background-repeat: no-repeat;
	}


#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#CD853F; 
  display: block; 
  width: 160px; 
  padding: .30em;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    }

#menu a:hover {
  color: #FF6600;
}


#submenu a, #submenu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:White; 
  display: block; 
  width: 160px; 
  padding: .30em 20px;
    font-size: 12px;
    line-height: normal;
    font-weight: bold;
    }

#submenu a:hover {
  color: #FF6600;
}
.singlespace { line-height: 6px;  color: White;
}

hr { color: #CD853F;  height: 1px;  }
