.Header {
   color: 000000;
   font-family: sans-serif;
   font-weight: bold;
   font-size: 12px;
}

.Header a{
	display: block;
        color: #000000;
        padding: 1px 3px 1px 3px;
   font-size: 12px;
   text-decoration: none;
}

.Header a:hover {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	text-decoration: none;
	border: None;
  }

.Menu {
   color: 000000;
   font-family: sans-serif;
   font-size: 14px;
}

.Menu a {
	color: 000000;
	   text-decoration: none;
}

.Menu a:hover {
        /*border: 1px solid #FFFFFF;*/
	border: none;
        /*background-color: #0099DD;*/
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
  }

.MoreInfo a{
	font-size: 10px;
  }

.MoreInfo a:hover {
	border: none;
	font-size: 10px;
  }


.PageHeader {
   color: 000000;
   font-family: times new roman;
   font-weight: bold;
   font-size: 22
}

.SectionHeader {
   color: 000000;
   font-family: times new roman;
   font-weight: bold;
   font-size: 20;
   background-color: cccc99;
}

.SectionHeader a{
   color: FFFFFF;
}

a {
	color: 35586C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

legend{
	background-color: #cccccc;
	font-weight: bold;
	border: 2px solid #999999;
	padding: 2px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#tablist{
padding: 3px 0;
margin-left: 0;
margin-bottom: 0;
margin-top: 0.1em;
font: bold 10px Verdana;
border-bottom: 1px solid gray;
}

#tablist li{
list-style: none;
display: inline;
margin: 0;
}

#tablist li a{
text-decoration: none;
padding: 3px 0.5em;
margin-right: 3px;
border: 1px solid #778;
border-bottom: none;
background: white;
}

#tablist li a:link, #tablist li a:visited{
color: navy;
}

#tablist li a:hover{
background: #F5F5F5;
border-color: navy;
}

#tablist li a.current{
background: #CCCCCC;
}

#maintable {
			 width: 99%;
			 font-family: sans-serif;
			 }
			 
#maintable th {
			 background-color: #CCCC99;
			 font-size: 12px;
			 text-align: center;
			 }

#row1 {
			 font-size: 12px;
			 }			 
			 
#row2 {
			 font-size: 12px;
			 background:#F5F5DC;
			 }	
