body, td, input, textarea {
	color: #202020;
	font-family: Lucida Grande, Trebuchet MS, Arial, Verdana;
	font-size: 12px;
}
body {
	background: #FFFFFF;
	margin: 0px;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 8px;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 6px;
}
a {
	color: #a04705;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
hr	{
	color: #202020;
	height: 0px;
	border: 0px;
	border-top: 1px #202020 solid;
	margin-top: 7px;
	margin-bottom: 7px;
}
.disabled {
	color: #606060;
}
div.locator {
	font-weight: bold;
	text-align: center;
	background: #F8F8F8;
	border-bottom: 1px solid #202020;
	padding: 5px;
}

