body {
	text-align: center;
	margin: 0;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", "Osaka";
	color:#333333;
	background-color: #eeeeee;
	font-size: 14px;
	background-attachment: fixed;
	background-image: url(bg.gif);
	background-repeat: repeat;
}

p {	margin: 0; padding: 0px 0px 7px 0px;}
	
table {
	text-align: left;
}
.table-contents {
	text-align: left;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #990000;
	border-left-color: #990000;
	background: scroll #FFFFFF url(bg_table.gif) repeat-y right;
}
.table-bottom {
	text-align: right;
	border-right-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-left-width: 2px;
	border-right-color: #990000;
	border-left-color: #990000;
	background-color: #CC0000;
}
h1 {
	font-size: 16px;
	margin-bottom: 0px;
	color: #ffffff;
	margin-top: 0px;
	padding-top: 2px;
	padding-bottom: 3px;
}
h2 { font-size: 16px; margin: 0; padding: 0;}
h3 {
	font-size: 14px;
	margin: 0;
	color: #FFFFFF;
	background-color: #CC0000;
	width: 100%;
	padding: 3px;
}
h4 { font-size: 14px; margin: 0; padding: 2;}



a:link, a:visited { color: #CC0000; text-decoration: underline;}
a:hover { color: #009900;}

.copy { font-size: 11px; color: #FFFFFF;}

.px10 { font-size: 10px;}
.px12 { font-size: 12px;}
.px16b { font-size: 16px; font-weight: bold;}
.px18b {
	font-size: 18px;
	font-weight: bold;
}
.px22 { font-size: 22px;}
.px14 {	font-size: 14px;}

.bg-head {
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	background-attachment: scroll;
	background-image: url(bg_head.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.logo{
	background-image: url(bg_logo.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 150px;
	width: 726px;
	border: 2px solid #CC0000;

}
.logo-s{
	background-image: url(bg_logo_s.gif);
	background-repeat: no-repeat;
	background-position: top;
	height: 60px;
	width: 726px;
	border: 2px solid #CC0000;

}
.menu a:link,.menu a:visited{
	color:#006600;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display:block;
	width: 165px;
	text-align: right;
	vertical-align: middle;
	padding: 9px 18px 9px 0px;
	margin: 0px;
	background-attachment: scroll;
	background-image: url(ico_02.gif);
	background-repeat: no-repeat;
	background-position: right center;
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-left: 1px solid #666666;
}
.menu a:hover{
	text-decoration: underline;
	color:#ffffff;
	background-color:#009900;
	background-image: url(ico_03.gif);
	background-repeat: no-repeat;
	background-position: right center;
}
.td-topline {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
}
.td-bottomline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
.float-left {
	float: left;
	margin-right: 8px;
	margin-bottom: 2px;
	padding: 0px;
	margin-top: 0px;
	margin-left: 0px;
}
.data {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	text-align: center;
	font-size: 12px;
}

