	table {
	font: normal Verdana, Arial, Helvetica, sans-serif;
	border-collapse: separate;
	border-spacing: 0;
	margin: 10px 0 0 0;
	color: #333;
	}
	table a {
	color: #FFFCCA;
	text-decoration:none;
	border-bottom: 1px dotted;
	}
tbody tr.row1 th,
tbody tr.row1 td 	{
/* border-color: #deded8; */
background: #fff;}


tbody tr.row0 th,
tbody tr.row0 td 	{border-color: #deded8; background: #f9f9fb;}

table a:hover {
	border-bottom-style:solid;
	}
thead th, thead td
{
	border-width: 1px 0 1px 0;
	background-color: #FFC;
	border-color: #FC3;
	border-style: solid;
}
th {
	line-height: normal;
	padding: 0.25em 0.5em;
	text-align:left;
	}
tbody th, td {
	padding:0.5em 0.5em;
	text-align:left;
	vertical-align:top;
	}
tbody th {
	font-weight: normal;
	}
tbody th a:link, tbody th a:visited {
	font-weight:bold;
	}
	
tbody td, tbody th {
	border: 1px solid #fff;
	border-width: 1px 0;
	}
	
tbody tr:hover td, tbody tr:hover th {
	background: #ffffee;
	border-color: #deded8;
	}

caption {
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align:left;
	margin: 0;
	padding: 10px 0 2px 0;
	}