HTML, BODY {
	background-color: #493b30;
	height: 100%;
	margin: 36px 20px 33px 20px;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}
TD, DIV {
	font-family: Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #ffffff;
}
INPUT, SELECT, TEXTAREA {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #322523;
	border: 1px solid #322523;
}
A {
	color: #1ab7ea;
	text-decoration: underline;
	font-weight: normal;
}
.button {
	border: none;
	clear: both;
	display: block;
	margin: 5px 0 0 0;
	padding: 0 3px 2px;
	background: #1ab7ea;
	color: #ffffff;
	cursor: pointer;
	font-size: 11px;
	line-height: 15px;
	text-transform: lowercase;
}