@charset "utf-8";
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFE400;
	background-attachment: fixed;
	background-image: url(img/back-6.gif);
	background-repeat: repeat-y;
	background-position: center;
}
a:link {
	color: #005AB5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #007EFF;
}
a:hover {
	text-decoration: underline;
	color: #004891;
}
a:active {
	text-decoration: none;
}

.link2 {
	color: #FFFFFF;
	text-decoration: none;
}
.link2:hover {
	text-decoration: underline;
	color: #FF9900;
}
.btn-bar {
	background-image: url(img/btn-bar.gif);
	height: 31px;
}
.line {
	background-attachment: scroll;
	background-image: url(img/line.gif);
	background-repeat: repeat-x;
	background-position: left center;
	height: 7px;
}
.back-1 {
	background-attachment: fixed;
	background-image: url(img/back-1.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFE400;
}


.back-2 {
	background-attachment: scroll;
	background-image: url(img/back-2.gif);
	background-repeat: repeat-x;
	background-position: center top;
}
.back-3 {
	background-attachment: fixed;
	background-image: url(img/back-3.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 760px;
}

.back-4 {
	background-attachment: scroll;
	background-image: url(img/back-4.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 205px;
}
.back-6 {
	background-attachment: fixed;
	background-image: url(img/back-6.gif);
	background-repeat: repeat-y;
	background-position: center;
	height: 205px;
}
.txt11p {
	font-size: 11px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}


.txt13p {
	font-size: 13px;
	color: #333333;
	font-family: Arial, Helvetica, sans-serif;
}
.txt15p {
	font-size: 15px;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
}



.width-900 {
	width: 900px;
}
.height-120 {
	height: 120px;
}
