.maintext {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size : 9pt;
	
	}
	
.smalltext {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size : 8pt;
		}
	
	.subheading {
	font-family : Arial, Helvetica, sans-serif;
	color: black;
	font-size : 9pt;
	font-weight: bold;
		}
		.tableheading {
	font-family : Arial, Helvetica, sans-serif;
	color: white;
	font-size : 8pt;
	font-weight: bold;
		}
		
a:link {
   color : #1a8240;
   text-decoration : underline;
   font-weight : normal;
   }

a:visited {
   color : #7b997c;
   text-decoration : underline;
   font-weight : normal;
   }

a:active {
   color : #7b997c;
   text-decoration : underline;
   font-weight : normal;
   }

a:hover {
   text-decoration : underline;
   color : #7b997c;
  }


