body {
	background-attachment: fixed;
	background-position: center;
	font-size: 14px;
	margin: 0;
	padding:0;
}
body,td,th {
	font-size: 14px;
	color: #000000;
}
.style1 {
	color: #FF6600
}

#container {
	width: 1000px;
	margin-right: 10px;
	margin-left: 10px;
	background-repeat: repeat-y;
	background-attachment: scroll;
	word-break:break-all;
}
maincontents {
	text-align: left;
}
#footer {
	text-align: center;
	clear: both;
	width: 1000px;
	margin-right: 10px;
	margin-left: 10px;
	padding: 0;
	overflow: auto;
	background-color: #ffffff;
}
a:link {
	text-decoration: underline;
	color: #333333;
}
a:visited {
	text-decoration: underline;
	color: #660066;
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
}
a:active {
	text-decoration: underline;
}
ul#menubar {
	margin: 0px;
	padding: 0px;
}
ul#menubar li {
	list-style-type: none;
	float: left;
	margin: 0px;
	border: 0px;
	padding: 0px;
}


