   body
        {
         background-color: #C3C1C1;
         font-family: Arial;
         color: #9C9A9B;
         text-align:center;
         margin: 0;
        }
   a
        {
         color: #9C9A9B;
         text-decoration: underline;
        }        
   a:hover
        {
         color: #C3C1C1;
         text-decoration: underline;
        }
   img
        {
         border: 0;
        }                	

   table
        {
         margin: 0 auto;
         text-align: center;
         border: 0;
         width: 860px;
        }            
   td
        {
         padding: 5px;
        }
   td:hover
        {
         background-color: #9999FF;
         }                        	
   #container
        {
         margin: 0 auto;
         padding: 10px 0 0 0;     
         text-align: center;
         width: 960px;
        }
   .top
       {
        background: #C3C1C1 url(img/top.jpg);
        margin: 0;
        width: 100%;
        height: 70px; 
        text-align: center;
       }
   .title
       {
        padding-top: 20px; 
        font-weight: bold; 
        font-size: 20px;               
       }
   .description
       {
        font-size: 15px;    
       }
   .foot
       {
        padding-top: 10px;
        font-size: 12px;    
       }   
   .main
       {
        margin: 0;
        background: #C3C1C1 url(img/main.jpg);
        background-repeat: repeat-y;
        width: 100%;
        text-align: center;
        padding-bottom: 15px;              
       }
   .bottom
       {
        background: #C3C1C1 url(img/bottom.jpg);
        margin: 0;
        width: 100%;
        height: 49px;
        font-size: 10px;
        text-align: center;
       }       	