BODY {
 scrollbar-face-color:#000066;  /* dark blue */
 scrollbar-highlight-color:#FFFFFF;  /* white */
 scrollbar-3dlight-color:#C0C0C0;  /* lte grey */
 scrollbar-darkshadow-color:#000000; /* black */
 scrollbar-shadow-color:#ffff00;  /* gelb */
 scrollbar-arrow-color:#ffff00;  /* white */
 scrollbar-track-color:#ffff00;  /* gelb */
}

/* Top Navigation Menu */
.navi {
   font-family: Arial;
   font-size: 15px;
   text-decoration: none;
    
}   
.navi a:link {
   font-weight: bold;
   font-family: Arial;
   text-decoration: none;
   color: #ffff00;    			 
   padding: 2px;
}
.navi a:visited {
   font-weight: bold;
   font-family: Arial;
   color: #ffff00;    			 
   padding: 2px;
   text-decoration: none;
}
.navi a:hover {
   font-weight: bold;
   font-family: Arial;
   text-decoration: underline;
   background: #3333ff;   	 
   color: #ffff00;    			 
   padding: 2px;
}

.tx-cmwlinklist-pi1 {
   font-weight: bold;
   font-family: Arial;
   font-size: 15px;
   text-decoration: none;    
}   

.tx-cmwlinklist-pi1 a:link {
   font-weight: bold;
   font-family: Arial;
   text-decoration: none;
   color: navy;    			 
   padding: 2px;
}

.tx-cmwlinklist-pi1 a:visited {
   font-weight: bold;
   font-family: Arial;
   text-decoration: none;
   color: navy;    			 
   padding: 2px;
}

.Forum {
   font-family: Arial;
}

/* begin styles for RSS Feed */

.rss_box {
	 margin: 1em;
	 width: 180px;
	 background-color: white;
	 border: 1px solid silver;
	 
}
.rss_items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:navy;
}
p.rss_title {padding:0.5em;}
.rss_title {
	font-size: 8pt;
	background-color: white;
	color: navy;
	font-weight:bold;
	text-align: left;
}

.rss_item  {
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.rss_item a {
	color:#333333;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss_item a:visited {
	color: black;
}

.rss_date {
	font-size: 7pt;
	color: navy;
	}
