html {
	height: 100%;
}
body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #6f493c;
}
table {
	margin: 0px;
	padding: 0px;
}
td {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	color: #333333;
}
h1 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 16px;
	letter-spacing: 2px;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #b1b100;
	font-weight: bold;
}
h2 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	margin: 7px 12px 10px 12px;
	color: #ffffff;
}

h3 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 14px;
	margin: 10px 0 0 0;
	padding: 0px;
	color: #ff0000;
	font-weight: bold;
}
h4 {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	margin: 6px 0 6px 0;
	color: #cccccc;
}
p {
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	font-size: 12px;
	margin: 4px 0 16px 0;
	color: #333333;
}
a.site {
	text-decoration: underline;
	font-weight: bold;
	color: #333333;
}
a.site:active {
	text-decoration: underline;
}
a.site:hover {
	text-decoration: none;
}
form {
	padding: 0px;
	margin: 0px;
}
input,textarea,select {
	font-size: 11px;
	border: 1px inset #cccccc;
	background-color: #f0f0f0;
}
.checkbox {
	border-width: 0px;
	background: none;
}
.butt {
	background-color: #333333;
	border: 1px outset #cccccc;
	color: #f0f0f0;
	font-weight: bold;
	font-size: 10px;
	padding: 1px 7px 1px 7px;
}
.smalltxt {
	font-size: 10px;
}
.rowNorm {
	background-color: #928c6e;
	border-top: 1px solid #333333;
	cursor: hand;
}
.rowOver {
	background-color: #8a791c;
	border-top: 1px solid #333333;
	cursor: hand;
}
.rowHoriNorm {
	background-color: #928c6e;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	cursor: hand;
}
.rowHoriOver {
	background-color: #8a791c;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	border-left: 1px solid #333333;
	cursor: hand;
}
.rowSpecial {
	background-color: #424242;
	border-top: 1px solid #333333;
}
.rowOdd {
	background-color: #535353;
	border-top: 1px solid #333333;
}
.rowEven {
	background-color: #363636;
	border-top: 1px solid #333333;
}