/*Body style*/
BODY {
	color: #000000;
	background: #FFFFFF;
	margin-left: 10px;
	margin-top: 10px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}


.copyright {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #666666;
	background-image: url(../images/bottom_2.jpeg);
	margin: 3px;
}
.hierarchyNavigator {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00016d;
	background-image: url(../images/logo_5.jpeg);
	margin: 0px;
	padding: 0px;
	height: 12px;
}
.bottomNavigator {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #00016d;
	margin: 0px;
	padding: 0px;
	height: 12px;
}
.topNavigator {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 3px;
	margin-left: 0px;
}
.topNavigatorACT {
	color: #FFFFFF;
}

/*NAVIGATION LEVEL 1*/
/*inactive*/
TABLE.nav1 {
	background: #D1DEBB;
	width: 100%;
}

TABLE.nav1:hover {
	background: #FF6317;
	color: #FFFFFF;
}

TD.nav1 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-size: 11px;
	padding: 2px;
}

/*active*/
TABLE.nav1act {
	background: #D1DEBB;
	width: 100%;
}

TD.nav1act {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-size: 11px;
	padding: 2px;
}

/*NAVIGATION LEVEL 2*/
/*inactive*/
TABLE.nav2 {
	background-color: #FFFFFF;
	float: right;
	width: 90%;
}

TABLE.nav2:hover {
	background: #FF6317;
	color: #FFFFFF;
}

TD.nav2 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-size: 11px;
	padding: 2px;
}

/*active*/
TABLE.nav2act {
	background-color: #E1F0CD;
	float: right;
	width: 90%;
}

TD.nav2act {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-size: 11px;
	padding: 2px;
}

/*NAVIGATION LEVEL 3*/
/*inactive*/
TABLE.nav3 {
	background-color: #FFFFFF;
	float: right;
	width: 80%;
}

TABLE.nav3:hover {
	background: #FF6317;
	color: #FFFFFF;
}

TD.nav3 {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-size: 11px;
	padding: 0px;
}

/*active*/
TABLE.nav3act {
	background-color: #FFFFFF;
	float: right;
	width: 80%;
}

TD.nav3act {
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-size: 11px;
	padding: 0px;
}


