body, h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, "Palatino Linotype", "Book Antiqua", serif;
	color: white;
}

a {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: #A98F56;
	text-decoration: underline;
}



/* News Styles */
div.newsIntro, div.newsIntro h3 {
	/*line-height: auto;*/
}
div.newsIntro {
	padding-top: 6px;
}
div.newsIntro h3 {
	/*line-height: auto;*/
	margin: 6px 0px 0px 0px;
	font-size: 1.5em;
	letter-spacing: -0.05em;
}
div.newsIntro h3 a {
	color: white;
	text-decoration: none;
}
div.newsIntro h3 a:hover {
	text-decoration: underline;
}
.newsThumb {
	float: left;
}


/* Text Styles */
#MainContent p {
	text-indent:2em;
}

div#MainContent > div {
	font-size: 1.2em;
	line-height: 1.7em;
}
div#MainContent ul, div#MainContent ol {
	margin-left: 46px;
}
div#MainContent > p, div#MainContent > ul, div#MainContent > ol {
	font-size: 1.2em;
	line-height: 1.7em;
}

.subTableLabel {
	font-size: 0.75em;
}