html {overflow-y: scroll;}

body, html { width: 100%; }

body {
	margin: 0;
	padding: 0;
	border: none;
	background: #fff url(/images/bg_page.png) 0 0 repeat-x;
}

a img { border: none; }

.superscript	{font-size: xx-small; vertical-align: top;}
.subscript	{font-size: xx-small; vertical-align: bottom;}

.clearer { width: 100%; height: 0; overflow: hidden; clear: both; }
.clearer_01 { width: 100%; height: 7px; overflow: hidden; clear: both; }
.clearer_02 { width: 100%; height: 5px; overflow: hidden; clear: both; background: url(/images/backgr_divider1.gif) 0 center repeat-x; }

.no_bg { background: none !important; }

.arial { font-family: Arial, Helvetica, sans-serif !important; }

.font_18px { font-size: 18px !important; }

form { margin: 0; padding: 0; float: left; }
