/* CSS Document */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #674614;
}
.SmallLightText {
	font-size: 11px;
	color: #fef7dd;
}
.SmallText {
	font-size: 11px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #352000;
}
a:link {
	color: #A58554;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #A58554;
}
a:hover {
	text-decoration: underline;
	color: #993300;
}
a:active {
	text-decoration: none;
	color: #A58554;
}
.expandedText {
	letter-spacing: 3px;
}
.underline {
	text-decoration: underline;
}
.indentedline {
	text-indent: 20px;
}
input {
	background-color: transparent;
	border: 1px solid #352000;
	color: #352000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}