/* DISPLAY "CLASS" STYLES */
@import url('Weyfringe.css');

body
{
	color: #696969;
	font-size: 82.5%; /* 16px  87.5% = 14px */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

.contentHeading1
{
	color: #236e69;
	font-size: 1.2em;
	font-weight: bold;
}

.contentHeading2
{
	color: #696969;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentHeading3
{
	color: #696969;
	font-size: 1.0em;
	font-weight: bold;
}

.contentHeadingBookmark
{
	color: #a84973;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
}

.contentBanner
{
	color: #ffffff;
	background-color: #236e69;
}

.contentHighlight
{
	color: #d2691e;
}

.contentHighlightBold
{
	color: #d2691e;
	font-weight: bold;
}

.contentTextSmall
{
	font-size: 0.8em;
}

.contentTextBold
{
	font-weight: bold;
}

.contentSpaced
{
	line-height: 1.5em;
}

.listMediumSpacing
{
	line-height: 1.5em;
}

.listMaxSpacing
{
	line-height: 2.0em;
}

