

h1 { font-size: 28px;  font-family: Arial, Helvetica, sans-serif;   
	}
	
h2 { font-size: 16px;  font-style: normal;  font-weight: bold; }

h3 { font-size: 22px;   
	}
h4{
	font-size: 18px;
	margin: 4;
	font-family: 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: 300;     }

table.white{
	background-color: #999999;
}
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #026CA0;
}

	

a:visited {
	text-decoration: none;
	color: #026CA0;
}

a:hover {
	text-decoration: none;
	color: #62872C;
}

a:active {
	text-decoration: none;
	color: #026CA0;
}



body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
   background-color: White;
	font-weight: 300;
	}


#menu a, #menu a:visited {
  text-align: center; 
  text-decoration:none; 
  color:#026CA0;  
  display: inline; 
  padding: .3em;
  background-color:#F0F0F0;
  border:1px solid;
  border-color:#f3f3f3 #bbb #bbb #f3f3f3;
  margin: 0;
  font-size: 12px;
  line-height: normal;
  font-weight: bold;
    }

.singlespace { line-height: 6px;  color: #FF0033;         }

#menu a:hover {
  color: #62882C;
  background-color:White;
  border:1px solid;
  border-color:#F5DEB3 #D19B2E #D19B2E #F5DEB3;
}

.double { line-height: 150%; }

