@charset "utf-8";
/* CSS Document */

html,body,td,th {
	font-family: Lucida Sans Unicode, Trebuchet MS, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	height: 100%; /* 100 % height */ 
}
html {
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #000000;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-track-color: #444444;
}
img {
border: 0;
}

#tdcontent {
	height: 100%;
}
#content {
	overflow: auto; /* or overflow: hidden; */
}

html>body #wrap {
	height: 100%; /* 100 % height */
}
#wrap {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 119px;
}
html>body #header {
	position: fixed;
	z-index: 10; /* Prevent certain problems with form controls */
}
html>body #content-wrap {
	height: 100%; /* 100 % height */
}
html>body #content {
	padding-top: 119px;
	padding-bottom: 64px;
	background-image: url(../images/back-for-filling.png);
	background-repeat: repeat;
	width:900px;

}
#footer {
	width: 900px;
	height: 64px;
	position: absolute;    
	bottom: 0px;
}
html>body #footer {
	position: fixed;
	bottom: 0;
	z-index: 10; /* Prevent certain problems with form controls */
}

#content a {
	color: #FFFFFF;
	text-decoration: underline;
}

#content a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#back-image {
	background-image: url(../images/background03.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-color: #000000;
}
.back-for-filling {
	background-image: url(../images/back-for-filling.png);
	background-repeat: repeat;
}
.address {
	font-size: 16px;
	padding-right: 20px;
}
.main-frame {
	padding: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.header-table {
	background-color: #000000;
}
.footer-table {
	font-size: 10px;
	background-color: #000000;
}
.large-text {
	font-size: 24px;
}
.main-text-RightCell {
	font-size: 14px;
	text-align: justify;
	padding-right: 20px;
}

.main-text-LeftCell {
	font-size: 14px;
	text-align: justify;
	padding-left: 20px;
}