/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; 

	   color: #000000; 

	   background-color: #ffffff; }

	   
.bodytext { font-family: Arial, Helvetica; font-size: 10pt; }

.subheading { font-family: Arial, Helvetica; font-weight: 700; font-size: 12pt; color: #014C80;}

.copyright { font-size: 7pt; }

  H3, H4 {
 color: #00477D;
 }

/* for homepage links and left side global navigation */

.leftnav a:link, .leftnav a:visited {text-decoration: none; color: #8AD4FA; font-weight: 700; font-size: 8pt; }

.leftnav a:hover {text-decoration: underline; color: #ffffff; font-weight: 700; font-size: 8pt; }

.hide { display: none; }


/* for all embedded links */

a:link {text-decoration: underline; color: #014C80; }

a:active {color: #993333; }

a:visited {color: #666666; }










