body {
   margin:0px;
   background:#ffffff;
   color: #ff0000;
   padding:0;
}

/* GENERAL fonts */
P, OL, UL, DIV, H1, H2, A {
   color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

H1 { 
   font-size: 15px; 
}

H2 { 
   font-size: 13px;
}

P, H1, H2 {
   margin: 0px 0px 5px 0px;
}

P {
   font-size:12px;
   line-height:18px;
   margin-top:5px;
   text-align:justify;
}

TR.tr-even{
   color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height:18px;
   background:#ffffff;
}
TR.tr-odd{
   color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height:18px;
   background:#e8e8e8;
}

TD#footer {border-top: dotted 1px #999999;}
TD#footer P {
	font-size: 10px;
	text-align: center;
}

TD#footer_2 {border-top: dotted 0px #ffffff;}
TD#footer_2 P {
	font-size: 10px;
	text-align: right;
   margin-left:10px;
   margin-right:10px;
}

/* Content column */
TD#content {
	padding-left: 30px;
	padding-right: 40px;
	padding-top: 40px;
	vertical-align: top;
   /*border:1px solid grey;*/
	width: 777px;
   max-width:777px;
}

TD#contenttable {
   text-align:center;
}

/* Menu 1 Spacer left */
TD#menuspacer {	
   margin-left:0px;
   vertical-align: top; 
	width: 32px;	
   background:#ffffff;
}

/* Menu 1 column */
TD#menu_1 {	
	/*border: dashed red 1px;*/
   margin-left:0px;
   vertical-align: top; 
	width: 200px;
   background:#538b79;
	background-image:url(../images/menuback.jpg);
	background-repeat:no-repeat;
	padding-top: 200px;
	padding-bottom: 30px;
}
TD#menu_1 DIV {
	width: 90%;
}
TD#menu_1 DIV A {
	color: black;
	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 {
  /*border-bottom: 1px dotted #999999;*/
  font-size: 11px;
  font-weight:bold;
  padding-top:14px;
  padding-left:10px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px dotted #000000;
  font-weight:bold;
  font-size: 11px;
  padding-top:14px;
  padding-left:10px;
  /*background-color: #eeeeee;*/
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-no A {
  color:#0c1647;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:#000000;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 11px;
  font-weight:bold;
  padding-top:5px;
  padding-left:18px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  border-bottom: 1px dotted #000000;
  font-size: 11px;
  font-weight:bold;
  padding-top:5px;
  padding-left:18px;
}
TD#menu_1 DIV.menu1-level2-no A {
  color:#0c1647;
}
TD#menu_1 DIV.menu1-level2-act A {
  color:#000000;
  border-bottom: 1px dotted #000000;
}


/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 11px;
  font-weight:bold;
  padding-top:5px;
  margin-left:25px;
  margin-right:0px;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act {
  font-size: 11px;
  font-weight:bold;
  color:#ff0000;
  padding-top:5px;
  padding-left:25px;
}
TD#menu_1 DIV.menu1-level3-no A {
  color:#0c1647;
}
TD#menu_1 DIV.menu1-level3-act A {
  color:#000000;
  border-bottom: 1px dotted #000000;
}


/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  /*width:200px;*/
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 11px;
  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;
}





/* 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;
}


