@charset "utf-8";
/* CSS Document */

body {
	font-size: 14px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #999999;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	
	scrollbar-arrow-color: #ffffFF;
	scrollbar-base-color: #bbbbbb;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #999999;
	scrollbar-3dlight-color: #bbbbbb;
	scrollbar-track-color: #bbbbbb;
	scrollbar-darkshadow-color: #999999;
}

table td {
	vertical-align:top;
}

#mainTB {
	width: 1024px;
	background: #999999;
}

#topTB{
	height: 100%;
}

#topTD {
	height: 180px;
}

#photoTD {
	overflow: hidden;
}

#logoTD {
	cursor: default;
	width: 1024px;
	vertical-align: middle;
	text-align: left;
	font-size: 56px;
	color: #dddddd;
	font-family: Times New Roman, Tahoma;

}
#middleTD {
	height: 586px;
}

#middleTB {
	width: 100%;
	height: 100%;
	background: #993300;
}


#menuTD {
	width: 165px;
	height: 100%;
	border-right: 0px #ffffff solid;
	background: #333333;
}

#menuTOP {
	height: 42px; 
	background: #333333;
	width: 100%;
}

.hidden {
	display: none;
}

.title {
	font-size: 16px;
}

#bottomTD {

}

#footerTB {
	width: 100%;
	font-size: 10px;
	background: #dddddd;
	color: #000000;
	font-family: Verdana;
}

#footerTB td {
	padding-top: 3px;
	padding-bottom: 3px;
}

#footerTB .space {
	background:black;
	width: 200px;
}

#footerTB .left {
	text-align: left;
	padding-left: 3px;
}

#footerTB .left a, #footerTB .left a:visited {
	color: #F58426;
	text-decoration: none;
}

#footerTB .left a:hover {
	text-decoration: underline;
}

#footerTB .center {
	text-align: center;
}

#footerTB .right {
	text-align: right;
	padding-right: 3px;
}

#footerTB .right a, #footerTB .right a:visited {
	color: #00AEEF;
	text-decoration: none;
}

#footerTB .right a:hover {
	text-decoration: underline;
}

.sw a, .sw a:visited {
	color: #CC3300;
	text-decoration: none;
}

.sw a:hover {
	text-decoration: underline;
}

.contentTD {
	width: 100%;
}


table .ccaption {
	vertical-align: middle;
	height: 42px;
	font-size: 18px;
	border-bottom: 0px solid #A7F291;
	background: #333333;
	color: #CC3300;
	text-align: left;
	padding: 0px;
}

.textimage {
	padding-left:10px;
	padding-bottom:10px;
}
