<!-- font color, size and style of home body copy -->
.homebody  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 8.5pt;
	font-weight : normal;
}

<!-- font color, size and style of body copy -->
.body  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 9pt;
	font-weight : normal;
}

.bodyBroker  {
	font-family : verdana, sans-serif;
	color : #000000;
	font-size : 9pt;
	font-weight : normal;
}

.bodyBrokerBold  {
	font-family : verdana, sans-serif;
	color : #000000;
	font-size : 9pt;
	font-weight : bold;
}

<!-- font color, size and style of body bold copy -->
.bodybold  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 9pt;
	font-weight : bold;
}

<!-- font color, size and style of body bold copy -->
.bodyboldline  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 9pt;
	font-weight : bold; 
	text-decoration : underline;
}

<!-- font color, size, and style of italicized body copy -->
.bodyitalic  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 9pt;
	font-weight : normal;
	font-style : italic;
}

<!-- font color, size and style of body bold/header copy -->
.header  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
}

<!-- font color, size and style of marquee -->
.marqueeText  {
	font-family : verdana, sans-serif;
	color : #FFFFFF;
	font-size : 13pt;
	font-weight : bold;
	font-style : italic;
}

<!-- font color, size and style of visit the network -->
.small  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 7.5pt;
	font-weight : normal;
}

<!-- font color, size and style of back to top links -->
.bodytoplink  {
        font-family : verdana, sans-serif;
        color : #ffffff;
        font-size : 8pt;
        font-weight : bold;
}

