.main_table {
	/* Table sorounding the header with a week/ligth border */
	padding:0px;
	border-right:1px solid #dcdcdc;
	border-left:1px solid #dcdcdc;
	border-top:1px solid #dcdcdc;
}
.main_td {
	padding-left:10px;border-left:1px solid #dcdcdc
}

.main_menu_bg {
	/* Table sorounding menu with a week/ligth border */
 	padding:8px;
 	border-top:1px solid #ffffff;
 	border-bottom:1px solid #ffffff;
 	background-color: #004F7D;
 	color:white;
 	
 	
} 	

.footer_bg {
 	background-color: #144E8C;
 	 } 	

.tdhead{
	/* Headline on all pages, with background image */
   font-family:verdana,helvetica,arial,serif;
   font-size:90%;
   font-weight:bold;
   background: #144E8C;
   color:white;
}

a:link { 
  font-size:90%; 
  text-decoration:none; 
  color:#144E8C; 
  font-weight:bold; 
} 
a:visited  { 
  font-size:90%; 
   text-decoration:none; 
   color:#144E8C; 
   font-weight:bold; 
} 
a:hover 
{ 
   font-size:90%; 
   text-decoration:none; 
   color:#D99E1E; 
   font-weight:bold; 
}