body, td, a, p{
	font-family: Tahoma;
	font-size: 11px;
}

body{
	background-color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

img{
	border: 0px;
}

td.path{
	font-size: 10px;
	color: #000000;
}

a.path-act{
	color: #999999;
}

col.Left{
	width: 13%;
}

col.Center{
	width: 2%;
}

col.Right{
	width: 85%;
}

td.logo{
	background-color: #666666;
	background-image: url(../i/logo_E.gif);
	background-position: right;
	background-repeat: no-repeat;
	text-align: center;
}

td.unit{
	background-color: #666666;
	background-image: url(../i/unit_E.gif);
	background-position: left;
	background-repeat: no-repeat;
}

div#BackgroundUnit{
	background-image: url(../i/unit_bg.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 100%;
	vertical-align: bottom;
}

.unit-text{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
}

td.active-menu{
	background-image: url(../i/menu_E.gif);
	background-position: right;
	background-repeat: repeat-y;
	background-color: #666666;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	width: 16%;
}

td.passive-menu{
	width: 16%;
}

a.menu{
	color: #000000;
	text-decoration: none;
}

a.menu:hover{
	text-decoration: underline;
}

td.copy{
	color:#666666;
}

a.h-copy{
	color:#FF6600;
	text-decoration: none;
}

a.h-copy:hover{
	color:#FF9933;
	text-decoration: none;
}

.sub-unit{
	font-size: 18px;
	color: #999999;
	font-weight: bold;
}

ul{
	margin-left: 17px;
}

li.list-text{
	margin-left: 0px;
	list-style: disc;
	color: #FF9900;
}

.text-cont{
	color: #666666;
}

.w-text{
	color: #FFFFFF;
}

td.l-top{
	background-image: url(../i/l-top.gif);
	background-repeat: no-repeat;
	background-position: top left;
	width: 10px;
	height:10px;
}

td.t-brd{
	background-image: url(../i/t-brd.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:10px;
	width:100%;
}

td.r-top{
	background-image: url(../i/r-top.gif);
	background-repeat: no-repeat;
	background-position: top right;
	width: 10px;
	height:10px;
}

td.l-brd{
	background-image: url(../i/l-brd.gif);
	background-repeat: repeat-y;
	background-position: left;
	height:100%;
	width:10px;
}

td.r-brd{
	background-image: url(../i/r-brd.gif);
	background-repeat: repeat-y;
	background-position: right;
	height:100%;
	width:10px;
}

td.b-brd{
	background-image: url(../i/b-brd.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	height:10px;
	width:100%;
}

td.l-btm{
	background-image: url(../i/l-bt.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	height: 10px;
	width: 10px;
}

td.r-btm{
	background-image: url(../i/r-bt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 10px;
	width: 10px;
}