.title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #008080;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.bold{
	font-weight:bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #555555;
	padding-right: 10px;
	padding-left: 20px;
}
.bodyText p{
	padding:2px;
	margin:2px;
}
.padRight{
	margin-right:20px;
}
.padLeft{
	margin-left:20px;
}
.white {
	color: #FFFFFF;
}
.green{
	color: #008080;
}
.green2{
	color:#009933;
}

.blue {
	color:#003366;
}
.grey{
	color:#999999;
}
.underline{
	border:thin;
	border-bottom:thin #008080 solid;
}
.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #555555;
	position: relative;
	left: 50px;
	top: -20px;
	width: 500px;
}
.footerCell {
	text-align: center;
	width: 5%;
}
.dotCell {
	text-align: center;
	width: 3%;
	padding-left:4px;
	padding-right:4px;
}
a:link, a:hover, a:visited {
	color: #CCCCCC;
	text-decoration: none;
}
.quote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #008080;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.source{
	font-size: 8px;
	font-style:normal;
	float:right;
	color:#777777;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
}
.quote_cell {
	background-image: url(../images3/quote_large.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
<!-- rebranded colors................... -->
.drkGreen{
	color:#2a8c93;
}
.blue2{
	color:#3b5bb1;
}
