/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	color: 555555;
	font-family: arial;
	font-size: 13px;
}
H1 { font-size: 16px; }
H2 { font-size: 18px; 
	color: #fe7200;}
P, H1, H2 {margin: 0px 0px 0px 0px;}



/* Menu 1 column */
TD#menu_1 { background-color: #F0F0F0; vertical-align: top; background-image: ; background-repeat : no-repeat; padding-top: 0; padding-right: 0; }
TD#menu_1 DIV {
	width: px;
}
TD#menu_1 DIV A {
	color: #333333;
	text-decoration: none;

}
TD#menu_1 DIV A:hover { color: #fe7200; font-weight: bold; background-color: #; }


/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  border-top-style: solid;
  border-top-color: #FF7607;  
  border-top-width: 1px;
  font-size: px;
  font-weight: bold;
  padding-top:5px;
  padding-left:px;
  padding-right: 0px;
  padding-bottom: 3px;
width: 204px;

}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
    border-top-style: solid;
  border-top-color: #FF7607;  
  border-top-width: 1px;
  color: #ffb500;
  font-weight: bold;
  font-size: px;
  padding-top:5px;
  padding-left:px;
  padding-right: 0px;
  background-color: #ffffff;
  filter:alpha(opacity='70', style='0');
  width: 204px;

}
TD#menu_1 DIV.menu1-level1-act A {
  color: #ff7300;
  
}


/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  padding-left:22px;
  padding-top:5px;	
  width: 182px;
   font-weight: bold;
    background-color: #ffffff;
      padding-bottom: 2px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight: bold;
  padding-left:22px;
  padding-top:5px;	
  width: 182px;
    background-color: #ffffff;
  
}
TD#menu_1 DIV.menu1-level2-act A {
  color: #ff7300;
}


/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 11px;
  padding-left:32px;
   font-weight: bold;
  padding-top:5px;
  width: 172px;
  background-color: #ffffff;
  padding-bottom: 2px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 11px;
  font-weight: bold;
  padding-left:32px;
  padding-top:5px;
  width: 172px;
  background-color: #ffffff;
  padding-bottom: 2px;
}
TD#menu_1 DIV.menu1-level3-act A {
  color: #ff7300;
}


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



/* link  */
a:link {
	color: #ff7300;
	 font-size: x;
	font-weight: ;
	text-decoration: none;
	
}

a:visited {
	color: #ff7300;
	 font-size: px;
	font-weight: ;
	text-decoration: none;
}

a:hover {
	font-weight: ;
	 font-size: px;
	text-decoration: ;
	color: #111111;

}

a:active {
	font-weight: ;
	 font-size: px;
	color: #30534D;
}

/* Style for links: */
TD#xxx {
  white-space: nowrap;
  background-color: none;
  color: #ffffff;
  font-family: arial;
  font-size: 12px;
  font-style: none;
  font-weight: ;
  padding: 0px 0px 0px 0px;
}
TD#xxx A {
  text-decoration: bold;
  font-family: arial;
    font-size: 12px;
  color: ffffff;
}
TD#xxx A:hover {
  text-decoration: bold;
  font-family: arial;
    font-size: 12px;
 color: ffffff;
 font-weight: ;
}



