body { text-align: center; }
body div {
	text-align: left;
	margin: 0 auto;
}
html {
	/*overflow-y:scroll;*/
	height:100%;
	margin-bottom:1px;
}
a:link, a:visited {
	color:#FFF;
	text-decoration:none;
}
a:hover, a:active {
	color:#FFF;
	text-decoration:underline;
}
.left {
	float: left;
	text-align: justify;
	width: auto;
}
.right {
	float: right;
	text-align: justify;
	width: auto;
}
.center { text-align: center; }
.clear { clear:both; }
.break { page-break-after: always; }
.bold { font-weight: bold; }
.f10px { font-size: 77%; }
.f11px { font-size: 85%; }
.f12px { font-size: 93%; }
.f13px { font-size: 100%; }
.f14px { font-size: 108%; }
.f15px { font-size: 116%; }
.f16px { font-size: 123.1%; }
.f17px { font-size: 131%; }
.f18px { font-size: 138.5%; }
.f19px { font-size: 146.5%; }
.f20px { font-size: 153.9%; }
.f21px { font-size: 161.6%; }
.f22px { font-size: 167%; }
.f23px { font-size: 174%; }
.f24px { font-size: 182%; }
.f25px { font-size: 189%; }
.f26px { font-size: 197%; }
strong { font-weight: bold; }
.ttl {
	font-size: 300%;
	font-weight: bold;
}
h2 {
	font-size: 150%;
	font-weight: bold;
	margin-bottom: 5px;
}
/* 03FClear Fix Hack (Float Clear Hack) (Float Clear Hack)
 http://www.kuroduction.com/doc/translation/position_is_everything/easyclearing.html
=============================================== */

.clearfix:after { /* for New Browser */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix { display: inline-block; /* for IE */ }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */
.clearfix { overflow:hidden; }
