/* CSS Document */
.quote {
	color: #857454;
	font-size: x-small;
	font-weight: normal;
}
.H1 {
	color: #000000;
	font-weight: bold;
}
.H2 {
	font-weight: bold;
	font-style: italic;
}
.underQuote {
	color: #857454;
	font-size: x-small;
	font-weight: bold;
}
.navPage {
	color: #6699CC;
	font-weight: bold;
}
.boxText {
	background-color: #F1ECE7;
	border-top-color: #F1ECE7;
	border-bottom-color: #F1ECE7;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-style: solid;
	border-bottom-style: solid;
	color: #857454;
	border-right-width: thick;
	border-left-width: thick;
	border-right-color: #F1ECE7;
	border-left-color: #F1ECE7;
	border-right-style: solid;
	border-left-style: solid;
}

