﻿body 
{
    margin: 0px;
}

.divMenu
{
	width: 851px; 
	background-repeat:no-repeat; 
	background-image: url(Images/BJBackground.jpg);
	background-color: White;
	}
	
.strMenu 
{
     font-family: arial;
     font-size: 9pt;
     color: white;
     text-decoration: none;
    }
 .strMenu:hover
 {
     color: gray;
    } 
    
.strFooter 
{
     font-family: arial;
     font-size: 10pt;
     color: gray;
     text-decoration: none;
    }
 .strFooter:hover
 {
     font-family: arial;
     font-size: 10pt;
     color: black;
     text-decoration: none;    
    }    
  .pMain
  {
     font-family: arial;
     font-size: 10pt;
     text-align:justify;
    }  
 
    .strBJ 
{
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;
     color: white;
     text-decoration: none;
    }
 .strBJ:hover
 {
     font-family: Tahoma;
     font-size: 8pt;
     font-weight: bold;     
     color: silver;
     text-decoration: none;    
    }


