/* CSS Document */
body,td,th {
	font-family: Trebuchet MS, Arial, sans-serif;
	font-size: 14px;
	color: #243b4d;
}
body {
	background-color: #1c647b;
	margin-left: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}
a {
	font-size: 14px;
	color: #266983;
}
a:visited {
	color: #185511;
}
a:hover {
	color: #185511;
}
a:active {
	color: #686353;
}
.style1 {
	font-family: "Monotype Corsiva", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 18px;
}
.style2 {color: #686353}
.style4 {
	font-size: 16px;
	font-weight: bold;
	color: #686353;
}
.style5 {
	color: #0b4c61;
	font-weight: bold;
}
.style6 {
	color: #185511;
	font-weight: bold;
}
.style7 {font-size: 12px}
.style8 {font-size: 10px}
.style9 {
    font-size: 10px;
	color: #ffffff !important;
}
.csc-firstHeader {
	font-size: 18px;
	font-weight: bold;
	color: #1b637a;
}
H2 {
	font-size: 18px;
	font-weight: bold;
	color: #1b637a;
}}
/* Menu 1 column */
TD#menu_1 {	
  font-family: Trebuchet MS, Arial, sans-serif;
  vertical-align: top; 
  width: 200px;	
  font-size: 16px;
  padding-top: 5px;
}
TD#menu_1 DIV {
  width: 95%;
  font-weight: bold;
  color: #686353;
  text-decoration: none;
  padding-top: 5px;
}
TD#menu_1 DIV A {
  font-weight: bold;
  color: #686353;
  font-size: 16px;
  text-decoration: none;
  padding-top: 5px;
}
TD#menu_1 DIV A:hover {
  font-weight: bold;
  color: #686353;
  font-size: 16px;
  text-decoration: underline;
  padding-top: 5px;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-weight: bold;
  color: #686353;
  font-size: 16px;
  text-decoration: none;
  padding-top:5px;
  padding-left:5px;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #BBC2DB;
  font-weight:bold;
  padding-top:5px;
  padding-left:5px;
  background-color: #eeeeee;
  filter:alpha(opacity='70', style='0');
}
TD#menu_1 DIV.menu1-level1-act A {
  color:black;
}

/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 16px;
  padding-left:5px;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act {
  font-size: 16px;
  font-weight:bold;
  padding-left:20px;
}

/*  MENU 2, level 1, general for all table cells: */
TD#menu_2 DIV {
  background-color: #1c647b;
  text-align: center;
  padding: 1px 0px 2px 0px;
}
TD#menu_2 DIV A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TD#menu_2 DIV A:hover {
  text-decoration: underline;
}
TD#menu_2 DIV.oddcell {
  background-color: #666699;
}
TD#menu_2 DIV.menu2-level1-act {
  background-color: #88292A;
}

