/* ================================
    CSS STYLES FOR Module XtremeRss
   ================================
*/

.Separator 
{ 
	border: none;
	/*border-bottom-style: dotted;*/
	background-image: url(dotted.gif);
	background-repeat: repeat-x;
	vertical-align: baseline;
	height: 3px;
	font-size: 1pt;
}
.Headline
{
	FONT-WEIGHT: bold; FONT-SIZE: 16px;	COLOR: #000066;	FONT-FAMILY: Arial, Helvetica, sans-serif
}

.LittleHeadline
{
	font-family: Verdana, Arial, Tahoma;
	font-weight: bolder;
	font-size: xx-small;
}

.Description
{
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
}

.Channel
{
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: #AF334B;
}

.ChannelDescription
{
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	font-weight: bold;
}

.ErrorMessage
{
	font-family: Verdana, Arial, Tahoma;
	font-size: xx-small;
	font-weight: bold;
	color: Red;
}