a {
  color: #666666;
  text-decoration: none;
}

a:hover {
  color: #666666;
  text-decoration: none;

}

a:active {
  color: #666666;
  text-decoration: none;
}

a:visited {
  color: #666666;
  text-decoration: none;
}

a.search {
  			color: blue;
  			text-decoration: none;
  		}
  		
a.search:hover {
  			color: blue;
  			text-decoration: underline;
  		}
  		
a.search:active {
  			color: blue;
  			text-decoration: none;
  		}
  		
a.search:visited {
  			color: blue;
  			
  			
  		}






td {
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  color: #666666;
}

td.main
{
	padding-left: 5px;
	padding-right: 5px;
}


input
{

font-family: Verdana;
font-size: 11px;
color: #666666;
background-color: #FFFFFF;
border-color:#666666;
border-width:1px;

 }
 
 
 table.search
 {
	border-width:0px;
 }
 
 
 
 font.star
{
	color:red;
}
