body, td, input, textarea {
	color: #FFFFFF;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
}
body {
	color: #FFFFFF;
	background: #000000 url(/images/layout_lite/bg.gif) repeat-x top left;
	margin: 0px;
}
h1 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 10px;
	border-bottom: 1px #704011 solid;
}
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: #c0a99e;
	text-decoration: none;
}
a:hover {
	color: #e16b1f;
}
hr	{
	color: #c0a99e;
	height: 0px;
	border: 0px;
	border-top: 1px #c0a99e solid;
	margin-top: 7px;
	margin-bottom: 7px;
}
.disabled {
	color: #606060;
}