@charset "UTF-8";
/* CSS Document */

<style type="text/css">


.footadres, .footadres a, .footadres a:visited{

    color: #000000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
	}      

.footadres a:hover{

    color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}   
	
.fixtitle, .fixtitle a, .fixtitle a:visited{

    color:#333333;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	padding:0 0 10px 0;
	}    
	
.bodytext {

    color:#000000;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}    
	
.bodytext a, .bodytext a:visited{

    color:#cc6600;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}    

.bodytext a:hover{

    color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-decoration:none;
	}  
	
	/* begin styles for RSS Feed */

.rss-box {
	 margin: 0px;
	 width: 296px;
	 background-color:#ffffff;
     border: 0px;
	 
}
.rss-items {
	margin-top:0px;
	padding:0em;
	margin-left:0px;
	color:#666666;
}

p.rss-title {padding:0.5em;
}

.rss-title {
	text-decoration: none;
	font-family: arial;
	font-size: 12px;
	background-color:#ffffff;
	color:#666666;
	font-weight:bold;
	margin: 0px;
	padding:0em;
	text-align: left;
}

.rss-item  {
  font-family: arial;
  font-size: 12px;
  font-weight : normal;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	text-decoration : none;
	color: #cc6600;
	font-size: 12px;
	font-weight:bold;
	font-family:arial;
	}
	
.rss-item a:visited {
	color:#cc6600;
}

.rss-item a:hover {
	color:#999999;
}

.rss-date {
	font-size: 85%;
	font-weight : normal;
	color: #999999;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   width:12em;
   margin: 0 0.2em; padding: 0.1em 0; padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   width:1em; cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   width:1em; cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
	
</style>