/* CSS Document */

HTML, BODY, FORM{
	font-family: Arial, Helvetica, Geneva, sans-serif;
	color: #000000;
	background-color: white;
	font-size: 11px;
	margin: 0;
	padding: 0;
}

HTML {
	margin: 10px;
	background-color: #DEB887;
}

BODY {
	background-color: #DEB887;
}

h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
	margin: 10;
	padding: 0;
}

H1 {
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	text-align: center;
}

H2 {
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-style: normal;
	text-align: left;
	margin-left: 10px;
}

P {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
}

UL, OL, LI {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	font-size: 14px;
	line-height: 18px;
	margin-left: 20px;
	margin-right: 10px;
	margin-bottom: 6px;
}

A:link, A:visited, A:active {
	font-weight: bold;
	background-color: inherit;
	color: #84582E;
	outline: none;
}

A:hover {
	color: #000000;
	outline: none;
}

.small {
	font-size: 11px;
	line-height: 13px;
}

.mainLink {
	font-size: 14px;
}

.shadedBox {
	background-color: #b7c292;
	border-color: #000000;
	border-style: solid;
	border-width: 0;
	padding: 1em;
	color: #000000;
	margin-left: 20px;
	margin-right: 20px;
}	