.mainborder {
	border: 2px solid #000000;
}
.textspacing {
	margin: 4px;
	padding: 6px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}
.overviewcss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	border-top: 2px none #999999;
	border-right: 2px none #999999;
	border-bottom: 2px none #999999;
	border-left: 2px solid #999999;
	margin: 5px;
	padding: 7px;


}
a:link {
	color:;
	}
	
a:hover {
	color: #006633;
	}
	
a:visited {
color:#006633;
}

	
.feedcss {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
}

/* border table for feed news */
.fd_bordertable { 
	background-color: #333333; 
	border-style: solid; border-width: 0px; border-color: #000000; 
	padding: 0; 
	width: 182px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: #333333 }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: color: #333333; 
	font-family: "Verdana", Times, serif; font-size: 9px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 4px; 
	line-height: 10px; 
	background: color: #333333; 
	font-family: "Verdana", Times, serif; font-size: 9px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: #FFFFFF; text-decoration: none; }
.fd_itemlink:visited { color: #FFFFFF ; text-decoration: none }
.fd_itemlink:hover { color: #009933; text-decoration: none }

.bigborder {
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #cccccc;
	border-right-color: #cccccc;
	border-bottom-color: #cccccc;
	border-left-color: #cccccc;
}
