/* CSS Document */

table.highlight{
	width:570px;
	border-collapse:collapse;
	border:1px solid #999999;
	margin-bottom:10px;
}
table.highlight th{
	border-collapse:collapse;
	border:1px solid #999999;
	font-size:12px;
	padding:8px 3px;
	background:#cddaff;
	font-weight:normal;
	text-align:center;
}
table.highlight td{
	border-collapse:collapse;
	border:1px solid #999999;
	font-size:14px;
	padding:8px 3px;
	text-align:right;
}
table.highlight th.wide{
	width:150px;
	font-weight:bold;
	background:#becfff;	
	text-align:center;	
}
table.highlight th.normal{
	width:85px;
	font-weight:bold;
	background:#becfff;	
	text-align:center;	
}
