@charset "UTF-8";
/* CSS Document */
table {
clear:both;
	width: 100%;
	border-right:1px solid #3B6EBF;
	border-top:1px solid #3B6EBF;
	border-left:0;
	border-spacing: 0px; }

table a, table, tbody, tfoot, tr, th, td {
	font-family: "Trebuchet MS" Verdana, Arial, sans-serif;
}

table caption {
	padding:5px 0;
	font-size: 1.2em;
	text-align:center;
	color: #3B6EBF;
	border:0px solid #3B6EBF; }

thead th {
	padding: 5px 0px 0px 0px;
	text-align:center;
	border-left:1px solid #3B6EBF;
	border-bottom: 1px solid #3B6EBF;
	}
	
thead th img{
clear:both;
margin-left:0px;
	}
	
tbody tr {	background: #ffffff; }

tbody th {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 5px 0px;
	border-left:1px solid #3B6EBF;
	border-top:0px solid #3B6EBF;

	text-align: center; }
tbody td {
	font-size: 1.1em;
	line-height: 1.4em;
	padding: 3px 0px;
	border-bottom: 1px solid #3B6EBF;
	border-left:1px solid #3B6EBF;
	text-align: center;
	height:50px; }

tfoot th, tfoot td {
	background: #ffffff url(images/bg_footer.gif) repeat-x bottom;
	font-size: 0.8em;
	color: #ffffff;
	height: 21px;
	}


