html {
scrollbar-base-color: black;
scrollbar-arrow-color: white;
scrollbar-track-color: black;

scrollbar-shadow-color: black;
scrollbar-lightshadow-color: black;
scrollbar-darkshadow-color: gray;

scrollbar-highlight-color: white;
scrollbar-3dlight-color: black;
}
.BG {
	background-attachment:scroll;
	background-position: center;
	background-repeat: no-repeat;
	vertical-align: top;
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	height: 100%;
}
.Content {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	clear: right;
	font-weight: bold;
}
.Header_Table {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px
}

a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #FF9933;
}
a:active {
	color: #FF0000;
}
.Content_Cell {
	background: url(../imgs/bg_mid.jpg) repeat-x scroll 0px 62px;
	padding-top: 85px;
}

.Page_Table {
	margin: 0px;
	padding: 0px;
	background-attachment: scroll;
	background-position: 50% -50px;
	background-repeat: no-repeat;
	height: 87%;
	width: 100%;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	text-align: center;
}
.Iframe {
	z-index: 1;
}
.Page_Table_Left {
    background-attachment: scroll;
	background-position:top right;
	background-repeat: no-repeat;
	background-image: url(../imgs/logoleft_bg.jpg);
	width: 190px;
	white-space: nowrap;
	vertical-align: top;
}

.Page_Table_LeftNew {
    background-attachment: scroll;
	background-position:top right;
	background-repeat: no-repeat;
	background-image: url(../new_imgs/tlcorner_logo.jpg);
	width: 247px;
	white-space: nowrap;
	vertical-align: top;
}
.Page_Table_Split {
	background-position: center;
	background-repeat: repeat-y;
	background-image: url(../imgs/redline_h.jpg);
	width: 10px;
}
.Page_Table_Split1 {
	background-position: center;
	background-repeat: repeat-x;
	background-image: url(../imgs/redline_v.jpg);
	height: 10px;
}
.Nav_holder {
	background-image:url(../imgs/bluenav_bg.jpg);
	background-position:center;
	background-repeat:repeat-x;
	height:25px;
	text-align:center;
	vertical-align:middle;
}

.Content_Page {
	font-family: "Courier New", Courier, mono;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #000000;
}

