@charset "UTF-8";
a:link {
	color:#7b5318;
	text-decoration:none;
}
a:visited {
	color:#7b5318;
	text-decoration:none;
}
a:active {
	color:#7b5318;
	text-decoration:underline;
}
a:hover {
	color:#2F1111;
	text-decoration: underline;
}
a.copyright:link {
	color:#e1dac8;
	text-decoration:none;
}
a.copyright:visited {
	color:#e1dac8;
	text-decoration:none;
}
a.copyright:active {
	color:#e1dac8;
	text-decoration:none;
}
a.copyright:hover {
	color:#e1dac8;
	text-decoration:underline;
}
h1  {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #8c6223;
	text-transform: uppercase;
}
h2  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: lighter;
	color: #311113;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #615a52;
}
h4  {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #333;
	text-transform: uppercase;
	font-weight: lighter;
}
.caps-section  {
	font-family: Georgia, Times, serif;
	font-size: 14px;
	color: #567d9c;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: -15px;
	padding-top: 10px;
}
.disclaimer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 14px;
	color: #000;
	font-style: italic;
}
.more {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	line-height: 14px;
	text-transform: uppercase;
}
.subtitle {
	font-family: Georgia, Times, serif;
	font-size: 20px;
	font-weight: lighter;
	color: #567d9c;
	font-style: italic;
	margin-top: -10px;
	padding-top: 25px;
	padding-bottom: 10px;
}
