/* CSS Document */

h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Times New Roman", Times, serif;
}
h1 {
	color: #43331E;
	background-color: inherit;
	font-size: 18px;
	margin-top: 4px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
h4 {
	font-size: 12px;
}
h5 {
	font-size: 10px;
	font-variant: small-caps;
	letter-spacing: 1px;
}
h6 {
	font-size: 9px;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.leadin-emphasis {
	font-weight: bold;
	font-variant: small-caps;
	letter-spacing: 1px;
}
.bold-expanded {
	font-weight: bold;
	letter-spacing: 1px;
}
.bioName {
	font-size: larger;
	font-weight: bold;
	color: #B7AB58;
	line-height: 1.5em;
}
.bioTitle {
	font-size: larger;
	font-style: italic;
}
.quoteUnassigned {
	display: block;
	font-style: italic;
	padding-right: 36px;
	padding-left: 36px;
}
/* commented out because it no workie in IE, need fix/hack
.quoteUnassigned:before {
	content: "&ldquo;";
}
.quoteUnassigned:after {
	content: "&rdquo;";
}
*/
#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: black;
}
.footerAddress {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5D462A;
}
.colorBlack {
	color: #000000;
}
