p.news_date {
	font: 10pt/10pt "arial","helvetica";
	color: #030;
	font-weight: bold;
	margin: 0px;
	padding: 5px;
	background: #DDD;
	text-align:center;
	}

p.news_headline {
	font: 10pt/13pt "verdana","helvetica";
	color: #060;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dashed #CCC;
	}

p.news_details {
	font: 8pt/10pt "arial","helvetica";
	color: #000;
	font-style: italic;
	margin: 0px;
	padding: 0px;
	}

div.news_story {
	font: 11px/12pt "verdana","arial","helvetica";
	color: #000;
	padding: 5px 5px 10px 5px;
	}

div.news_story a:link, div.news_story a:visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}

div.news_story a:hover {
	color: #060;
	text-decoration: underline;
	font-weight: bold;
	}

div.news_story a.feature:link, div.news_story a.feature:visited {
	font-size: 10px;
	background:#060;
	color:#FFF;
	padding:3px;
	text-decoration: none;
	}

div.news_story a.feature:hover {
	text-decoration: underline;
	}

div.news_story a.forum:link, div.news_story a.forum:visited {
	font-size: 10px;
	background:#333;
	color:#FFF;
	padding:3px;
	text-decoration: none;
	}

div.news_story a.forum:hover {
	text-decoration: underline;
	}
	
div.news_story br {
	height:1px;
	}

/* STYLES SSW RSS FEED */

#ssw {
	width:150px;
	border:1px solid #333;
	margin:0px;
	padding:0px;
	background:#F0F0F0;
	text-align:left;
	margin-top:5px;
	}
	
#ssw p {
	font-size:7pt;
	font-family:verdana;
	padding:5px;
	margin:0px;
	}

/* STYLES BIG NEWS AND POLL */

#big_news {
	width:150px;
	border:1px solid #333;
	margin:0px;
	padding:0px;
	background:#F0F0F0;
	text-align:left;
	margin-top:5px;
	}
	
#big_news h1 {
	font-weight: lighter;
	text-align:center;
	font-size:8pt;
	background: #030;	
	font-family:verdana;
	color: #FFF;
	padding:5px;
	margin:0px;
	}
	
#big_news h2 {
	font-weight: lighter;
	text-align:center;
	font-size:8pt;
	background: #CCC;	
	font-family:verdana;
	color: #000;
	padding:2px;
	margin:0px;
	border-bottom: 1px solid #333;
	}
	
#big_news h3 {
	font-weight: lighter;
	border-top: 1px solid #333;
	font-size:7pt;
	background: #CCC;	
	font-family:verdana;
	color: #000;
	padding:3px;
	margin:0px;
	border-bottom: 1px solid #333;
	}
	
#big_news p {
	font-size:7pt;
	font-family:verdana;
	padding:5px;
	margin:0px;
	}
	
#big_news p.poll {
	font-size:7pt;
	font-family:verdana;
	margin:0px;
	padding:0px;
	}
	
#big_news p.poll2 {
	font-size:9pt;
	font-family:verdana;
	margin:0px;
	padding:0px;
	}
	
#big_news a:link, a:visited {
	text-decoration: none;
	}
	
#big_news a:hover {
	color:#090;
	}
	