/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; 

       color: #000000; 
  
	   background-color: #ffffff; }

	   

.bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 8.5pt; }

.subheading { font-family: Arial, Helvetica, sans-serif; color: #000000; font-weight: 700; font-size: 13pt; }

.copyright { font-family:  Arial, Helvetica, sans-serif; color: #000000; font-size: 7pt; }


/* for all embedded links */

a:link, a:visited {text-decoration: none; color: #ff0000; }

a:hover {text-decoration: underline; color: #8B030E; }


