/* Stylesheet akua.ch */
TABLE,TD,THEAD,TBODY {
	border: 0px solid #ffffff;
}
A {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #cc6600;
	text-decoration : underline;
	cursor: hand;
}
A:LINK {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #cc6600;
	text-decoration : underline;
}
A:VISITED {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #cc6600;
	text-decoration : underline;
}
A:HOVER {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #3399cc;
	text-decoration : underline;
}
A:ACTIVE {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #3399cc;
	text-decoration : underline;
}

B {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 700;
	color : #000000;
	text-decoration : none;
}
I {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
U {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration : underline;
}
P,SMALL,LI,UL,SPAN {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
STRONG {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : normal;
	font-weight : 700;
	color : #000000;
	text-decoration : none;
}
EM {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-style : italic;
	font-weight : normal;
	color : #000000;
	text-decoration : none;
}
FONT {
	font-size: 11px;
}
.header {
	cursor: default;
}
.news {
	border-right: 1px solid #ff6600;
	border-bottom: 1px solid #ff6600;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 2px;
	padding-bottom: 2px;	
}
SELECT.menu {
			background-color: #ffffcc; 
			font-family: Verdana,Geneva,sans-serif; 
			color: #336699;
			font-size: 11px;
			text-decoration: none;
			font-style: normal;
			padding-top: 2px;
			padding-bottom: 2px;			
			width: 150px;
			height: 24px;					
			ruby-overhang: none;
			overflow: hidden;
}
#clicknav {
		background:#FFFFCC;
		color:#336699;
		padding:2px;
		list-style:none;
		width:150px;
		position:absolute;
		top:45px;
		left:468px;
		z-index:50;
		margin:0;
	}
	#clicknav li {
		text-align:left;
	}
	#clicknav li a {
		color:#336699;
		text-decoration:none;
	}
	#clicknav li span {
		display:block;
		border:1px solid #cbcbcb;
		padding:3px;
	}
	#clicknav li ul {
		display:none;
		list-style:none;
		margin:0;
		padding:0;
	}
	#clicknav li:hover ul {
		display:block;
		list-style:none;
		margin:0;
		padding:0;
	}
	#clicknav li:hover ul li {
		display:block;
		list-style:none;
		padding:3px;
	}
