﻿	
h2,.Header, .header{
	font-size: 25px;
	color: #1c65af;
	font-weight: bold;
}	

h4{
	font-size: 15px;
	color: #1c65af;
	margin: 5px 0px 2px 0px;
}

h3,.SubHeader, .rssHeader{
  font-weight: normal;
  font-size: 14px;
  color: #1c65af;
  line-height: 18px;
font-weight:bold;
}


body, td {
	color: #4c4958;
	font: normal 12px Arial, Helvetica, sans-serif;
}


.whitesubheader{
color:#ffffff; font:bold 15px Arial, Helvetica, sans-serif; 
}

.whitetext{
color: white;
}

.tablebg{ background: #ffffff url(../images/graphics/tablebg.gif) top repeat-x;}	
	
	

.smalltext{
font-size: 11px;
color: #333333;
}	

.BodyIndent {
	margin-left: 15px;
	width: 643px;
}


a { color:#1c65af; font:normal 12px Arial, Helvetica, sans-serif; 

 }
a:hover { color:#94b1d3; text-decoration:underline; 
}

.style2 {
	vertical-align: middle;
                     border-style: solid;
                     border-width: 0;
}

/* begin styles for RSS Feed */

.rss-box {
	 margin: 1em;
	 width: 200px;
	 background-color: white;
	 border: 1px solid #1e5fa1;
	 
}
.rss-items {
	font: Arial, Helvetica, sans-serif;
	margin-top: 0px;
	padding: 0.5em;
	0.5em;
	margin-left: 0px;
	color: #4c4958;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 8pt;
	background-color: #1e5fa1;
	color: white;
	font-weight:bold;
	text-align: left;
}

.rss-item  {
	font: Arial, Helvetica, sans-serif;
  	font-size: 7pt;
  	list-style:none;
  	padding-bottom:1em;
}

.rss-item a {
	font: Arial, Helvetica, sans-serif;
	color:#1c65af;
	font-size: 9pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	font: Arial, Helvetica, sans-serif;
	color: #008080;
}

.rss-date {
	font: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #1e5fa1;
	}
 
/* 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
   }
