/*.menu {
  display:table;           
  padding:0;
  margin:0;
  font-family: arial, helvetica, sans-serif;
  white-space:nowrap;
  list-style-type:none;
  font-size:9pt;
  text-align:center;
  width:100%;
}
.menubg{
	width:736px;
	background-color: #660000;
}
  
* html .menu {
  display:inline-block;
  width:1px;
  padding:0 2px;
}
    
.menu li {
  display:table-cell;
}
  
* html .menu li {
  display:inline;
}
  
.menu a {
  display:block;
  background:#660000; 
  color:#fff; 
  text-decoration:none;
  border:1px solid #330000;
}
  
.menu a:link{
	color:#ffffff;
	text-decoration:none;
}

.menu a:visited{
	color:#ffffff;
	text-decoration:none;
}

* html .menu a {
  display:inline-block;
  margin:0 -2px; 
}
  
.menu a:hover {
  color:#000; 
  background:#CC9999;
}
  
a.current {
  color:#fff; 
  background:#08c;
  cursor:default;
}


*/
body
		{
			margin: 0;
			padding: 0;
			color: #660000;
			background-color: #fff;
		}
		td { font-family:Arial, Helvetica, sans-serif; font-size:10pt;}
/*		
		#container
		{
			margin: 0px auto;
			width:750px;
		}
		
		#pageheader{
			background-image: url(images/wing.jpg);
			background-repeat:no-repeat;
			text-align:right;
			background-position: 20px 15px;
			padding-right:25px;
		}
		
		#pageheader h1{
			font-size:20pt;
		}
		
		#banner
		{

		}
		
		#banner h1
		{
			margin: 0;
			padding: .5em;
		}
		
		#nav
		{
			width: 170px;
			margin-left: 10px;
			padding-top: 1em;
		}
		
		#nav p { margin-top: 0;  }
		
		#content
		{
			width:550px;
			padding-top: 1em;
			margin: 0 2em 0 200px;
			font-size:9pt;
			text-align:left;
		}
		
		#content h2 { margin-top: 0; }
		
		#footer
		{
			clear: both;
			background-color: #fff;
			text-align: center;
			border-top: 1px solid #333;
		}*/
.smalltext {
	font-size: 7pt;
}
.medtext {
	font-size: 8pt;
}

a:link {
	font-size: 9pt;
	color: #000099;
	text-decoration: underline;
}
a:visited {
	font-size: 9pt;
	color: #000066;
	text-decoration: underline;
}
a:hover {
	font-size: 9pt;
	color: #660000;
	text-decoration: none;
}
hr{
	height:1px;
	color:#660000;
}

#link{
	position:absolute;
	left:30px;
	top:80px;
}