A:link { COLOR: #000099 }
A:visited { COLOR: #000099 }
A:active { COLOR: #0000ff }
A:hover { COLOR: #0000ff }
A { text-decoration:none; }

A.X:link { COLOR: #FFFFFF }
A.X:visited { COLOR: #FFFFFF }
A.X:active { COLOR: #0000ff }
A.X:hover { COLOR: #0000ff }
A.X { text-decoration:none; }

.TA {font-family: Verdana,Arial,sans-serif; font-size:10px; color:#FFFFFF;}
.TB {font-family: Verdana,Arial,sans-serif; font-size:11px; color:#FFFFFF;}
.TC {font-family: Verdana,Arial,sans-serif; font-size:12px; color:#FFFFFF;}
.TD {font-family: Verdana,Arial,sans-serif; font-size:14px; color:#FFFFFF;}
.TE {font-family: Verdana,Arial,sans-serif; font-size:16px; color:#FFFFFF;}
.TF {font-family: Verdana,Arial,sans-serif; font-size:18px; color:#FFFFFF;}
.TR {font-family: Verdana,Arial,sans-serif; font-size:12px; color:#FFFFFF;}

input { color:#000000; font: 11px Verdana,Arial,sans-serif; font-weight: none; text-decoration: none; background: #ffffff; border: 1 solid #ff0000; } 

select { color:#000000; font: 11px Verdana,Arial,sans-serif; font-weight: none; text-decoration: none; background: #FFFFFF; border: 1 solid #ff0000; } 

option { color:#000000; font: 11px Verdana,Arial,sans-serif; font-weight: none; text-decoration: none; background: #FFFFFF; border: 1 solid #ff0000; } 

textarea { color:#000000; font: 11px Verdana,Arial,sans-serif; font-weight: none; text-decoration: none; background: #FFFFFF; border: 1 solid #ff0000; wrap: physical; } 


/*
Classes used in DIV wrapped version of news feed
Copy and paste these classes into your own Cascading Style Sheet (CSS)
*/

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

/* 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; 
	background: #000099; color: white; 
	text-align: left; vertical-align: top 
}

/* header title link (leading to rss) */
.fd_headerlink, .fd_headerlink:visited, .fd_headerlink:hover {
	font-family: "arial", Times, serif; font-size: 9px; 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:active { color: #green; text-decoration: none }
.fd_itemlink:hover { color: #red; text-decoration: none }

/* item descriptions */
.fd_itemcell { 
	padding: 10px; 
	line-height: 16px; 
	background: white; color: black; 
	font-family: "arial", Times, serif; font-size: 12px 
}

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

/* item author */
.fd_author { 
}


BODY




