.tdhead{
	/* Headline on all pages, with background image */
   font-family:verdana,helvetica,arial,serif;
   font-size:90%;
   font-weight:bold;
   background-image: url(../images/user/tb.gif);
   color:white;
}

.footer_bg {
 	background-color: #FFFFFF;
 	background-image: url(../images/user/tb.gif);
 	 } 	
 	 
td{
	/* Default definition of table columns */
   font-family:verdana,helvetica,arial,serif;
   font-size:100%;
   color:#202020;
}

a:link { 
  font-size:90%; 
  text-decoration:none; 
  color:#404040; 
  font-weight:bold; 
} 
a:visited  { 
  font-size:90%; 
   text-decoration:none; 
   color:#404040; 
   font-weight:bold; 
} 
a:hover 
{ 
   font-size:90%; 
   text-decoration:none; 
   color:#818181; 
   font-weight:bold; 
}
 
.linknotbold { 
  font-size:11px; 
  text-decoration:none; 
  color:#4E6A86; 
  font-weight:normal;
}

a.sublink:link { 
  font-size:10px; 
  text-decoration:none; 
  color:#4E6A86; 
  font-weight:normal; 
} 
a.sublink:visited  { 
   font-size:10px; 
   text-decoration:none; 
   color:#4E6A86; 
   font-weight:normal; 
} 
a.sublink:hover 
{ 
   font-size:10px; 
   text-decoration:none; 
   color:#F4881F; 
   font-weight:normal; 
} 