
body
	{
		font-family: trebuchet ms, helvetica, verdana;
		font-size: 32px;	
	} 

/*body
{
     font-family: trebuchet ms, helvetica, verdana;
     font-size: 9pt;		
}*/

td {             	
		font-family: trebuchet ms, helvetica, verdana;
            	font-size: 9pt; 
		color:#000000;
		}

#headerleft
{
	position: relative;
	/*left: 10px;
	top: 10px;*/
	border: solid;
	border-color: #000000;
	width: 200px;
}
#headercenter
{
	position: relative;
	border: solid;
	border-color: #000000;
	width: 100px;
}
#headerright
{
	position: relative;
	border: solid;
	border-color: #000000;
	width: 200px;
}
	
	
	
	
	
		
	.boldtable, .boldtable TD, .boldtable TH
	{ 
		font-family: trebuchet ms, helvetica, verdana;
		font-size: 12px;	


		/*font-family:arial;
		font-size:9pt;
		color:black;*/
	}


			
			  #nav {
  list-style: none;
  margin: 0px;
  padding: 1.0em 0px; }

#nav li {
  border-bottom: 1px solid gray;
  font-size: 1.0em; }


#nav li a {
  background: #eee;
  background: white;
  border-bottom: 1px solid green;
  border: 0;
  display: block;
  padding: 2px 3px;
  text-decoration: none;
  color:#006600;}
  
  #nav li a:visited {
  color: #006600;
  }


#nav li a:hover
 {
  background: green;
  color: white; }
  


#comment {
  width: 600px;
  height: 30px;
  margin: auto;
  padding-top: 15px;
  opacity: 0.5;
}

#comment form div.submit {
  /* overflow: auto; */
  width: 60px;
  float: right;
}

#comment input[type=submit] {
  margin: 0 0 0 0;
  float: right;
  padding: 0 0 0 0;
 
  
}
#comment input[type=text] {
  width: 460px;
  border: 1px #555555 solid;
  font-size: 80%;
  color: #777777;
  padding: 2px;
  float: left;
  margin: 3px 0 0 0;
}
#comment label {
  
  float: left;
  display: inline;
  padding: 5px 5px 2px 0px;
}