/* CSS Document */
body {
	margin: 5px 0px;
	background-color: #FFFFFF;
}
.topmenu {
	padding: 3px 4px 4px 4px;
}
.contentbox {
	padding: 0 10px;
}
.bodytxt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	font-style: normal;
	line-height: 20px;
}
.bodytxtbold {
	font-weight: bold;
}
.bodytxtitalic {
	font-style: italic;
}
.bodytxtsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #7d3a19;
	font-style: normal;
	line-height: 20px;
}
.bodylinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8d897a;
	text-decoration: none;
	font-style: normal;
	line-height: 20px;
	border-bottom: 1px dotted #8d897a;
}
.bodylinks:hover {
	border-bottom: 1px solid #8d897a;
}
.infolinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #666666;
	font-style: normal;
	line-height: 20px;	
	text-decoration: underline;
}
.bodyheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #8d897a;
	font-style: normal;
	line-height: 20px;
}
.bottommenu {
	background-color: #eee5e1;
	padding: 6px 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #000000;
}
.bottommenu a {
	text-decoration: none;
	color: #000000;
}
.bottommenu a:hover {
	text-decoration: underline;
	color: #000000;
}
.breadcrumbs {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
}
.footer a {
	font-size: 10px;
	color: #666666;
	text-decoration: underline;
	font-family: Arial, Helvetica, sans-serif;
}
input.inputbox { 
	border: 1px solid #000066;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000033;
	width: 120px;
	background: #eee5e1;
	padding: 2px;
	line-height: 12px;
}
input:focus { 
	background: #FFFFFF;
}
input.submitbutton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	line-height: 12px;
	/* width: 180px; */
}