body {
	font-family: Arial;
	font-size: 13pt;
	font-weight: normal;
	text-decoration: none;
	background-color :#E7E0D0;
	color: #222222;
	line-height: 100.01%;
	margin: 0px;
	padding: 0px;
}

td {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	color: #575757;
	padding-left: 4px;
}

td .header{
	border-bottom: 1px solid #BE802B;
	color: #bd771f;
}

a {
	font-family: Arial;
	font-size: 13px;
	font-weight: normal;
	text-decoration: none;
	color: #bd771f;
}

a:hover {
	color: #bc964f;
	text-decoration: none;
}

input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #311802;
	background-color: #efece4;
	border: 1px solid #bd771f;
}