fieldset
	{
		border:1px solid #004289;
		font-family: arial;
		font-size: 10pt;
		padding-left:10;
		padding-top:10;
		-moz-border-radius: 8px;
        border-radius: 8px;
        margin:5px;
    }
    
 p, h1, h2, h3, h4, table, input, ul, li
 	{
 		font-family: arial;
 		color:#004289;
 	}
 	
 h1, h2, h3, h4
 	{
 		color:#004289;
 	}

.headerrollover
    {
        font-family:Arial;
        font-weight:bold;
        font-size:9.5pt;
        color:#004289;
        text-decoration:none;
    }
a:hover.headerrollover
    {
        text-decoration:none;
        color:Red;
    }
a:visited
    {
        color:#004289;
    }