html,body{
	margin:0px;
	padding:0px;
}
body{
	font-size:9pt;
	font-family:'Osaka','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	line-height:1.5;
	color:#333;
	background:#f0f0f0 center top;
}
a{
	text-decoration:none;
}
a:link,a:visited {
	color:#333;
}
a:hover {
	color:#d3006c;
}

.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
.clearBoth{
	clear:both;
	height:0px;
	font-size:0px;
	overflow: hidden;
}
.alignLeft{
	text-align:left;
}
.alignRight{
	text-align:right;
}
.alignCenter{
	text-align:center;
}
.attention {
	color:#d70016;
}
.white{
	color:#fff;
}
img {
	border-width:0px;
}
h1 {
	font-size: 189%;
}
h2 {
	font-size: 159%;
}
h3 {
	font-size: 144%;

}
h4 {
	font-size: 122%;
}
h5 {
	font-size: 107%;
}
h6 {
	font-size: 107%;
}
