#gradient-style
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 0px;
	width: 600px;
	text-align: left;
	border-collapse: collapse;
}
#gradient-style th
{
	font-size: 13px;
	font-weight: normal;
	padding: 0px;
	border-top: 2px solid #d3ddff;
	border-bottom: 1px solid #fff;
	color: #039;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #b9c9fe;
	background-image: url(images/gradhead.png);
	background-repeat: repeat-x;
}
#gradient-style td
{
	padding: 6px;
	border-bottom: 1px solid #fff;
	color: #001863;
	border-top: 1px solid #fff;
	background-color: #e8edff;
	background-image: url(images/gradback.png);
	background-repeat: repeat-x;
}
#gradient-style tfoot tr td
{
	background: #e8edff;
	font-size: 12px;
	color: #99c;
}
#gradient-style tbody tr:hover td
{
	background: #d0dafd url(images/gradhover.png) repeat-x;
	color: #339;
}