

h1 { font-size: 22px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	}
	
h2 { font-size: 16px;  font-style: normal;  font-weight: bold;    color: #006666;    }

h3 { font-size: 22px;   
	}
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 { background-color: White;  font-size: 16px;    }

table.white{
	background-color: 	background-color: #120D09;
}
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #006666;
}

	

a:visited {
	text-decoration: none;
	color: #006666;
}

a:hover {
	text-decoration: none;
	color: #663333;
}

a:active {
	text-decoration: none;
	color: #669999;
}



body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	background-image: url(images/background.jpg);  background-color: #120D09;
	background-repeat: repeat-x;
	font-weight: 500;
	margin-top: 0px;
	}


#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#003333; 
  display: block; 
  width:12em; 
  padding: .30em 18px;
  background-image: url(images/button_up.gif);
    background-color: transparent;
    font-size: 12px;
    line-height: normal;
    }

.singlespace { line-height: 6px;  color: #FF0033;         }

#menu a:hover {
  color: #663333;
  background-image: url(images/button_dn.gif);
}
