@charset "UTF-8";
/* CSS Document */

h1{
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	color: #000000;
	background-color: #999999;
	line-height: 15px;
	margin-left: 1in;
	margin-top: .5in;
	margin-bottom: 0;	
	text-indent:0px;
	display: inline;
	display: run-in;
	list-style-type: disc;
}

body {
	font-family: geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #999999;
	line-height: 15px;
	margin-left: .75in;
	margin-top: .5in;
	margin-bottom: 5in;	
	text-indent: 0px;	
	list-style-type: circle;
}

a {color: #000000; text decoration: none;}
	a:link: {text-decoration: none;}
	a:visited: {text-decoration: none;}
	a:active: {text-decoration: none;}
	a:hover: {color: #999999;}
}

table{
		font-family: geneva, arial, helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #999999;
	line-height: 15px;
	margin-left: 0in;
	margin-top: 0in;
	margin-bottom: 1in;	
	text-indent: 0px;	
	table-style-type: circle;
	padding: 0;
	font-weight: bold;
	text-align: left;
}

a.nav, a.nav:link, a.nav:visited {display:block; width:15px; height:15px; float:left;} 
a.nav:hover {color: #999999; background: #999999;} 
a.nav:active {color:#999999; background: #999999;}
#nav span {display:none;} 
#nav a:hover span {
  display: block;
  position: relative;
  left: 35em;
  top: -16em;
  padding: 0.5em;
  width: 24em;
  margin: 0;
}
