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

h1{font-family: "Times New Roman", Georgia, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	line-height: 15px;
	margin-left: 0.75in;
	margin-top: 0.5in;
	margin-bottom: 0;	
	text-indent: 0px;
	display: inline;
	display: run-in;
	list-style-type: circle;
}

body {
	font-family: "Times New Roman", Georgia, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	line-height: 15px;
	margin-left: 0.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:#ffffff;}
}

table{
		font-family: "Times New Roman", Georgia, serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	background-color: #ffffff;
	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:#000000; background:#ffffff;} 
a.nav: active {color:#ffffff; background:#ffffff;}
#nav span {display:none;} 
#nav a:hover span {
  display:block;
  position:relative;
  left:35em;
  top:-16em;
  padding:0.5em;
  width:24em;
  margin:0;
}

