/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, H3, H4 {
	font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
	COLOR: #1E4A3E;
}
H1 { font-size: 24px; margin: 0px 0px 5px 0px; }
H2 { font-size: 20px; margin: 0px 0px 5px 0px; }
H3 { font-size: 18px; margin: 0px 0px 5px 0px; }
H4 { font-size: 16px; margin: 0px 0px 5px 0px; }
P  {margin: 0px 0px 5px 0px; font-size: 14px;}

A { COLOR: #1E4A3E; }

BODY {	margin: 0 0 0 0; background-color: #e1f4c6; }



/* Content column */

TD#content {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 10px;
	vertical-align: top; 
	border:0px;
}




TD#contentright  {
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 15px;
	vertical-align: top; 
	width: 610px;
}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	padding-left: 11px;
	width: 350px;	
	background-repeat : no-repeat;
	padding-top: 11px;
}
TD#menu_1 DIV {
	width: 95%;
}
TD#menu_1 DIV A {
	color: white;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
		text-decoration: underline;
	}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no 
{
 font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
 font-size: 20px;
 padding-top:2px;
 padding-bottom:4px;
 padding-left:5px;
}

/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act 
{
font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
 font-weight:bold;
 font-size: 20px;
 padding-top:2px;
 padding-bottom:4px;
 padding-left:5px;  
 background-color: #FFFFFF;
}
TD#menu_1 DIV.menu1-level1-act A 
{
  color:#075907;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 18px;
  padding-left:20px;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 18px;
  font-weight:bold;
  padding-left:20px;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 18px;
  padding-left:35px;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 18px;
  font-weight:bold;
  font-family: 'Trebuchet MS', Verdana, Arial, Sans-Serif,regular;
}







table.info {
 vertical-align: top;
 background-color: #387a67;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;


}

table.info span {
 filter: alpha(opacity=100);
 -moz-opacity: 1;



}

TD#contentright  P {
	color: black;
	text-decoration: none;
}
TD#contentright  A {
	color: black;
	text-decoration: none;
}
TD#contentright  H1 {
	color: black;
	text-decoration: none;
}
