/*All body text*/
.normaltext {
font-family: "tahoma";
FONT-SIZE:11px; 
color: #666666; 
}

/*side text*/
.selecttext {
font-family: "tahoma";
FONT-SIZE:11px; 
color: #333333; 
	font-weight:bold;
}

/*copyright text*/
.copytext {
font-family: "tahoma";
FONT-SIZE:9px; 
color: #333333; 
}

.footertext {
font-family: "tahoma";
FONT-SIZE:9px; 
color: #ffffff; 
}


/*Small nonbold links*/
A.morelink:active {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #447a14;
	text-decoration: none; 
	font-weight:none;
}

A.morelink:link {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #447a14;
	text-decoration: none; 
	font-weight:none;
}

A.morelink:visited {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #447a14;
	text-decoration: none; 
	font-weight:none;
}

A.morelink:hover {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #447a14;
	text-decoration: underline; 
	font-weight:none;
}


/*Small nonbold links*/
A.bodylink:active {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #333333;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:link {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #333333;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:visited {
	font-family:tahoma;
	FONT-SIZE:11px; 
	color: #333333;
	text-decoration: none; 
	font-weight:none;
}

A.bodylink:hover {
	font-family:tahoma;
	color: #cc0000;
	FONT-SIZE:11px; 
	color: #447a14;
	text-decoration: none; 
	font-weight:none;
}

/*Footer Links*/
A.footerlink:active {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #cccccc;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:link {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #cccccc;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:visited {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #cccccc;
	text-decoration: none; 
	font-weight:none;
}

A.footerlink:hover {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #ffffff;
	text-decoration: underline; 
	font-weight:none;
}

/*Design Links*/
A.designlink:active {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #333333;
	text-decoration: none; 
	font-weight:none;
}

A.designlink:link {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #333333;
	text-decoration: none; 
	font-weight:none;
}

A.designlink:visited {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #333333;
	text-decoration: none; 
	font-weight:none;
}

A.designlink:hover {
	font-family:tahoma;
	FONT-SIZE:9px; 
	color: #333333;
	text-decoration: underline; 
	font-weight:none;
}

/* border table for feed news */
.fd_bordertable { 
	background-color: white; 
	border-style: solid; border-width: 1px; border-color: #CCCCCC; 
	padding: 0; 
	width: 200px;
}

/* maintable table for feed news */
.fd_maintable { border-width: 0; background: white }

/* header cell with header text and xml button */
.fd_header { 
	padding: 5px; 
	background: #666666; color: white; 
	font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; 
	text-align: left; vertical-align: top 
}

/* item description area */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: #FAFAFA; color: black; 
	font-family: "Times New Roman", Times, serif; font-size: 12px 
}

/* 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: #336699; text-decoration: none }


