body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	color: #666666;
	font-weight: bold;
}
body,td,th {
}
a {
	text-decoration: none;
	color: #990000;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #999999;
}
.back01 {
	background-image: url(images/back01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 600px;
}
.back02 {
	background-image: url(images/back02.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	height: 600px;
}
.back01rep {
	background-image: url(images/back01-rep.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	width: 100%;
	height: 600px;
	background-color: #FFFFFF;
}
.back02rep {
	background-image: url(images/back02-rep.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #000000;
}
#MENU {
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #999999;
	top: 98px;
}

