

h1 { font-size: 22px;  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;   
	}
	
h2 { font-size: 16px;  font-style: normal;  font-weight: bold;    color: #FFFFCC;    }

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; 
	}
	

.smaller   { font-size: 12px; }

.larger { font-size: 14px;  font-weight: bold;  }



	
table { background-color: White;   }

/*table.white{
	background-color: #999999;
}*/
/* Custom link styles */
a:link {
	text-decoration: none;
	color: #8B4513;
}

	

a:visited {
	text-decoration: none;
	color: #8B4513;
}

a:hover {
	text-decoration: none;
	color: #CD853F;
}

a:active {
	text-decoration: none;
	color: #D2691E;
}



body {
	font-size: 16px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Black;
	font-weight: 500;
	background: #DEB887;
	}


#menu a, #menu a:visited {
  text-align: left; 
  text-decoration:none; 
  color:#8B4513; 
  display: block; 
  width: 160px; 
  padding: .50em 18px;
  background-image: url(images/button_up.gif);
    background-color: transparent;
    font-size: 12px;
    border-bottom: 1px dashed Silver;
    background: no-repeat;
    }

 
#menu a:hover { color: #CD853F;
  background-image: url(images/bullet.gif);
  border-bottom: 1px dashed #8B4513;
}

