/* CSS Document */
	A:link {color:#6885A7;}
	A:visited {color:#6885A7;}
	A:active {color:#6885A7;}
	A:down {color:#6885A7;}
	A:hover {color:#6885A7;}
	
#tbl_bottom {
	border-collapse: separate;
	border-bottom : 1px solid #CCCCCC;
	font-family : "MS Sans Serif";
	font-size : 10px;
	font-weight : 500;
	padding-right : 5px;
	padding-left : 5px;
	color : #5d5d5d;
	empty-cells : show;
	vertical-align : top;
}

#tbl_top {
	border-collapse: separate;
	border-top : 1px solid #CCCCCC;
	font-family : "MS Sans Serif";
	font-size : 10px;
	font-weight : 500;
	padding-right : 5px;
	padding-left : 5px;
	color : #5d5d5d;
	empty-cells : show;
	vertical-align : top;
}

#tbl_top3 {
	border-collapse: separate;
	font-family : "MS Sans Serif";
	font-size : 10px;
	font-weight : 500;
	padding-right : 5px;
	padding-left : 5px;
	color : #5d5d5d;
	empty-cells : show;
	vertical-align : top;
}

#tbl_top2 {
	border-collapse: separate;
	border-top : 1px solid #CCCCCC;
	font-family : "MS Sans Serif";
	font-size : 10px;
	font-weight : 500;
	padding-right : 5px;
	padding-left : 5px;
	color : #5d5d5d;
	empty-cells : show;
	vertical-align : middle;
}

#tbl_head {
	background : #6885A7;
	border-top : 1px solid #7B8EA5;
	border-left : 1px solid #7B8EA5;
	border-bottom : 1px solid #081831;
	border-right : 1px solid #081831;
	font-family : "MS Sans Serif";
	color: #FFFFFF;
	font-size : 14px;
	font-weight : bolder;
	font-stretch : extra-expanded;
	padding-right : 10px;
	padding-left : 7px;
	empty-cells : show;
	vertical-align : top;
}

#tbl_subhead {
	border-collapse: separate;
	background : #E7E7E7;
	border-bottom : 1px solid #BBBBBB;
	border-right : 1px solid #BBBBBB;
	font-family : "MS Sans Serif";
	font-size : 10px;
	font-weight : 600;
	padding-right : 10px;
	padding-left : 14px;
	empty-cells : show;
	vertical-align : top;
}