
/* GENERAL fonts */
P, OL, UL, H1, H2 {
	font-family: verdana, arial;
	font-size: 12px;
	color: navy;
}

DIV {
	font-family: verdana, arial;
	font-size: 12px;
	color: white;
}
H1 { 
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: navy;
}
H2 { font-size: 20px; 
	font-weight: bold;
	text-align: center;
	color: navy;
}
H3 { font-size: 16px; 
	font-weight: bold;
	text-align: center;
	color: navy;
}
H4 { font-size: 12px; 
	font-weight: bold;
	text-align: center;
	color: navy;
}

H5 { font-size: 14px; 
	color: navy;
 	font-weight: bold;
	text-align: left;
}

H6 { font-size: 12px; 
	color: teal;
 	font-weight: normal;
	text-align: left;
}



P, H1, H2 {margin: 0px 0px 5px 0px;}

TD#page {
	background-color: white;
}



TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
	background-color: white;
	vertical-align: top;
}

/* Content column */
TD#content {
	padding-right: 10px;
	padding-left: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
	vertical-align: top; 
	width: 750px;
	background-color: white;
	
	
#380
}


/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 120px;
	padding-top: 80px;
	padding-bottom: 10px;
	border-right-color:#FFFDED;
	border-right-style: solid;
	border-right-width: 1px;
	background-color: white;

}

TD#menu_1 DIV {
    width: 120px;
}
TD#menu_1 DIV A {
	color: #044994; 
	text-decoration: none;
}

TD#menu_1 DIV A:hover {
	text-decoration: bold;
	color: #044994;
	font-weight; bold;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 13px;
  color: #044994;
  padding-top: 10px;
  padding-left: 25px;

}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  font-weight:bold;
  color: #044994;
  font-size: 13px;
  padding-top: 10px;
  padding-left: 25px;

}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 12px;
  padding-left: 40px;
  padding-top: 10px;
  
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 12px;
  font-weight:bold;
  padding-left: 40px;
  padding-top: 10px;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 11px;
  padding-left: 55px;
  padding-top: 10px;
}

/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 11px;
  font-weight:bold;
  padding-left: 55px;
  padding-top: 10px;
}


/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #044994;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: #044994;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
  font-style; italic;
  
}
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: #FFFDED;

  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;
  font-style; italic;
}


