 body,p,div,center,b,td  {
	font-weight : bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color : White;
}

.normal_text {
	font-weight : bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color : White;
}

.normal_text_yellow {
	font-weight : bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color : Yellow;
}

.normal_text_red{
	font-weight : bold;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 9pt;
	color : Red;
}

.normal_text_green {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	color : Lime;
	font-weight : bold;
}

.normal_text_blue {
	font-family : Arial, Verdana, Helvetica, sans-serif;
	font-size : 9pt;
	color : Blue;
	font-weight : bold;
}

.copyright_text {
	font-family :  Arial, Verdana, Helvetica, sans-serif;
	font-size : 10pt;
	font-weight : bold;
	color : Gray;
}

.cell_header{
	border: thin ridge #696969;
	vertical-align : middle;
	border-bottom-width : 0;
	padding : 2px 4px 2px 4px;
	background-color : #333333;
}


.cell_news{
	border: thin ridge #696969;
	padding : 2px 4px 2px 4px;
	background-color : Black;
}

.cell_adv{
	vertical-align : top;
	width : 125;
	padding-right : 5px;
	padding-left : 0px;
}

.cell_right{
	vertical-align : top;
	width : 200;
	padding-right : 0px;
	padding-left : 5px;
}
.rssxpresstable {
	border: thin ridge #696969;
}
.rssxpressdivider  {
	background-color : #696969;
}
rssxpresschtitle {
	font-size: 8pt;
	font-weight : normal;
	background-color : Black;
	color: White;
}
.rssxpressittitle {
	font-size: 8pt;
	font-weight : normal;
	background-color : Black;
} 
.rssxpressitdesc  {
	font-size: 8pt;
	font-weight : normal;
	background-color : Black;
} 
.rssxpresschdesc {
	font-size: 8pt;
	font-weight : normal;
	background-color : Black;
	color: Olive;
}






.rss-box {
	 margin: 1em;
	 width: 160px;
	 background-color: #333333;
	 border: 1px solid #000000;
	 
}
.rss-items {
	margin-top:0px;
	padding:0.5em; 0.5em;
	margin-left:0px;
	color:#000000;
}
p.rss-title {padding:0.5em;}
.rss-title {
	font-size: 8pt;
	background-color: #000000;
	color: #f76b08;
	font-weight:bold;
	text-align: center;
}

.rss-item  {
  color:#DFDFDF;
  font-size: 7pt;
  list-style:none;
  padding-bottom:1em;
}

.rss-item a {
	color:#f67b08;
	font-size: 8pt;
	font-weight:bold;
	}
	
.rss-item a:visited {
	color: #f67b08;
}

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


.rss-date {
	font-size: 7pt;
	color: #f76b08;
	} 
/* 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
   }
   
   