.articleHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;

}
.body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.bodySmaller {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;

}
.italicsQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-style: italic;
}
.menu {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	letter-spacing: 0.01em;
	line-height: normal;
	font-weight: bold;
}
.menuRow {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	text-align: center;
	letter-spacing: normal;
	font-weight: bold;
}
.sectionHeading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: normal;
	line-height: 33px;
}

.topLink {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
}
a:link {
	text-decoration: none;
	font-weight: bold;
	color: maroon;

}

a:visited {
	text-decoration: none;
	font-weight: bold;
	color: maroon;
}
a:active {
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	text-decoration: none;
	font-weight: bold;
	color: black;
}
p 	{         
	font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
}

