body {
	font-family: Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 1.6em;
	color: #036;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #036;
}
p, li {
	font-size:0.9em;
}
#report fieldset {
	border: 1px solid #CCC;
	padding:5px;
}
#report legend {
	font-size: 0.9em;
	padding-top: 1px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: 1px solid #CCC;
}
#report label {
	float:left;
	width:115px;
	font-size:0.9em;
}
#report input {
	border:solid 1px #666;
	width:150px;
	margin-top:2px;
}
#report input:focus, #report input.sffocus { 
	background:#FC3; 
	border-color:#900;
}
#geocode {
	width:800px; 
	height:25px; 
	padding:5px;
	/*display:none;*/
}
