/* GENERAL fonts */
P, OL, UL, DIV, H1, H2 {
	font-family: arial, helvetica, verdana;
	font-size: 15px;
}
H1 { font-size: 17px; }
H2 { font-size: 13px; }
P, H1, H2 {margin: 0px 0px 5px 0px;}

/* Content column */
TD#content {
	font-size: 12px;
	background-color: #D8D6D6;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 15px;
	vertical-align: top; 
}
TD#content A {
	text-decoration: none;
	color: #A03321;
	font-weight: bold;
}
TD#content A:hover {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
/* Language column */
TD#language {	
	vertical-align: center;
	horizontal-align: center;
	background-color: #A03321;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 15px;
}
TD#language A {
	text-decoration: none;
}
/* Menu 1 column */
TD#menu_1 {	
	font-size: 12px;
	vertical-align: top;
	horizontal-align: top;
	background-color: #A03321;
	padding-top: 10px;
}
TD#menu_1 DIV {
	color: #CCCCCC;
}
TD#menu_1 DIV A {
	color: #CCCCCC;
	text-decoration: none;
}
TD#menu_1 DIV A:hover {
	text-decoration: none;
	color: white;
}
/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  padding-left:5px;
  font-weight: bold;
}
/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  padding-left:10px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  padding-left:10px;
  font-weight: bold;
}
/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  padding-left:15px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  padding-left:15px;
  font-weight: bold;
}
