@charset "utf-8";
td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555;
	line-height:22px;
}
a:link 
{
color: #888; text-decoration:none
}
a:visited
{
color: #888; text-decoration:none
}

a:active
{
color: #888; text-decoration:none
}

a:hover
{	
color: #000;
}

.center1
{ 
margin-left: auto;
margin-right: auto;
}

body {
	margin-bottom: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	}

h2
{
	font-weight: bold;
	color:#8da12a;
	margin-bottom:2px;
	font-size:12px;
}
h3{
	color: #86A20C;
	font-size: 12px;
}

input
{
	border-style:solid;
	background-color:#fff;
	border:1px;
	font-size: 16px;
	font-weight: normal;
	padding-bottom: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-left: 4px;
	height: 30px;
	margin-bottom: 2px;
	margin-top: 2px;
	
	
}
.submit
{
	background-color:#86a20c;
	color: #fff;
}

h1
{
	font-weight: bold;
	color:#666666;
	margin-top:30px;
	margin-bottom:2px;
	font-size:18px;
}

