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

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

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

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

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


<!-- 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 body bold/header copy -->
.header  {
	font-family : verdana, sans-serif;
	color : #ffffff;
	font-size : 10pt;
	font-weight : bold;
}

<!-- 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 secure form body copy -->
.formbody  {
	font-family : verdana, sans-serif;
	color : #003333;
	font-size : 9pt;
	font-weight : normal;
}

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

<!-- font color, size and style of locate pop-up body bold copy -->
.locatebold  {
	font-family : verdana, sans-serif;
	color : #000000;
	font-size : 9pt;
	font-weight : bold;
}

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

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

