@charset "utf-8";
/* CSS Document */

table	{
	width: 90%;
	border: #000000 solid 1px;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	align:center;
}
th	{
	background-image:url(../images/tbl-hdr-bg.jpg);
	background-repeat:repeat-x;
	background-position: top;
	color: #FFF;
	text-align:center;
	font-weight:400;
	font-size:1.1em;
}
td	{
	padding: 5px;
	border: #666 solid 1px;
	border-collapse:collapse;
	
}

table.agents	{
	border: 0;
}

