@charset "UTF-8";
/* CSS Document */

input, textarea, select {
border:1px solid #D1FFA4;
color:#333333
font-family:Verdana,Arial,Helvetica,sans-serif;
font-size:12px;
padding:2px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
a:link {
	color: #77A914;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #77A914;
}
a:hover {
	text-decoration: underline;
	color: #77A914;
}
a:active {
	text-decoration: none;
	color: #77A914;
}

body
{
	background-image: url(_img/bg_lines.gif);
	background-repeat: repeat;
	background-attachment:fixed
}
