/* CSS Document */

*{
font-family:Arial, Helvetica, sans-serif ,"Times New Roman", Times, serif;
font-size:12px;
color:#818181;
line-height:16px;
}
.searchinput{
border:#818181 solid 1px;
background:#333333;
margin-left:10px;
}
.submit{
margin-right:30px;
}
.green{
color:#748B16;
}
a:link , a:visited {
	font-size: 12px;
	color: #818181;
	text-decoration: underline;
}
a:hover {
	font-size: 12px;
	color: #748b16;
}
