﻿/*
 * Used to display RSS feeds
 * 
 */

.text	
	{
		font: 10pt arial; 
		color: #000000;
		width: 100%;
	}

.rss {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 10px;
}

table.rss {
	background-color: #FFFFFF;
	color: black;
	
}

th.rss {
	font-weight: bold;
	border-bottom: 3px solid red;
}

td.rss {
	width: 100%;
}

a.rss, a.rss:visited {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a.rss:hover {
	color: red;
}

div.rss {
	background-color: transparent;
	width: 100%;
	color: #332211;
}

/* CEE Headlines */
ul.apheadlines li
{
	font-family: Tahoma, Helvetica, Sans-Serif;
	font-size: 10pt;
	margin-top: 0px;
	margin-bottom: 6px;
}
ul.apheadlines li a:link
{
	color: #0000ff;
}
ul.apheadlines li a:visited
{
	color: #800080;
}
ul.apheadlines li a:hover
{
	color: #ff0000;
}
ul.apheadlines li a:active
{
	color: #800080;
}