.style21 {font-size: 11px; font-family: Tahoma; color: #5b8728;}

.style1 {

	font-family: Tahoma;

	font-size: 13px;

	font-weight: bold;

	color: #107921;

}

.style2 {

	font-family: Tahoma;
	font-size: 11px;
	color: #818181;
	font-weight:normal;

}

.style3 {

	font-family: Tahoma;

	color: #107921;

	font-size: 11px;

}

.style4 {

	font-family: Tahoma;

	font-size: 11px;

	font-weight: bold;

	color: #FFFFFF;

}

.whitelarge {

	font-family: Tahoma;

	font-size: 14px;

	font-weight: bold;

	color: #FFFFFF;

}

.style7 {

	font-family: Tahoma;

	font-size: 11px;

}

.style10 {

	color: #5b8728;

	font-weight: bold;

	font-size: 11px;

	font-family: Tahoma;

}

.style13 {

	color: #97171a;

	font-weight: bold;

	font-family: Tahoma;

	font-size: 11px;

}

.style15 {font-family: Tahoma; font-size: 12px; font-weight: bold;}

.style17 {color: #FFFFFF}

.style18 {

	color: #97171a;

	font-weight: bold;

}
.style30 {

	font-family: Tahoma;

	font-size: 12px;

	font-weight: bold;

	color: #FFFFFF;

}

.style37 {font-size: 11px; color: #FFFFFF; font-family: Tahoma;}

a.menu:link {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}
a.menu:visited {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:none;
}

a.menu:hover {
	font-family: Tahoma;
	font-size: 11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration:underline;
}

/* RSS Feed */
.rss-box {
	 margin: 10px 5%;
	 padding: 4px 8px;
	 background-color: #993333;
	 border: 2px dashed #FFFFFF;
	 text-align:left;
}

.rss-title, rss_title a {
	font-family: "American Typewriter", "Trebuchet MS", Trebuchet, Lucida, sans-serif;
	font-size: 18px;
	font-weight:bold;
	margin: 5px 0;
	padding: 0;
	letter-spacing: 1px;
		 text-align:left;
}

.rss-items {
  
}

.rss-item  {
  font-family: verdana, arial, sans-serif;
  color:#FFFFFF;
  font-size: 13px;
  font-weight : bold; 
  margin: 8px 0;
  	 text-align:left;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {
	text-decoration : none;
	border-bottom: 1px solid #ededed;
	color: #FFCC00;
		 text-align:left;
	}

.rss-item a:hover { 
	text-decoration : none;
	color: #339900;
	border-bottom: 1px dotted #e0861e;
	}
	
.rss-date {
	font-size: 11px;
	font-weight : normal;
	color: #CCCCCC;
	}

.pod-play-box {
	margin: 4px 0;
	font-size:90%;
}


/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {

   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
   }
   
/* STANDARD */

h2.title
{
    font-size: 14px;
    color: #107921;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

tr.shaded, tr.shaded:hover 
{
	background: #efefef;
}

/* Overlay */

.div_progress
{
    border: solid 1px darkgray;
    background-color: #ffffff;
    padding: 13px 20px 20px 20px;
    z-index: 999999;
    width: 330px;
}

.div_overlay
{
	filter:progid:DXImageTransform.Microsoft.BasicImage(opacity=40); 
	filter:alpha(opacity=40); 
	-moz-opacity:0.40; 
	opacity: 0.40; 
    margin:0;
    top:0;
    left: -50px;
    position:absolute;
    z-index:88888;
    background-color:darkgray;
    overflow:hidden;
    text-align:center;
}