body {
	color: #000000;
	background-color: #FFFFFF;
	font-size: 8pt;
	line-height: 10pt;

}
.base-bg-left {
	background-color: #FFFFFF;
	background-image: url(img/bg_left.gif);
	background-repeat: repeat-y;
	background-position: right;

}
.base-bg-right {
	background-color: #FFFFFF;
	background-image: url(img/bg_right.gif);
	background-repeat: repeat-y;
	background-position: left;

}
a:link {
	color: #0000FF;
	text-decoration: none;
}
a:visited {
	color: #6699FF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
.main-bg-left {
	background-color: #FFD7B6;
}
.main-body {
	padding: 20px;
	font-size: 10pt;
	line-height: 15pt;

}


/* 25th */
body {
	background: #808099 url(img/25th_bg.jpg) no-repeat center top fixed;
}
.base-bg-left {
	background: none;
}
.base-bg-right {
	background: none;
}
.main-body {
	background: #fff;
}
.top-main-body {
	background: #fff;
}

