  table {
       color: Black;
       font-family: Arial;
       font-size: 12px;
    }

	.menu {
       font-size: 14px;
       border-top: 1px solid #000066;
       border-bottom: 1px solid #000066;
       color: #FFFFFF;
    }
		
	  .menu_link {
       font-size: 14px;
       color: #FFFFFF;
    }
    
    .tbl-headline {
       border: 1px solid #0000cc;
    }

    .tbl-bodyleft {
       border-bottom: 1px dotted black;
       border-left: 1px dotted black;
    }

    .tbl-bodyright {
       border-bottom: 1px dotted black;
       border-right: 1px dotted black;
    }
		
		
a:active {  
    font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal; 
		text-decoration: none
}

a:hover {  
    font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal; 
		text-decoration: underline;
		textdecoration: glow;
}

a:link {  
    font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal; 
		text-decoration: none;
}

a:visited {  
    font-family: Arial, Helvetica, sans-serif; 
		font-weight: normal;
}
