body {
    background-color: #fff;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #000;
}
#header {
	color: #fc6800;
}
#news {
    font-size: 11px;
        line-height: 16px;
	font-family: Verdana, sans-serif;
}
#navbar {
	width: 215px;
	background-color: #999999;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, sans-serif;
}
#topnav {
	background-color: #333366;
	color: #fff;
	border-top: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 40px;
}
#topnav a {
	text-decoration: none;
	color: #fff;
	font-size: 11px;
}
.navselected {
	background-color: #333366;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}
.navunselected {
	background-color: #999999;
        padding-bottom: 10px;
        padding-top: 10px;
	padding-left: 5px;
}


.navbarsubentry {
	font-size: 13px;
	background-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
}
.navbarsubentry a:hover {
	text-decoration: underline;
}
.navbarsubentryselected {
	font-size: 13px;
	background-color: #e5e5e5;
	padding-top: 5px;
	padding-bottom: 5px;
}

.quote {
    background-color: #fdf8e5;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 15px;
    padding-left: 5px;
    border: 1px dotted #ccc;
    font-style: italic;
}
.quoteauthor {
    margin-top: 4px;
    padding-right: 10px;
    text-align: right;
    font-style: normal;
    font-weight: bold;
}
blockquote, .intro {
    color: #45458b;
	font-weight: bold;
    margin: 10px;
}
h2, #contentheader {
	margin-top: 10px;
	padding-left: 0px;
    color: #000;
    font-weight: bold;
    font-size: 18px;
}
h3, .caption {
    color: #444;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 15px;
}

#langform {
	padding-right: 5px;
	margin: 2px;
}
#footer {
	background-color: #999999;
	-moz-border-radius: 0px 0px 10px 0px;
}
#contentall {
}
#contentalli a {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px dotted #999;
}
#contentalli a:hover {
	color: #ff6600;
	text-decoration: none;
	border-bottom: 1px solid #ff6600;
}
#news {
	background-color: #cccccc;
}
.printshowprint {
	font-size: 10px;
	text-align: right;
}
.printshowregular {
	display: none;
}

A.none {
 text-decoration: none;
}
A.top {
 text-decoration: none;
}
A.sub:link, A.sub:visited, A.sub:active {
 color: #ff6600;
 text-decoration: none;
}
A.hov:link, A.hov:visited, A.hov:active {
 color: #000000;
 text-decoration: none;
}
A.hov:hover {
 color: #000000;
 text-decoration: underline;
}
							           
