body, html {
	margin: 0px;
	background-color: #CCCC99;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#000000;
}

a:link {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0000FF;
	text-decoration: none;
}

a:hover, a:active {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	color: #0000FF;
	text-decoration: underline;
}

.summary {
	font-family: Georgia, Times New Roman, serif;
	margin-top: 2px;
	margin-bottom: 7px;
	font-size:14px;
	font-style: italic;
	color: #FFFFFF;
	font-weight: bold;
}

.main {
	font-size:13px;
	margin-left: 10px;
	margin-right: 25px;
	text-align: left;
}

#credits {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

.bottom_nav {
	font-family: Verdana, sans-serif;
	font-weight: normal;
	font-size: 13px;
	color: #000000;
	text-decoration: none;
}

.td_menu {
	border-bottom: dotted;
	border-color: #CCCCCC; border-width: thin;
}

#menu a {
	  text-decoration:none; 
	  background-color:#ffcc66; 
	  padding: 3px;
	  padding-bottom: 3px;
	  font: 11px Verdana, Arial, Helvetica, sans-serif;
	  color:#0000ff; 
	  display:block; 
	  border:1px solid #fff;
	  border-color:#eee #777 #444 #ddd;
	  margin-right: 5px;
	  width: 135px;
	  }
	
#menu a:hover {
	  background-color:#ddd; 
	  top:3px;
	  right:4px;
	  color:#000;
	  border-color:#444 #ddd #eee #777;
	  width: 135px;
}

h1,h2,h3,h4 {
	font-family: Arial, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	color: #003399;
	border-bottom: 2px solid #ff9900;
}

h1 {
	margin-top: 5px;
	margin-bottom: 15px;
	font-size:30px;
}

h2 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:26px;
}

h3 {
	font-size:22px;
	margin-top: 15px;
	margin-bottom: 15px;
}

h4 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size:16px;

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight: normal;
	color:#000000;
}



