@charset "UTF-8";
/* CSS Document */



/* table container for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 159px;
}

/* table container for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with feed title text and xml button */
.fd_header {
	padding: 5px;
	color: white;
	text-align: left;
	vertical-align: top;
	background-color: #999999;
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

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

/* item descriptions */
.fd_itemcell {
	padding: 10px;
	line-height: 16px;
	background: #FAFAFA;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px
}

/* item post date */
.fd_postdate { 
	color: #666666;	font-style: italic;	
}

/* item author */
.fd_author { 
}