BODY { 
  /* background: white url("uploads/tf/xxxx.jpg"); */
  background-repeat: no-repeat;
  background-position: 0% 0%;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
  font-family: arial, verdana;
  font-size: 14px;
}
H1 { font-size: 17px; }
H2 { font-size: 15px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
  font-size: 10px;
  text-align: center;
}

/* Content column */
TD#content {
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 15px;
  vertical-align: top; 
  width: 380px;
}

/* Menu 1 column */
TD#menu_1 {	
  vertical-align: top; 
  width: 200px;	
  padding-top: 1px;
  background-color: #E0F2F0;
  font-family: arial, verdana;
}
TD#menu_1-level2 {	
  vertical-align: top; 
  width: 200px;	
  padding-top: 1px;
  background-color: #CEE9E6;
  font-family: arial, verdana;
}

/* Menu 2 column */
TD#menu_2 {	
  vertical-align: top; 
  width: 200px;	
  padding-top: 1px;
  background-color: #DFF3FD;
  font-family: arial, verdana;
}
TD#menu_2-level2 {	
  vertical-align: top; 
  width: 200px;	
  padding-top: 1px;
  background-color: #CCE7F4;
  font-family: arial, verdana;
}

/* Menu 3 column */
TD#menu_3 {	
  vertical-align: center; 
  width: 200px;	
  height: 22px;	
  padding-top: 1px;
  background-color: #CEE1EB;
  font-family: arial, verdana;
}
TD#menu_3-level2 {	
  vertical-align: center; 
  height: 22px;	
  padding: 2px;
  background-color: #BBD5E2;
  font-family: arial, verdana;
}

/* Menu 4 column */
TD#menu_4 {	
  vertical-align: top; 
  width: 140px;	
  padding-top: 1px;
  background-color: #DFF3FD;
  font-family: helvetica;
  font-stretch: wider;
}
TD#menu_4-level2 {	
  vertical-align: top; 
  width: 140px;	
  padding-top: 1px;
  background-color: #CCE7F4;
  font-family: helvetica;
  font-stretch: wider;
}

TD#menu_1 DIV {
  width: 95%;
}
TD#menu_1 DIV A {
  color: #393939;
  font-weight: 500;
  text-decoration: none;
}
TD#menu_1 DIV A:hover {
  font-weight: 600;
  text-decoration: underline;
}

TD#menu_2 DIV {
  width: 95%;
}
TD#menu_2 DIV A {
  color: #393939;
  font-weight: 500;
  text-decoration: none;
}
TD#menu_2 DIV A:hover {
  font-weight: 600;
  text-decoration: underline;
}

TD#menu_3 DIV {
  width: 95%;
}
TD#menu_3 DIV A {
  color: #393939;
  font-weight: 500;
  text-decoration: none;
}
TD#menu_3 DIV A:hover {
  font-weight: 600;
  text-decoration: underline;
}
TD#menu_3-level2 DIV {
  width: 95%;
}
TD#menu_3-level2 DIV A {
  color: #393939;
  font-weight: 500;
  text-decoration: none;
}
TD#menu_3-level2 DIV A:hover {
  text-decoration: underline;
}

TD#menu_4 DIV {
  width: 95%;
}
TD#menu_4 DIV A {
  color: #393939;
  font-weight: 500;
  text-decoration: none;
}
TD#menu_4 DIV A:hover {
  font-weight: 600;
  text-decoration: underline;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 11px;
  font-stretch: wider;
  text-decoration: none;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-weight:bold;
  font-size: 11px;
  font-stretch: wider;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
  /*background-color: #eeeeee; */
  filter:alpha(opacity='70', style='0');
}
/*
TD#menu_1 DIV.menu1-level1-act A {
  color:#B8020B;
}
*/

/*  MENU 2, level 1, normal state (NO) */
TD#menu_2 DIV.menu2-level1-no {
  font-size: 11px;
  font-stretch: expanded;
  text-decoration: none;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
}
/*  MENU 2, level 1, active state (ACT) */
TD#menu_2 DIV.menu2-level1-act {
  font-weight:bold;
  font-size: 11px;
  font-stretch: expanded;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
  /*background-color: #eeeeee;*/
  filter:alpha(opacity='70', style='0');
}
/*
TD#menu_2 DIV.menu2-level1-act A {
  color:#B8020B;
}
*/

/*  MENU 3, level 1, normal state (NO) */
TD#menu_3 DIV.menu3-level1-no {
  font-size: 11px;
  font-stretch: expanded;
  text-decoration: none;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
}
/*  MENU 3, level 1, active state (ACT) */
TD#menu_3 DIV.menu3-level1-act {
  font-weight:bold;
  font-size: 11px;
  font-stretch: expanded;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
  /*background-color: #eeeeee;*/
  filter:alpha(opacity='70', style='0');
}
/*
TD#menu_3 DIV.menu3-level1-act A {
  color:#B8020B;
}
*/
/*  MENU 3, level 2, normal state (NO) */
TD#menu_3-level2 DIV.menu3-level2-no {
  font-size: 12px;
  font-weight: 500;
  font-stretch: expanded;
  text-decoration: none;
  padding-top:1px;
  padding-left:3px;
  padding-bottom:1px;
}

/*  MENU 4, level 1, normal state (NO) */
TD#menu_4 DIV.menu4-level1-no {
  font-size: 11px;
  font-stretch: expanded;
  text-decoration: none;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
}
/*  MENU 4, level 1, active state (ACT) */
TD#menu_4 DIV.menu4-level1-act {
  font-weight:bold;
  font-size: 11px;
  font-stretch: expanded;
  padding-top:3px;
  padding-left:10px;
  padding-bottom:3px;
  /*background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
/*
TD#menu_4 DIV.menu4-level1-act A {
  color:#B8020B;
}
*/

/* level 2   */

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10px;
  padding-left:20px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 10px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}
/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

