html
{   font-family: arial, verdana, helvetica, sans-serif;
    font-size: 10pt; 
}
	
body
{   margin: 8; 
    padding: 0; 
    color: #000; 
    background-color: #fff; 
}
		
table
{   font-size:1.0em;
}

p
{   font-size: 1.0em; 
    line-height: 1.5em; 
    margin: 1.2em 0em 1.2em 0em;
} 
	
h2
{   font-size: 1.2em;
    color: #000000;
    margin: 0em 0em 0.2em 0em;
} 
	
a:link 		{color: #003399; text-decoration: underline;} 
a:visited 	{color: #003399; text-decoration: underline;} 
a:active 	{color: #000000; text-decoration: underline;} 
a:hover 	{color: #666666; text-decoration: underline;}	 

a.email		{color: #006699; text-decoration: underline;} 
a.email:link 	{color: #666666; text-decoration: underline;} 
a.email:visited {color: #666666; text-decoration: underline;} 
a.email:active 	{color: #003399; text-decoration: underline;} 
a.email:hover 	{color: #003399; text-decoration: underline;} 

select, input, textarea, button
{   font-family: verdana, arial, helvetica, sans-serif; 
    /*font-size: 1.0em; */
	font-size: 11px;
  
}





