@charset "utf-8";
/* CSS Document */

contentBkgrnd {
	background-color: #D9CFAC;
	background-image: url(images/bgTileContent.jpg);
	background-repeat: repeat-y;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 16pt;
	color: #4A3B11;
}
body {
	background-color: #c5b67c;
	background-image: url(images/bgTile.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat-x;
}
a:link {
	color: #386303;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #386303;
}
a:hover {
	text-decoration: underline;
	color: #386303;
}
a:active {
	text-decoration: none;
	color: #386303;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 13pt;
	color: #356400;
	background-image: url(images/bgQuote.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}
.content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #4a3b11;
	list-style-type: circle;


}

.greenText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 12pt;
	color: #386303;

}

.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #ffffff;
	border: 1px ridge #846615;
	background-color: #c0ab71;
		}
.contentExtended {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14pt;
	color: #4a3b11;
	list-style-type: circle;
	background-color: #D9CFAC;
	background-image: url(images/bgTileContent.jpg);
	background-repeat: repeat-x;
}
.webFeature {
	background-color: #FFF;
	border: thin dotted #A38431;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #4A3B11;
	padding:5px;
	line-height: 12pt;
}
.captionText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12pt;
	color: #386303;
}
.dotBorder {
	border: thin dotted #A38431;
}
