P {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 13px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
   }
   
   P.green {
        color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 13px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
   }  
   
P.small {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 10px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
   } 

P.boil {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 9px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
   } 
   
P.test {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 11px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        line-height: 150%;
        font-family: verdana, arial; /* Fonts in quotes */
   } 
   
P.list {
        color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 13px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
   } 
   
P.list2 {
        color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 13px; /* Points (such as 8pt) is possible, but always use % */
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: bold
   } 

   
P.subhead {
        color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 13px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: bold
   }

   
P.subhead2 {
        color: #0033CC; /* Sets the color of the font */ 
        background: transparent;
        font-size: 11px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: center; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: bold
   }
   
  
P.centered {
        color: black; /* Sets the color of the font */ 
        background: transparent;
        font-size: 11px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: center; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: normal
   }
   
P.copy {
        color: #999999; /* Sets the color of the font */ 
        background: transparent;
        font-size: 9px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: center; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: normal
   }

H1 {
		color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 15px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: normal
 	 }	
 
 H2 {
		color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 13px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: bold
 	 }	
 	 
UL {
		color: #01663E; /* Sets the color of the font */ 
        background: transparent;
        font-size: 12px; /* Points (such as 8pt) is possible, but always use % */ 
        text-align: left; /* alignment left, right, center, justify */
        font-family: verdana, arial; /* Fonts in quotes */
        font-weight: normal
 	 }	

A.green:link        {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent; font: 15px verdana, arial;}
A.green:visited     {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent; font: 15px verdana, arial;}
A.green:HOVER       {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent;  font: 15px verdana, arial;}

A.green2:link        {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent; font: 13px verdana, arial;}
A.green2:visited     {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent; font: 13px verdana, arial;}
A.green2:HOVER       {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent;  font: 13px verdana, arial;}

A.black:link        {text-decoration: none; font-weight: normal; color: black; background-color: transparent; font: 13px verdana, arial;}
A.black:visited     {text-decoration: none; font-weight: normal; color: #333333; background-color: transparent; font: 13px verdana, arial;}
A.black:HOVER       {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent;  font: 13px verdana, arial;}

A.home:link        {text-decoration: none; font-weight: normal; color: #07358D; background-color: transparent; font: 13px verdana, arial;}
A.home:visited     {text-decoration: none; font-weight: normal; color: #07358D; background-color: transparent; font: 13px verdana, arial;}
A.home:HOVER       {text-decoration: none; font-weight: normal; color: #07358D; background-color: transparent;  font: 13px verdana, arial;}

A:link        {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent; font: 13px verdana, arial;}
A:visited     {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent; font: 13px verdana, arial;}
A:HOVER       {text-decoration: none; font-weight: normal; color: #01663E; background-color: transparent;  font: 13px verdana, arial;}

A.grey:link        {text-decoration: none; font-weight: normal; color: #666666; background-color: transparent; font: 13px verdana, arial;}
A.grey:visited     {text-decoration: none; font-weight: normal; color: #666666; background-color: transparent; font: 13px verdana, arial;}
A.grey:HOVER       {text-decoration: none; font-weight: normal; color: #666666; background-color: transparent;  font: 13px verdana, arial;}


A.bold:link        {text-decoration: none; font-weight: bold; color: #01663E; background-color: transparent; font: 13px verdana, arial;}
A.bold:visited     {text-decoration: none; font-weight: bold; color: #333333; background-color: transparent; font: 13px verdana, arial;}
A.bold:HOVER       {text-decoration: none; font-weight: bold; color: #01663E; background-color: transparent;  font: 13px verdana, arial;}
