/* BEGIN: Default HTML Settings */
BODY {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-TOP: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px;
	FONT: 10pt Verdana, Tahoma, Arial, Sans-Serif;
	COLOR: #7B6A50;
}

TD {
	font-weight:normal;
	color:#7B6A50;
	font-size: 10pt;
	text-decoration: none;
}

A {
	COLOR: #7B6A50;
	text-decoration: none;
}

A:hover {
	COLOR: #B09772;
	text-decoration: underline;
}

A:visited {
	/*COLOR: #7B6A50;*/
	/*text-decoration: none;*/
}

A:active {
	COLOR: #7B6A50;
	text-decoration: none;
}

H1 {
	FONT-SIZE: 22px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	font-family: Times, Times New Roman;
}

H2 {
	FONT-SIZE: 20px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	font-family: Times, Times New Roman;
}

H3 {
	FONT-SIZE: 18px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	font-family: Times, Times New Roman;
}

H4 {
	FONT-SIZE: 16px;
	MARGIN: 0px;
	COLOR: #FFFFFF;
	font-family: Times, Times New Roman;
}

HR {
	COLOR: #FFFFFF;
	HEIGHT: 1px;
	border-bottom: 1px solid #FFFFFF;
	border-top: 0px solid #FFFFFF;
	border-left: 0px solid #FFFFFF;
	border-right: 0px solid #FFFFFF;
}
/* END: Default HTML Settings */

/* BEGIN: Default Content Settings */
.hide {
	display: none;
}

.altcolor {
	color: #FF0000;
}

.altcolorBold {
	color: #FF0000;
	font-weight: bold;
}

.bold {
	font-weight: bold;
}

.small, a.small:link, a.small:visited, a.small:hover {
	font-size: 8pt;
	color: #7B6A50;
}

.smallWhite, a.smallWhite:link, a.smallWhite:visited, a.smallWhite:hover {
	font-size: 8pt;
	color: #FFFFFF;
}

.smallBlack, a.smallBlack:link, a.smallBlack:visited, a.smallBlack:hover {
	font-size: 8pt;
	color: #7B6A50;
}

.normal, a.normal:link, a.normal:visited, a.normal:hover {
	font-weight: normal;
	font-size: 10pt;
	color:#7B6A50;
}

.normalBold, a.normalBold:link, a.normalBold:visited, a.normalBold:hover {
	font-weight: bold;
	font-size: 10pt;
	color:#7B6A50;
}

.PageHeading, .pageheading {
	margin:22px 0 10px 190px;
	font-weight: normal;
	font-size: 18pt;
	color:#FFFFFF;
	font-family: Times, Times New Roman;
}

.heading, a.heading:link, a.heading:visited, a.heading:hover {
	font-weight: normal;
	font-size: 19pt;
	/*color:inherit;*/
	font-family: Times, Times New Roman;
}

.headingbold, a.headingbold:link, a.headingbold:visited, a.headingbold:hover {
	font-weight: bold;
	font-size: 19pt;
	/*color:inherit;*/
	font-family: Times, Times New Roman;
}

.subheading, a.subheading:link, a.subheading:visited, a.subheading:hover {
	font-weight: normal;
	font-size: 14pt;
	color:#400000;
	font-family: Times, Times New Roman;
}

.subheadingbold, a.subheadingbold:link, a.subheadingbold:visited, a.subheadingbold:hover {
	font-weight: bold;
	font-size: 14pt;
	color:#400000;
	font-family: Times, Times New Roman;
}

.contactNameClass {
	font-weight: bold;
	font-size: 12pt;
	color:#B09772;
}


.contact{
	font-family: Times, Times New Roman!important;
}

.posted, a.posted:link, a.posted:visited, a.posted:hover {
	font-weight: normal;
	font-size: 10pt;
	color:#7B6A50;
	font-style: italic;
}

.inputbox {
	font-size: 10pt;
	background: #FFFFFF;
	color: #7B6A50;
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	border-top: 1px solid #7B6A50;
	border-right: 1px solid #7B6A50;
	border-bottom: 1px solid #7B6A50;
	border-left: 1px solid #7B6A50;
}

.submit {
	font-size: 10pt;
	background: #7B6A50;
	font-weight: bold;
	color: #FFFFFF;
	border-top: 1px solid #7B6A50;
	border-right: 1px solid #7B6A50;
	border-bottom: 1px solid #7B6A50;
	border-left: 1px solid #7B6A50;
}

.EditorBackgroundColor { background-color: #D8D2C0; }


/* END: Default Content Settings */