body {overflow-y: scroll;}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	color: 555555;
	font-family: verdana, arial;
	font-size: 12px;
}
H1 { font-size: 15px; 
	color:F4800D;}
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}


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

/* Content column */
TD#content {
	color: 555555;
	padding-left: 0px;
	padding-top: 15px;
	vertical-align: top; 
	text-align: left
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	padding-top: 0px;
	padding-right: 0px;
	width: 172px;
}
TD#menu_1 DIV {
	width: px;
}
TD#menu_1 DIV A {
	color: 555555;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: none;
	color: F4800D;
}


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
      border-bottom-style: solid;
  border-bottom-color: #FFFFFF;  
  border-bottom-width: 2px;
  font-weight:none;
  font-size: 12px;
  padding-top:1px;
  padding-bottom:4px;
  padding-left:10px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
      border-bottom-style: solid;
  border-bottom-color: #FFFFFF;  
  border-bottom-width: 2px;
  color: 66AFFF;
  font-weight:bold;
  font-size: 12px;
  padding-top:1px;
  padding-bottom:4px;
  padding-left:10px;

  background-color: #FFF7EB;
}
TD#menu_1 DIV.menu1-level1-act A {
  color: 333333;;
}


/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  padding-left:18px;

  padding-top: 4px;
  background-color: #FFF7EB;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
 
  padding-left:18px;
  padding-top: 4px;
  background-color: #FFF7EB;
}
TD#menu_1 DIV.menu1-level2-act A {
  color: 222222;;
}


/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 12px;
  padding-left:30px;
  padding-top:4px;
  background-color: #FBFBFB;
 
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 12px;
  font-weight:bold;
  padding-left:30px;
  padding-top:4px;
  background-color: #FBFBFB;
  
}
TD#menu_1 DIV.menu1-level3-act A {
  color: 222222;;
}


/*  MENU 1, level 4, normal state (NO) */
TD#menu_1 DIV.menu1-level4-no {
  font-size: 11px;
  padding-left:28px;
  padding-top:5px;
}
/*  MENU 1, level 4, active state (ACT) */
TD#menu_1 DIV.menu1-level4-act {
  font-size: 11px;
  font-weight:bold;
  padding-left:28px;
  padding-top:5px;
}
TD#menu_1 DIV.menu1-level4-act A {
  color: 333333;;
}


/* xxx  */
TD#xxx DIV.xxx {
	color: #black;
	text-decoration: none;
}

a:visited {
	color: #white;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #555555;
}

a:active {
	color: #black;
}


/* link  */
a:link {
	color: #F4800D;
	text-decoration: none;
}

a:visited {
	color: #F4800D;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #F4800D;
}

a:active {
	color: #F4800D;
}


/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;
  color: #black;
  font-family: verdana, arial;
  font-size: 11px;
  font-style: none;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color: 000000;
}
TD#path A:hover {
  text-decoration: none;
 color: 000000;
}

/* Style for the menu horizontal: */
TD#navi {
  white-space: nowrap;
  background-color: none;
  color: #black;
  font-family: verdana, arial;
  font-size: 11px;
  font-style: none;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
TD#navi A {
  text-decoration: none;
  color: white;
}
TD#navi A:hover {
  text-decoration: none;
 color: 555555;
 font-weight: bold;
}
/* Style for the menu horizontal 2: */
TD#navi2 {
  white-space: nowrap;
  background-color: none;
  color: #black;
  font-family: verdana, arial;
  font-size: 11px;
  font-style: none;
  font-weight: bold;
  padding: 0px 0px 0px 0px;
}
TD#navi2 A {
  text-decoration: none;
  color: #black;
}
TD#navi2 A:hover {
  text-decoration: none;
 color: 333333;
 font-weight: bold;
}