body {
	background-color: #d3e7f7;
/*	color: #2065a6;
	font-family: Tahoma;
	font-size:9pt;
*/
}
.fontblue {
	color: #2065a6;
}
.fontred {
	color: #cc3300;
}
.fontgreen {
	color: #538040;
}
.fontorange {
	color: #ff7b24;
}
.font9 {
	font-family: Tahoma;
	font-size:9pt;
}
.font10 {
	font-family: Tahoma;
	font-size:10pt;
}
.font11 {
	font-family: Tahoma;
	font-size:11pt;
}
.font9blue {
	font-family: Tahoma;
	font-size:9pt;
	color: #2065a6;
}
.font9orange {
	font-family: Tahoma;
	font-size:9pt;
	color: #ff7b24;
}
.font9red {
	font-family: Tahoma;
	font-size:9pt;
	color: #cc3300;
}
.font9green {
	font-family: Tahoma;
	font-size:9pt;
	color: #538040;
}
.font9white {
	font-family: Tahoma;
	font-size:9pt;
	color: #ffffff;
}
.font10blue {
	font-family: Tahoma;
	font-size:10pt;
	color: #2065a6;
}
.font10orange {
	font-family: Tahoma;
	font-size:10pt;
	color: #ff7b24;
}
.font10red {
	font-family: Tahoma;
	font-size:10pt;
	color: #cc3300;
}
.font10green {
	font-family: Tahoma;
	font-size:10pt;
	color: #538040;
}
.font11blue {
	font-family: Tahoma;
	font-size:11pt;
	color: #2065a6;
}
.font11orange {
	font-family: Tahoma;
	font-size:11pt;
	color: #ff7b24;
}
.font11red {
	font-family: Tahoma;
	font-size:11pt;
	color: #cc3300;
}
.font11green {
	font-family: Tahoma;
	font-size:11pt;
	color: #538040;
}
a {
	color: #2065a6;
	text-decoration: none;
}
a:link	{
	text-decoration: none;
}
a:visited	{
	text-decoration: none;
}
a:active	{
	text-decoration: none;
}
a:hover	{
	color: #ff7b24;
	text-decoration: none;
}
a.bottomlink:link	{
	text-decoration: none;
	color: #ffffff;
}
a.bottomlink:visited	{
	text-decoration: none;
	color: #ffffff;
}
a.bottomlink:active	{
	text-decoration: none;
	color: #ffffff;
}
a.bottomlink:hover	{
	text-decoration: underline;
	color: #ffffff;
}
table {
	color: #2065a6;
	font-family: Tahoma;
	font-size:9pt;
}
td.white {
	background-color: #ffffff;
}
table.blue {
	border: 2px solid #7398cf;
	padding: 0px;
}
th.blue {
	height: 25px;
	border: 1px solid #7398cf;
	padding: 8px;
	background-color: #d9e3ed;
	font-weight: bold;
/*	text-align: center; */
}
td.blue {
	height: 20px;
	border: 1px solid #7398cf;
	padding: 6px;
	background-color: #f1f5f8;
}
/* --- Site Map --- */
ul.h1 {
	list-style-type: disc; 
	margin-top: 10;
	margin-bottom: 10;
}
ul.h2 {
	list-style-type: circle; 
	margin-top: 5;
	margin-bottom: 5;
	margin-left: 10;
	padding-left: 10;
}

/* ---  Sidemenu --- */
div.sidemenutitle {
/*	font-size:10pt;
	color: #2065a6;*/
	cursor:pointer;
	margin-bottom: 5px;
	width:160px;
	padding:2px;
}
span.sidemenusub {
	margin-bottom: 0.5em;
/*	font-size:9pt;
	color: #2065a6;*/
}
a.sidemenu:link	{
	text-decoration: none;
	color: #2065a6;
	line-height:15pt;
}
a.sidemenu:visited	{
	text-decoration: none;
	color: #2065a6;
	line-height:15pt;
}
a.sidemenu:active	{
	text-decoration: none;
	color: #2065a6;
	line-height:15pt;
}
a.sidemenu:hover	{
	text-decoration: underline;
	color: #2065a6;
	line-height:15pt;
}
