body {
background-color: #EEEEEE;
	color: #333333;
	font-family: "Trebuchet MS",Trebuchet,serif;
        margin: 0.1em;
}
a {
	color: #FF6600;
}
a:hover {
	color: #0066FF; background:none;
}

img {
	border: 0;
}
#navi {
	font-size: 10px;
	margin: 0 0 0 0.2em;
}
#navi h1 {
	background: #DDDDDD;
	padding: 0px 5px 0px 5px;
	border-bottom: 1px solid #CCCCCC;
	font-size: 0.9em;

}
#navi h2 {
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	margin-top: 1em;
	padding-left: .5em;
	cursor: pointer;
	font-size: .9em;

}
#navi h3 {
	font-size: 1em;
	font-weight: bold;
	
	background-color: #fff;
	border-width: 0;
	border-style: solid;

	cursor: pointer;
margin-bottom: 9px;
	border: 1px solid #CCCCCC;
	font-size: .9em;
border-radius: 5px 5px 5px 5px;
}
#navi ul {
border-left: solid 1px #CCCCCC;
background-color: #EEEEEE;
}
#navi li {
	line-height: 1.2em;
border-left: solid 1px #CCCCCC;
background-color: #EEEEEE;
}
.news-item {
	background:#DDDDDD;
	border: solid 1px #CCCCCC;
	padding: 8px;
	margin: 0;
	border-radius: 5px;
}
h1 { font-variant: small-caps;}
h2 { background-color: #FFFFFF;}
.sitemenu a {color: #FF6600;
font-weight:normal;
}
.sitemenu a:visited {
	color: #FF6600;
font-weight:normal;
}
.sitemenu {
	text-align:right;
	padding: 6px;
}
.disclaimer {
	border-bottom: solid 1px;
	border-top: solid 1px;
	padding: 6px;
	font-size: small;
}
.copyright {
	text-align:center;
}