body, h1, h2, h3
    {
        font-family: helvetica, geneva, verdana, arial, sans-serif;
        font-size: 11pt;
        line-height: 1.5;
        color: #000000;

    }

h1
	{
		font-size: 14pt;
		font-weight: bold;
	}


h2
	{
		line-height: 2.0;
		font-weight: bold;
	}


h3
	{
		line-height: 1.4;
		font-weight: normal;
		font-style: italic;
	}
		
			
a:link, a:visited, a:active, a:hover
    {
        text-decoration: none;
        color: #666666;
    }
    
a:hover
    {
        color:red;
    }
