a.subnav:link	{
	text-decoration: none;
	color:#000066;
	font-weight: bold;
	background: transparent;
	}
a.subnav:hover	{
	color: red;
	text-decoration: underline;
	font-weight: bold;
	background: transparent;
	}
a.subnav:visited	{
	text-decoration: none;
	color: #000066;
	font-weight: bold;
	background: transparent;
	}
a.mainnav:link	{
	text-decoration: none;
	color:black;
	background: transparent;
	}
a.mainnav:hover	{
	text-decoration: underline;
	color: red;
	background: transparent;
	}
a.mainnav:visited	{
	text-decoration: none;
	color:black
	background: transparent;
	}
	
input	{	
	width: 80px;
	height: 20px;
	background: #8E8398;
	font:12px arial, verdana, sans-serif;
	color: white;
	border: 1px solid black;
	padding: 1px;
	}
.noclass	{
	border: 0;
	padding:0;
	width:85px;
	height: 23px;
	background: transparent;
	}