}
.mouseover A:link {
	text-decoration: none;
	font-weight: normal;
}
.mouseover A:hover {
	text-decoration: underline;
}

.dark {
	font-family: Verdana, tahoma, arial, sans-serif;
	font-size: 11px;
	color: black;

}

.DDark {
	font-family: Tahoma, Verdana, arial, sans-serif;
	font-size: 11px;
	color: black;
	background-color: #000066;
}

.footer {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 11px;
	color: #99CCFF;
	background-color: #000066;
}

.headDark {
	font-family: Verdana, Tahoma, arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: ffffff;
	background-color: 000066;
}

.red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: 990000;
}

.headRed {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: 990000;
}

.black {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: 000000;
}
.grey {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}
/* border table for feed news */
.fd_bordertable { 
	background-color: #6F8594; 
	border-style: solid; border-width: 1px; border-color: black; 
	padding: 0; 
	width: 175px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: #6F8090}

/* header cell with header text and xml button */
.fd_header { 
	padding: 2px; 
	background: black;
	color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 8px; 
	line-height: 16px; 
	background: #6F8594; color: black; 
	font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px 
}

/* item link properties, such as text-decoration and etc */
.fd_itemlink { color: white; text-decoration: none; }
.fd_itemlink:visited { color: black; text-decoration: none }
.fd_itemlink:hover { color: black; text-decoration: none }
