/* CSS Document */

body { font-family: arial, helvetica, sans-serif; 

       color: #6a6969; 
  
	   background-color: #999999; }	   

.bodytext {font-size: 10pt; }

.subheading {color: #ff0000; font-family: "Times New Roman", Times, serif; font-weight: 800; font-size: 14pt; }

.subheading2 {color: #000000; font-weight: 700; font-size: 11pt; font-style: italic}

.copyright {color: #000000; font-size: 8pt; }


/* for all embedded links */

a:link {text-decoration: none; color: #ff0000; }

a:visited {text-decoration: none; color: #959595; }

a:hover {text-decoration: underline; color: #930202; }


