@charset "utf-8";
a:link {
	text-decoration: none;
	color : #000000;
}
a:visited {
	text-decoration: none;
	color : #000000;
}
a:hover {
	text-decoration: underline;
	color : #000000;
}
select	{
font-family: verdana,arial,helvetica,sans-serif;
font-size: 11px;
margin-top: 2px;
margin-bottom: 6px;
margin-left: 2px;
color: #006683;
}