/* To use this on a page add the following between <head> & </head>
<link rel="stylesheet" href="style.css" type="text/css"></link>
*/
body	{
	color: #000000;
/*	background-color: #eeeeff; */
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}
p {
	font-family: Verdana;
    font-size: 10pt;
	color: #000000;
	margin-left: 10em;
    margin-right: 10em;
}
a:link	{font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold}
a:visited	{font-family: Verdana;
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold}
a:active	{font-family: Verdana;
	font-size: 8pt;
	text-decoration: underline;
	color: #ff0000;
	font-weight: bold}
a.blue_link:link {
	color: blue;
}
a.blue_link:visited {  
   color: blue; 
} 
a.blue_link:hover { 
   color: red; 
}	
.text1     {font-family: Verdana;
             font-size: 18pt;
             font-weight: bold;
             color: 000000;
             margin-right: 5em;
             margin-left: 5em;
           }
.text1m     {font-family: Verdana;
             font-size: 18pt;
             font-weight: bold;
             color: 000000;
             margin-left: 1em;
             margin-right: 1em;
             
           }           
.text2     {font-family: Verdana;
             font-size: 12pt;
             color: 000000;
             margin-left: 10em;
             margin-right: 10em;
         }
.text2m     {font-family: Verdana;
             font-size: 12pt;
             color: 000000;
             margin-left: 1em;
             margin-right: 1em;
           }
.text3     {font-family: Verdana;
             font-size: 7pt;
             color: 000000;
             margin-left: 5em;
             margin-right: 10em;
           } 
.text3m    {font-family: Verdana;
             font-size: 7pt;
             color: 000000;
              margin-left: 1em;
             margin-right: 1em;
          } 
.text4     {font-family: Verdana;
             font-size: 10pt;
             color: 000000;
             margin-left: 1em;
             margin-right: 1em;
         }            

form 
{
	font-family: Verdana;
    font-size: 10pt;
	color: #000000;
	margin-left: 10em;
    margin-right: 10em;	
	
}	

