html {
	background-color: #fbdfb1;
	color: #654836;
}

body {
	font-family: Arial;
}

a:link, a:visited {
	text-decoration: underline;
	color: #654836;
}

a:hover, a:active {
	text-decoration: underline;
	color: #805b44;
}

h1, h2, h3 {
	margin: 1.8em 0 1em 0;
}

h1 {
	font-size: 131%; /* 17px */
}

h2 {
	font-size: 108%; /* 14px */
}

h3 {
	font-size: 100%; /* 13px */
}

h1, h2, h3, h4, h5, h6, strong {
	font-weight: bold;
}

p, li, th, td, dd, dt {
	font-size: 93%; /* 12px */
	line-height: 1.6em;
}

li li, li p, li th, li td, li dd, li dt,
p label, li h3 {
	font-size: 1em;
}

abbr, acronym {
	border-bottom:1px dotted #000;
	cursor:help;
}

em {
	font-style:italic;
}

p, fieldset, table, blockquote, ul, ol, dl {
	margin-bottom:1em;
}

ul {
	margin-left: 1.15em;
}

ol {
	margin-left: 1.45em;
	_margin-left: 1.7em;
}

dl {
	margin-left: 0;
}

ol li {
	list-style: decimal outside;
}

ul li {
	list-style: disc outside;
}

dl dd {
	margin-left: 2em;
}

th, td {
	border: none;
	padding: .2em;
}

th {
	font-weight:bold;
	text-align:center;
}

caption {
	margin-bottom: .5em;
	text-align:center;
}

div.hr {
	border-bottom: 1px solid #e7e7e7;
	height: 1px;
	margin: 2em 0;
}

div.hr hr {
	display: none;
}

/* multipurpose classes */

.hidden {
	display: none;
}

.clear-both {
	clear: both;
}

.flash-replaced .alt {
	position: absolute;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
}

.acrobat-msg img {
	float: left;
	margin-right: 1em;
	padding-top: 0.2em;
}
