/* table */
th strong
{
color: #fff;
}

table
{
	border-collapse: collapse;
	width: 98%;
/*	float: left;*/
	margin-left: 15px;
	padding: 0;
}

th
{
background: #824900 url('../images/thbg.gif') repeat-x;
height: 29px;
padding-left: 11px;
padding-right: 11px;
color: #fff;
text-align: left;
border-left: solid 1px #A8814D;
border-bottom: solid 2px #ffffff;
}

tr
{
height: 30px;
}

td
{
padding-left: 11px;
padding-right: 11px;
border-left: solid 1px #EED9C3;
border-bottom: solid 1px #ffffff;
}

td.first,th.first
{
border-left: 0px;
}

td a
{
	color:#660000;
}

tr.rowA
{
background: #FFF0DE url('../images/trbg1.gif') repeat-x;
}

tr.rowB
{
background: #FFFAF4 url('../images/trbg2.gif') repeat-x;
}

#noclass table, #noclass tr, #noclass td, #noclass th
{
	border:0;
}
