/* CSS Document */
body {
	background-color: #a3c000;
}
body,td,th {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.style1 {
	font-size: 16px;
	font-weight: bold;
}
.style2 {font-size: 9px}
.style3 {
	font-size: 16px;
	font-weight: bold;
}
.style4 {
	font-size: 10px;
	line-height: 1.1;
}
.style5 {
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #a3c000;
}
.style6 {
	font-size: 12px;
	font-weight: bold;
	color: #FF9900;
}
.style7 {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000033;
}

.style9 {
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
a:link {
	color: #FF6600;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	text-decoration: none;
	color: #a3c000;
}
a:active {
	text-decoration: none;
}
.formbutton{
cursor:pointer;
font-size: 11px;
border:outset 1px #ccc;
background:#fff;
color:#666;
font-weight:bold;
padding: 1px 2px;
}

.textarea{
	font-size: 12px;
	border: outset 1px #ccc;
	color:#333;
	padding: 1px 2px;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-top-color: #333333;
	border-left-color: #333333;
}
