.tbl {
	BORDER-RIGHT: medium none; 
	BORDER-TOP: medium none; 
	MARGIN-LEFT: 1px; 
	BORDER-LEFT: medium none; 
	BORDER-BOTTOM: medium none; 
	BORDER-COLLAPSE: collapse; 
	BORDER: 1px solid #000000;
	WIDTH: 490px;
}

.tbl th {
	background: #264c8d; /*#C41A1A;*/
	BORDER-RIGHT: windowtext 0.75pt solid; 
	BORDER-TOP: medium none; 
	BORDER-LEFT: windowtext 0.75pt solid; 
	BORDER-BOTTOM: windowtext 0.75pt solid; 
	font-size: 12px;
	color: white;
	align: center;
}

.tbl td {
	BORDER-RIGHT: windowtext 0.75pt solid; 
	BORDER-TOP: medium none; 
	BORDER-LEFT: windowtext 0.75pt solid; 
	BORDER-BOTTOM: windowtext 0.75pt solid; 
	/*HEIGHT: 15px; */
	TEXT-ALIGN: center;
}

.tbl tr {
	HEIGHT:28px;
}

.td1 {
	BORDER-RIGHT: windowtext 0.75pt none; 
	BORDER-TOP: medium 0.75pt none; 
	BORDER-LEFT: windowtext 0.75pt none; 
	BORDER-BOTTOM: windowtext 0.75pt solid; 
	BACKGROUND-COLOR: #94c0eb;
	TEXT-ALIGN: right;
	font-weight:bold;
	height: 25px;
	width: 150px;
}

.td2 {
	TEXT-ALIGN: left;
	height: 25px;
	width: 250px;
}

.td3 {
	TEXT-ALIGN: right;
	font-weight:bold;
	height: 25px;
	width: 250px;
}

