/* CSS Document */

.special {
visibility: hidden;
}


.brown_text_center_cap {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 18px;
	font-weight: normal;
	color: #924438;
	text-transform: uppercase;
	text-align: center;
}
.brown_text_center_low {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 16px;
	font-weight: normal;
	color: #924438;
	text-transform: none;
	text-align: center;
}
.brown_text_center_copy {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 12px;
	font-weight: normal;
	color: #924438;
	text-transform: none;
	text-align: center;
}
.brown_text_justify {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #924438;
	text-transform: none;
	text-align: justify;
}
.brown_text_right {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 14px;
	font-weight: normal;
	color: #924438;
	text-transform: none;
	text-align: right;
}
.brown_text_bold {
	font-family: "Palatino Linotype", Georgia, Arial;
	font-size: 14px;
	font-weight: bold;
	color: #924438;
	text-transform: none;
	text-align: justify;
}
a.BrownText:link {
	color: #924438;
	text-decoration: none;
}
a.BrownText:visited {
	color: #924438;
	text-decoration: none;
}
a.BrownText:hover {
	color: #C87364;
	text-decoration: none;
}
a.BrownText:active {
	text-decoration: none;
	color: #C87364;
}