
table,td{
	border: 1px solid #D4E0EE;
	border-collapse: collapse;
	font: small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	width: 728px;
}
table{
	border :none;
	border :1px solid #D4E0EE;
}
thead th, tbody th{
	background: #FFF url(th_bck.gif) repeat-x;
	color: #666; 
	padding: 5px 10px;
	border-left: 1px solid #D4E0EE;
}
tbody th{
	background: #fafafb;
	border-top: 1px solid #D4E0EE;
	text-align: left;
	font-weight: normal;
}
tbody tr td{
	padding: 5px 10px;
	color: #666;
}
tbody tr:hover{
	background: #FFF url(img/tr_bck.gif) repeat;
}

tbody tr:hover td{
	color: #454545;
}
tfoot td, tfoot th{
	border-left: none;
	border-top: 1px solid #D4E0EE;
	padding: 4px;
	background: #FFF url(img/foot_bck.gif) repeat;
	color: #666;
}
caption{
	text-align: left;
	font-size: 120%;
	padding: 10px 0;
	color: #666;
}
table a:link{
	color: #666;
}
table a:visited{
	color: #666;
}
table a:hover{
	color: #003366;
}
table a:active{
	color: #003366;
}
.cen{
	text-align: center;
}
