body      { 
       background-image: 
        url('images/bg.jpg');
        background-position:top; 
        background-repeat: repeat-x repeat-y;
        font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: black;
        
       }


table	{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
        color:#000000 ;
        line-height: 14px;
        background-color: #ffffff;
     
        }


A:link,A:visited	{
   	font-weight: normal;
	text-decoration: none;
	color: blue;
        background-color:#FFFFFF;
	}
        


        
a:link img       { border: 0; }
a:visited img    { border: 0; }
a:hover img      { border: 0; }
a:active img     { border: 0; }

A:hover	{
	font-weight: normal;
	text-decoration: none;
	color:#FF0000;
        background-color:#ffffff;
	}
        
 html {
 height: 100.1%;
 }
 
a.bottom:link {
   	font-weight: normal;
	text-decoration: none;
        color: white;
        background-color:#000000;
       }
    A.bottom:visited	{
   	font-weight: normal;
	text-decoration: none;
	color: white;
        background-color:#000000;
	}
      A.bottom:hover	{
   	font-weight: normal;
	text-decoration: none;
	color: #FF0000;
        background-color:#000000;
	}