@charset "UTF-8";
h1 { font-size: 1.7em; font-weight: bold; margin-top: 0.4em; margin-bottom: 0.2em; padding-top: 0; padding-bottom: 0; display: block; }
h2 {
	font-size: 1.3em;
	font-weight: bold;
	margin-top: 0.8em;
	margin-bottom: 0.2em;
	padding-top: 0.2em;
	padding-bottom: 0;
	display: block;
	color: #3F2E22;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #A58C6E;
}
h3 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 0.4em;
	margin-bottom: 0.2em;
	padding-top: 0;
	padding-bottom: 0;
	display: block;
	text-decoration: underline;
}
.smaller { font-size: 0.8em; }
.larger { font-size: 1.2em; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.italic { font-style: italic; }
a.imglink, a.imglink:hover { background-color: transparent; margin: 0; padding: 0; border-width: 0; }
div.line {
	width: 100%;
	height: 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #876D54;
	clear: both;
}
ul.bulletlist {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.bulletlist li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 15px;
	list-style-image: url(../Home/bullet8x11.gif);
}
div.footer {
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	padding-top: 6px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #876D54;
	margin-top: 20px;
}
p.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	margin-top: 2px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.Titles {
	font-size: 1.2em;
	font-weight: bold;
}
.colorYellow {
	color: #996600;
}
.colorRed {
	color: #DC1E00;
}
.center {
	text-align: center;
}

