/* GENERAL fonts */
body,td,th, P, OL, UL, DIV {
	font-family: arial, verdana, Helvetica, sans-serif;
	font-size: 14px;
}
P, H1, H2, H3, H4, H5, H6 {margin: 0px 0px 5px 0px;}


body {
	background-color: #DDDDDD;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* Content column */
TD#content {
	padding: 10px;
	vertical-align: top; 
	width: 720px;
}


/* Menu 1 column */
TD#menu_1 {	
	width: 249px;	
	vertical-align: top; 
	padding-bottom: 10px;
}
TD#menu_1 DIV A {
	color: #000000;
	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 {
	background-repeat: no-repeat;
	height: 33px;
	padding-top: 8px;
	padding-left: 30px;
	margin-top: 15px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	background-repeat: no-repeat;
	height: 33px;
	font-weight:bold;
	padding-top: 8px;
	padding-left: 30px;
	margin-top: 15px;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #606060;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
}
/*  MENU 1, level 2, active state (ACT) */

TD#menu_1 DIV.menu1-level2-act {
  font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #606060;
	padding-left: 30px;
	padding-top: 1px;
	padding-bottom: 1px;
}



/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}


.navTop1 {
	width: 33%;
	text-align: center;
}
.navTop1 A {
	color: #000000;
	text-decoration: none;
}
.navTop1 a:hover {
text-decoration: underline;
}

.navTop2 {
	text-align: center;
	width: 20%;
}
.navTop2 A{
	color: #FFFFFF;
	text-decoration: none;
}
.navTop2 a:hover {
text-decoration: underline;
}

.navBottom1 {
	font-weight: bold;
	text-align: center;
	width: 12%;
	padding-top: 10px;
}
.navBottom1 A{
	color: #000000;
	text-decoration: none;
}
.navBottom1 a:hover {
text-decoration: underline;
}


.footer {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
}
.footer A{
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
.footer a:hover {
text-decoration: underline;
}




/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  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;
}
