/* CSS Document */

body { font-family: Arial, Helvetica, sans-serif; 

       color: #edeff0; 	   
	 
	   background-color: #999999; 
	   
	   margin-left: 0px;
	   
	   margin-top: 0px;
	   
	   margin-right: 0px;
	   
	   margin-bottom: 0px;}

.bodytext { font-family: Arial, Helvetica, sans-serif; font-size: 8pt; }

.copyright { font-size: 8pt; color: #3e3e3e; }

/* for top navigation */

.top a:link, .top a:visited {text-decoration: none; color: #cecece; font-weight: 600; font-size: 7pt; }

.top a:hover {text-decoration: none; color: #70b9f1; }

/* for all embedded links */

a:link, a:visited {text-decoration: none; color: #cecece; }

a:hover {text-decoration: none; color: #72c2fc; }





