/* 
   ----------------------------
	PUT THIS ON IE6 ONLY STYLE 
	AS THE RULE INVALIDATES
	YOUR STYLESHEET
   ----------------------------
*/

#background-image tbody tr:hover td
{
	color: #339;
	background: none;
}


#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;

	width: 510px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 2px;
	background: #b9c9fe url('table-images/gradhead.png') repeat-x;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #999;
	color: #039;
}
#gradient-style td
{
	padding: 2px; 
	border-bottom: 1px solid #999;
	color: #669;
	border-top: 1px solid #999;
	background: #e8edff url('table-images/gradback.png') repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 16px;
	font-weight: bold;
	color: #999999;
	text-align:center; 

}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url('table-images/gradhover.png') repeat-x;
	color: #339;
}

#gradient-style a:visited{
	color:#000000;
}

#gradient-style a:link{
	color:#CC0000;
}