*, body {
	font-family: Verdana, Arial, sans-serif;
}

.BodyCell {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.FeaturedItemBody {
	font-size: 12px;
	line-height: 18px;
	padding-top:10px;
}

.LinkText {
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

.footerTable {
    font-size: 11px;
}

/* Site Name & Description Classes */

.SiteName {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

/* ------------ New Page Type Additions - Justin Nemeth ------------ */

.SectionTitle {
	font-size: 16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	padding-bottom: 2px;
}

.BorderDotted {
	border-width: 1px;
	border-style: dotted;
	padding: 2px;
}

