.contentBody {
	background-color: #000000;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
}
.copy {
	text-align: left;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 12px;
	color: #000000;
	font-style: normal;
}
.copyBold {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	line-height: 12px;
	color: #000000;
	font-style: normal;
}
.copyItalics {
	text-align: left;
	font-weight: bold;
	font-size: 10px;
	font-family: Verdana, Helvetica, sans-serif;
	line-height: 12px;
	color: #000000;
	font-style: italic;
}

.heading1{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	font-style: normal;
}
.heading2{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	font-style: normal;
}
.heading3{
	font-weight: bold;
	font-family: Verdana, sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #000000;
	font-style: normal;
}
p {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-style: normal;
}
ol {
	list-style-type: decimal;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-style: normal;
}
ul {
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	font-style: normal;
}
.scrollWide {
	height: 300px;
	width: 320px;
	overflow: auto;
	padding: 5px;
}
a:link { 
	color: #FFFFFF;
	}
a:visited { 
	color: #FFFFFF;
	}
.scrollNarrow {

	height: 300px;
	width: 220px;
	overflow: auto;
	padding: 5px;
}

.scrollMed {

	height: 300px;
	width: 255px;
	overflow: auto;
	padding: 5px;
}
