/* CSS Document */

body {
   font-family: Arial, Verdana, Serif;
   font-size: 12pt
}

h1 {
   font-family: Myriad, Arial, Verdana, Serif;
   color:red;
   font-size: 14pt
}


h2 {
   font-family: Myriad, Arial, Verdana, Serif;
   color: black;
   font-size: 12pt
}


h3,h4,h5 {
   font-family: Arial, Verdana, Serif;
   color: black;
   font-size: 10pt}

p {
   font-family:  Arial, Verdana, Serif;
   font-size: 10pt;
}



a:link {
   text-decoration: none;
   }

a:visited {
   text-decoration: none;
   }
   
a:hover {
   text-decoration: none;
   }
   
a:active {
   text-decoration: none;
   }   



a.black:link {
   color:#000;
   text-decoration: none;
   text-size:12pt;   
   }

a.black:visited {
   color:#000;
   text-decoration: none;
   text-size:12pt;   
   }
   
a.black:hover {
   color:#000;
   text-decoration: none;
   text-size:12pt;
   }
   
a.black:active {
	color:#000;
   text-decoration: none;
   } 
   
   
a.red {
   color:white;
   text-decoration: none;
   }   

