body {
	margin:20px;
	padding:0px;
	font-family:arial, helvetica, sans-serif;
	color:#333333;
	font-size: 12px;
	line-height: 18px;
	background-color: #6B6B6B;
	}
h1 {
	margin:0px;
	padding:0px;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	color:#CC0003;
	}
h2 {
	margin:24px 0px 10px 0px;
	padding:0px;
	font-size:18px;
	line-height:24px;
	font-weight:600;
	color:#000000;
	}
h3 {
	margin:24px 0px 10px;
	padding:0px;
	font-size:16px;
	line-height:22px;
	color:#000000;
	}
h4 {
	margin:5px 0px 5px 0px;
	padding:0px;
	font-size:14px;
	line-height:18px;
	color:#000000;
	}
p {
	font:12px/18px arial, helvetica, sans-serif;
	margin:0px 0px 16px 0px;
	}
.white_p {
	font:bold 12px/18px arial, helvetica, sans-serif;
	color: #FFFFFF;
	}
ul {
	font-size: 12px;
	list-style-type: circle;
	line-height: 18px;
}
li {
	padding-bottom: 10px;
}
a {
	color:#333333;
	font-size:12px;
	text-decoration:none;
	font-weight:bold;
	font-family:arial, helvetica, sans-serif;
	}
a:link {color:#333333;}
a:visited {color:#333333;}
a:hover {
	color: #CC0003;
}
.footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	padding-right: 10px;
	padding-left: 10px;
}
.linkbar {
	padding-right: 10px;
	padding-left: 10px;
}
.right_back {
	background-image: url(images/corner_r.gif);
	background-repeat: no-repeat;
	background-position: right;
}
.pad5 {
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.pad10 {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.pad0 {
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}
/*
If you select the "Use my own CSS" option, you must copy and paste these classes into your CSS. Of course you can edit them as you like to customize the look and feel of your feedroll.
*/

/* border table for feed news */
.fd_bordertable { 
	background-color: #D8D8D8;  
	padding: 5px; 
	width: 200px;
	border-width: 0;
}

/* maintable table for feed news */
.fd_maintable { 
	border-width: 0; background: #D8D8D8 }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #CC0003; color: #FFFFFF; 
	font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: bold; 
	text-align: center; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 18px; 
	background: ##D8D8D8; color: #333333; 
	font-family: Arial, Helvetica, sans-serif; font-size: 12px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #333333; text-decoration: none; }
.fd_itemlink:visited { color: #333333; text-decoration: none }
.fd_itemlink:hover { color: #CC0003}
