/* =======[ General ]======= */
body {
	font-family: verdana, arial, helvetica;
	color: #000;
	font-size: 12px;
	/*
	background-image: url('../images/globe.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center
	*/
	}

/* =======[ links ]======= */
.txt a, a:link{
	color: #0A8161; /*rgb(01,86,153);*/
	text-decoration: underline;
	}
.txt a:visited{
	color: #0A8161; /*rgb(01,86,153);*/      
	}
.txt a:hover{
	color: #C18458; /*rgb(01,86,153);*/
	}

/* =======[ header frame ]======= */
.header{
	background-color: #fff;
	margin: 0;
	padding: 0;
	background-image: url(../images/header/topTile.gif);
	background-position: top;
	background-repeat: repeat-x;
}

/* =======[ navigation tabs ]======= */
.navBar{
	position: absolute;
	left: 20px;
	text-align: left;
	font-size: 12px;
	top: 73px;
	}
.navBar a{	
	text-decoration: none;
	background-image: url(../images/header/tabOff.png);
	background-position: top right;
	padding: 4px 10px 2px 4px;
	color: #fff;
	border-left: 1px solid #0A8161; /*rgb(00,33,92);*/
	border-bottom: 1px solid #0A8161; /*rgb(00,33,92);*/
	position: relative;
	z-index: 100;
	font-weight:bold;
	}
.navBar a:hover{
	background-image: url(../images/header/tabOn.png);
	}
.navBar a.selected{
	background-image: url(../images/header/tabSelected.png);
	color: #0A8161; /*rgb(01,86,153);*/
	border-bottom: 1px solid #fff ;
	}
.navBar a.selected:hover{
	background-image: url(../images/header/tabSelected.png);
	}

/* =======[ language selection ]======= */
.language{
	font-size: 12px;
	position: absolute;
	top: 3px;
	left: 450px; 
	text-align: left;
	color: #0A8161; /*#136137;*/
	}
.language a,
.language a:visited{
	color: #0A8161; /*rgb(01,86,153);*/
	text-decoration: none;
	}
.language a:hover{
	color: #C18458; /*#000;*/
	}

/* =======[ header title ]======= */
.headerTitle{
	position: absolute;
	top: 20px;
	left: 100px; 
	text-align: left;
	font-weight:bold;
	}
.headerTitle a,
.headerTitle a:visited,
.headerTitle a:hover{
	font-size: 22px;
	color: #0A8161; /*rgb(01,86,153);*/
	text-decoration: none;
}
/* =======[ tree ]======= */
.tree td {
	font-size: 8pt;
	color: #000; 
	font-family: verdana,helvetica;
	white-space:nowrap;
	}
.tree a,
.tree a:visited {
	text-decoration: none;
	color: #0A8161; /*rgb(01,86,153);*/
	}
.tree a:hover{
	color: #C18458; /*#000;*/
	}

/* =======[ download ]======= */
.download{
	font-family: verdana, arial, helvetica;
	font-size: 12px;
}
/* =======[  menu ]======= */

.LSItemHead{
	color: #B66532;
	height: 18px;	
	background-image: url(../images/body/headBack.gif);
	background-position: top right;
	font-weight: bold;
	padding: 6px 0 4px 12px;
	margin: 0px 2px 0px 0px;
	}	
	
.LSItem{
	font-size: .9em;
	padding: 5px 10px 5px 18px;
	position: absolute;	
	height: auto;
	vertical-align: top;
	background-image: url(../images/body/lcolBack.gif);
	background-repeat: repeat-y;
	width: 175px;
	}
