/* CSS Document */
#SidebarLt {
	position:absolute;
	left:10px;
	top:25px;
	width:122px;
	height:654px;
	z-index:1;
	visibility: visible;
	background-color: #FFFFFF;
}
#BodyLayer {
	position:absolute;
	left:153px;
	top:4px;
	width:625px;
	height:673px;
	z-index:2;
	visibility: visible;
	overflow: visible;
}
body,td,th {
	color: #FF6733;
}
.BlueTxt {color: #49A6E0}
body {
	background-color: #000000;
}
.WhtTxtHead {
	color: #000000;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FF6733;
	border-bottom-color: #50A6DA;
	border-right-color: #FF6733;
	border-left-color: #50A6DA;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E4E5E4;
	border-top-width: 10px;
	border-bottom-width: 10px;
}
#FootLayer {
	position:absolute;
	left:10px;
	top:1150px;
	width:769px;
	height:60px;
	z-index:3;
	background-color: #18A2DF;
	visibility: visible;
}
.BlkTxt {color: #000000}
.WhiteText {color: #FFFFFF}
.WhtTxtBold {color: #FFFFFF; font-weight: bold; }