/*
 * Used to display RSS feeds
 * 
 */

.rss {
	font-family: Verdana, Sans-serif;
	font-size: 11px;
	font-color: #666666
}

table.rss {
	background-color: #ffffff;
	color: #666666;
	border: 1px solid #ffffff;
	width: 100%;
}

th.rss {
	font-weight: bold;
	border-bottom: 3px solid #6889b4;
}

td.rss {
	;
}

a.rss, a.rss:visited {
	color: #6889b4;
	font-weight: bold;
	text-decoration: none;
}

a.rss:hover {
	color: orange;
}

div.rss {
	background-color: transparent;
	color: #666666;
}