/* CSS Document */
table{
	border-collapse: collapse;
	border-bottom: 3px solid #057391;
	margin: 20px 0 20px 0;
}
.one{
	padding-left: 20px;
}
th{
	height: 82px;
	text-indent: -5000px;
	border-bottom: 3px solid #057391;
	vertical-align: top;
}
th.one{
	width: 218px;
	background: url(/images/table_td1_header.gif) top left no-repeat;
	border-right: 3px solid #057391;
}
th.two{
	width: 116px;
	background: url(/images/table_td2.header.gif) top left no-repeat;
	border-right: 3px solid #057391;
}
th.three{
	width: 98px;
	background: url(/images/table_td3_header.gif) top left no-repeat;
}

td{
	padding: 5px 0 5px 0;
	border-bottom: 1px dashed #C0DCE3;
}
td.one{
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	border-right: 3px solid #057391;
}
tr.diff td.one{
	color: #057391;
}
td.two{
	background-color: #FAFFE5;
	border-right: 3px solid #057391;
}
th.two, td.two, td.three{
	text-align: center;
}