/*Table Styles*/
table a,table a:link,table a:visited {
	border:none;
}
table {
	width:960px;
	margin:1em 10px 1em 15px;
	border-collapse:collapse;
}
table.clearance {
	width:925px;
	margin:1em 10px 1em 0px;
	border-collapse:collapse;
	border:none;
}
table.clearance td{
	text-align:center;
	padding:10px 5px;
	border:1px solid #d3d1d1;
}
table.clearance td.left{
	text-align:left;
	padding-left:8px;
	color:#80011e;
}
table.clearance th.left{
	text-align:left;
}
caption{
	font-size:14px;
	font-weight:bold;
	margin-bottom:8px;
}
.col1 {
	background:#ffffff;
}
td {
	color:#333;
	padding:.3em 1em;
	text-align:left;
}
th {
	font-weight:normal;
	color:#678197;
	text-align:left;
	padding-left:8px;
}
thead th {
	background:#f1f1f1 url(../images/tablehead.gif) repeat-x;
	border:1px solid #d3d1d1;
	height:35px;
	line-height:35px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	color:#666;
}
tfoot th {
	text-align:center;
	background:#f4f9fe;
}
tfoot th strong {
	font-size:1.2em;
	font-weight:bold;
	margin:.5em .5em .5em 0;
	color:#66a3d3;
}
tfoot th em {
	color:#f03b58;
	font-weight:bold;
	font-size:1.1em;
	font-style: normal;
}

