/* GENERAL fonts */
body,td,th, P, OL, UL, DIV {
	font-family: verdana, arial, Helvetica, sans-serif;
	font-size: 12px;
}
P, H1, H2, H3, H4, H5, H6 {margin: 0px 0px 5px 0px;}

body {
	background-color: #FFFFFF;
	margin: 1px 1px 1px 1px;
}

H1 { font-size: 18px;
	padding-bottom: 3px;
	font-weight: bold;}
H1 A {text-decoration: none;}
H1 A:hover {text-decoration: underline;}
H2 { font-size: 16px;
	padding-bottom: 3px;
	font-weight: bold;}
H3  { font-size: 14px;
	font-weight: bold;}
H4 { font-size: 18px;
	padding-bottom: 3px;
	font-weight: normal;}
H6 { font-size: 14px;
	font-weight: normal;}

a img {border:none;}

/* Content column */
TD#content {
	padding-top: 15px;
	padding-bottom: 15px;
	padding-right: 15px;
	padding-left: 25px;
	vertical-align: top; 
	width: 451px;
}


/* Menu 1 column */
TD#menu_1 {	
	width: 206px;
	padding-bottom: 5px;
}
TD#menu_1 DIV A {
	color: #FFFFFF;
	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: 20px;
	padding-top: 4px;
	padding-left: 30px;
	margin-top: 7px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
	background-repeat: no-repeat;
	height: 20px;
	font-weight:bold;
	padding-top: 4px;
	padding-left: 30px;
	margin-top: 7px;
}

/*  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;
}


TD#navTop {
	color: #989898;
	font-size:11px;
	vertical-align: bottom;
	text-align: center;
}
TD#navTop A {
	color: #989898;
	text-decoration: none;
}
TD#navTop a:hover {
text-decoration: underline;
}

TD#footer {
	color: #828282;
	font-size: 11px;
	padding-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
}
TD#footer A{
	color: #828282;
	text-decoration: none;
}
TD#footer a:hover {
text-decoration: underline;
}


/*  CSS Form */
fieldset {
  padding: 0.2em 0em 0em 0em;
  font:80%/1 sans-serif;
  border:0px;
}

label {
  width: 12em;
  font-size: 12px;
  padding: 0px 10px 0px 0px;
  float: left;
  text-align: left;
  margin-right: 0.5em;
  display: block;
}

input {
  margin-bottom: 10px;
}

textarea {
  margin-bottom: 10px;
}

