body	{font-family: Verdana, Arial; font-size	: 10px;	color: black;
			background-color: #676767; margin: 5px; }

.maintitle   { font-family: Verdana; font-size: 12px; color: #FFFFCC; font-weight: bold; 
               text-align: center; valign: top;}
.menuactive  { font-family: Verdana; font-size: 12px; color: #FFFFCC; font-weight: bold; 
               text-align: center;
               border:2px outset #C0C0C0; border-bottom:0px;
              text-decoration	: none;
               } <!-- background-color:#808080;{  }
.menucontact { font-family: Verdana; font-size: 12px; color: #FFFFCC; font-weight: bold; 
               text-align: right;background-color:#676767;valign:middle;
              }
.menupassive { font-family: Verdana; font-size: 12px; color: #000000; font-weight: bold; 
               text-align: center ; background-color:#C0C0C0;
             border-style:outset; border-width:1px; padding-left:4px; padding-right:4px; padding-top:1px; padding-bottom:1px;
             text-decoration	: none;
             }
.underpassive{          
             border-right-width: 1px; border-top-style: inset; border-top-width: 2px;
             }
.titlelight  { font-family: Verdana; font-size: 12px; color: #FFFFCC; font-weight: bold;}
.textlight  { font-family: Verdana; font-size: 12px; color: #FFFFCC; }
.llink      { font-family: Verdana; font-size: 12px; color: #FFFFCC; }
.textdark   { font-family: Verdana; font-size: 12px; color: black; }
.newsdate  { font-family: Verdana; font-size: 12px; color: #FFFFCC;font-weight: bold;text-align: left; }
.copyleft  { font-family: Verdana; font-size: 12px; color: #FFFFCC;font-weight: bold;text-align: center; }

A.llink, A.llink:link, A.llink:visited, A.llink:anchor
{ color: #FFFFCC; text-decoration	: none;}
A.llink:hover
{ color: #FFFFCC;  text-decoration	: underline;}

A.dlink, A.dlink:link, A.dlink:visited, A.dlink:anchor
{ color: #000000; text-decoration	: none;}
A.dlink:hover
{ color: #000000;  text-decoration	: underline;}

A		{	text-decoration: none; color: black; }
A:hover, A:active { text-decoration: none; color: black; }

A.Amenuactive, A.Amenuactive:link, A.Amenuactive:visited, A.Amenuactive:anchor
{ color: #FFFFCC;
  text-decoration	: none;
 }
A.Amenuactive:hover
{ color: #FFFFCC; 
  text-decoration	: none; 
 }
A.Amenupassive, A.Amenumenupassive:link, A.Amenumenupassive:visited, A.Amenumenupassive:anchor
{ color: #000000;
  text-decoration	: none;
 }
A.Amenupassive:hover
{ color: #FFFFCC; 
  text-decoration	: none;
 }
 
A.infobar, A.infobar:link, A.infobar:visited, A.infobar:anchor
{ font-family: Verdana; font-size: 12px;color: #000000;font-weight: bold;
  text-decoration	: none;
 }
A.infobar:hover
{ color: #FFFFCC; 
  text-decoration	: underline;
 }
A.article, A.article:link, A.article:visited, A.article:anchor
{ font-family: Verdana; font-size: 12px;
  text-decoration	: none;
  color: #FFFFCC;
 }
A.article:hover
{ color: #FFFFCC; 
  text-decoration	: underline;
 }
 
A.name, A.name:link, A.name:visited, A.name:anchor, A.name:hover
{ font-family: Verdana; font-size: 12px;
  text-decoration	: none;
  color: #FFFFCC;
 }

/*** slideshow **/

#slideshow {
    position:relative; 
}

#slideshow IMG {
    position:absolute;   
    top  : -135px;
    left : 0px;
    height:283; 
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}
