BODY {
     background color: #ffffff;
     background-image: url();
     background-attachment: fixed;
     font-family: Arial;
     font-size: 12pt;
     color: #333333;
     text-align: center;
     text-decoration: none;
     
scrollbar-base-color:;
scrollbar-face-color:ffffff;
scrollbar-track-color:fcfcfc;
scrollbar-arrow-color:006aa0;
scrollbar-3dlight-color:ff9933;
scrollbar-highlight-color:dddddd;    
scrollbar-shadow-color:;
scrollbar-darkshadow-color:006aa0;
    
}



hr  {
   border: solid 1px #ff9933; height: 1px}
}


P    {
     font-family: Arial;
     font-size: 12pt;
     color: #333333;

}

H5	{
    font-family: Arial;
    font-size: 10pt;
    color: #aa0000;
	font-weight: bold;
}

H4	{
     font-family: Arial;
     font-size: 12pt;
     color: #aa0000;
     font-weight: bold;

}

H3	{
     font-family: Arial;
     font-size: 14pt;
     color: #008000;
     font-weight: bold;
}


A { text-decoration: none; }
A:link { color: #0069aa; }
A:visited { color: #0069aa; }
A:hover { color: #ff9933; font-weight: bold}
A:active { color: #ff9933; }
