.Arial_8_Black {
   font-family: Arial;
   font-size: 8pt;
   color: #000000;
   }
   
.siteText {
   font-family: Arial;
   font-size: 8pt;
   color: #000000;
   }
   
.siteText8 {
   font-family: Arial;
   font-size: 8pt;
   color: #000000;
   }    

.Arial_8_Black_Bold {
   font-family: Arial;
   font-size: 8pt;
   color: #000000;
   font-weight:bold;
   }
   
.Arial_10_Black {
   font-family: Arial;
   font-size: 10pt;
   color: #000000;
   }   

.Arial_10_Black_Bold {
   font-family: Arial;
   font-size: 10pt;
   color: #000000;
   font-weight:bold;
   }

.Times_12_Black {
   font-family: Times New Roman;
   font-size: 12pt;
   color: #000000;
   }
   
.Times_12_Black_Bold {
   font-family: Times New Roman;
   font-size: 12pt;
   color: #000000;
   font-weight:bold;
   }
   
a.links:link {
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: underline;
    }

a.links:active { 
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: underline;
    }

a.links:visited { 
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: underline;
	}

a.links:hover { 
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: none;
    }
	
a.topnav:link {
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: none;
    }

a.topnav:active { 
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: none;
    }

a.topnav:visited { 
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: none;
    }

a.topnav:hover { 
	font-family: Arial; 
	font-size: 9pt;
	color: #000000; 
	text-decoration: underline;
    }
	
body {
	margin: 0px;
	padding: 0px;
    }

.indent {
	padding-left: 10px; 
	padding-right: 200px; 
    }
	
.indent2 {
	padding-left: 10px; 
	padding-right: 10px; 
    }