body {
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
	background-color: #8cc739;
}

h1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size:18px;
	display:block;	
	line-height: 30px;
	text-indent: 10px;
	margin: 0px;
	padding: 0px;
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
}

/*
th{
	border-bottom: #999999 solid 1px;	
	text-align: center;
	line-height: 30px;
}
td{
	line-height: 25px;
}
.odd{
	background: #FFFFFF;
}
.even{
	background: #EEEEEE;
}*/

fieldset{
	border: 1px #999999 dotted;	
	padding: 15px 0px 15px 0px;
}
legend{
	font-size: 16px;
	font-weight: bold;
	margin-left: 30px;
	color: #5ca709;
	background: #FFFFFF;
}
label{
	padding-left: 20px;
	line-height: 30px;
}