/*
 * Used to display RSS feeds
 * 
 */

.rss {
	font-family: Tahoma, Verdana, Sans-serif;
	font-size: 11px;
}

table.rss {
	background-color: #FBFBFB;
	color: black;
	border: 1px solid #ccc;
	width: 100%;
}

th.rss {
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

td.rss {
	;
}

a.rss, a.rss:visited {
	color: #0C133F;
	font-weight: bold;
	text-decoration: none;
}

a.rss:hover {
	color: red;
}

div.rss {
	background-color: transparent;
	color: #332211;
}


.questionx{
font-family :arial, helvetica, monaco, sans-serif;
font-size :11 px;
font-weight :bold;
font-style :Normal;
color :1F1F1F;
text-align :Center;
}
.responsex{
font-family :arial, helvetica, monaco, sans-serif;
font-size :11 px;
font-weight :Normal;
font-style :Normal;
color :0F0F0F;
text-align :Left;
}
.votebuttonx{
font-family :arial, helvetica, monaco, sans-serif;
font-size :11px;
font-weight :Normal;
font-style :Normal;
color :0F0F0F;
text-align :Center;
}