body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.lid {
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	color: #666666;
}
.koont {
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.style1 {font-family: Verdana; font-size: 16px; font-style: normal; color: #666666; font-weight: bold; }
.style3 {font-size: 12px; color: #666666; font-family: Verdana;}
.style8 {font-family: Verdana; font-size: 16px; font-style: normal; color: #666666; }
.style14 {font-size: 14px}
.style15 {
	font-style: normal;
	color: #666666;
	font-family: Verdana;
	font-size: 14px;
}
			/*TOP NAVIGATION*/
#topnav ul {
	padding : 0.5em 0;
	margin : 0 0 5px 0;
	list-style-type : none;
	color : #fff;
	font-weight : bold;
	background-color: #F48921;
	font-family: Verdana;
	font-size: 12px;
}
#topnav li {
display : inline;
}
#topnav li a, #topnav a:visited {
	text-decoration : none;
	color : #fff;
	padding : 0.6em 1.3em;
	background-color: #E4780C;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #fff;
}
.selectt {
	font-family: Verdana;
	font-size: 14px;
	color: #F48921;
	font-weight: bold;
}

#topnav li a.selected, #topnav a:visited.selected, #topnav a:hover {
	text-decoration : none;
	color : #FFFFFF;
}
			/*RIGHT NAVIGATION*/
#navcontainer ul {
margin : 0;
padding : 0;
list-style-type : none;
background : #fffff0;
color : #666;
}
#navcontainer ul li a {
padding-left : 10px;
color : #885835;
background : transparent url(images/list-off-orange.gif) no-repeat left center;
text-align : left;
font : 12px "Lucida Grande", "Lucida Sans Unicode", lucida, sans-serif;
text-decoration : none;
}
#navcontainer ul li a:hover {
color : #f17327;
background : transparent url(images/list-on-orange.gif) no-repeat left center;
}
#navcontainer ul li a.selected {
background : transparent url(images/list-active.gif) no-repeat left center;
color : #000;
}
