html { overflow-x: hidden; }

body {
	padding: 0;
	margin: 0;
	background: #fff;
	color: #8297B1;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.4;
}
h1, h2, h3, h4 { color: #5492B6; }
h1 { font-size: 200%; }
h2 {	font-size: 150%; }
h4 {	
	font-size: 110%;
	margin: 1.3em 0 0.4em 0;
}
h3 {	font-size: 125%;}
img { border: 0; }
a, a:visited { color: #5492B6; }

#text {
	padding: 0 0 0 0.6em;
}

.clear { clear: both; }

.shad .t, .shad .r, .shad .b, .shad .l, .shad .c {
	position: relative;
	z-index: 1;
	display: block;
	background-repeat: no-repeat;
	background-position: 0 2px;
	left: 0; top: 0;
	border: 0;
}
.shad .t { left: -10px; top: -10px; }
.shad .r { background-position: 100% 2px; left: 20px; }
.shad .b { background-position: 100% 100%; top: 20px; }
.shad .l { background-position: 0 100%; left: -20px; }
.shad .c { left: 10px; top: -10px; margin-right: 10px; }

#frm { background: #fff; position: relative; left: -0.5em;}
#frm .shad { background: #ffffff; //border: 1px solid #ffffff; }
#frm .shad .t { background-image: url('/i/st.gif'); }
#frm .shad .r { background-image: url('/i/sr.gif'); }
#frm .shad .b { background-image: url('/i/sb.gif'); }
#frm .shad .l { background-image: url('/i/sl.gif'); }
#frm .shad .reducer { padding: 1em 1em 2em 2em; }
/*	#frm .shad .reducer { padding: 1em 10% 2em; width: auto;} */
	
#header {
	height: 70px;
	width: 100%;
	background: #5492B6 url('/i/b.gif') center top repeat-x;
}

#lh, #ch, #rh { float: left; height: 70px; }
#lh { width: 10%; background: transparent url('/i/bm.gif') left top no-repeat; }
#ch { width: 80%; color: #fff; font-size: 300%; }
#rh { float: right; width: 3px; background: transparent url('/i/bm.gif') right top no-repeat; }

#menu {
	width: auto;
	padding: 0 10%;
	height: 22px;
	background: #D9E5F0 url('/i/m.gif') center top repeat-x;
	font-size: 80%;
}

#menu a, #menu span {
	margin: 0 0.7em;
	color: #000;
	text-decoration: none;
	vertical-align: middle;
}

#menu a:hover {
	color: #000;
	text-decoration: underline;
}

#menu img {
	width: 2px;
	height: 22px;
	vertical-align: middle;
}

#content {
	margin: 0 30% 0 10%;
}

#help {
	float: right;
	width: 20%;
	padding: 0 4% 0 0;
	margin-top: 1.5em;
}

.bst {
	font-size: 120%;
}

form { padding: 0; margin: 0; }
form div { margin: 1em 0 0.5em 0; }
.txt { width: 96%;}

.stat {width: 100%; background: #eee; color: black}
.stat tr.c1 {background: #fff;}
/*.stat tr.c2 {background: #eee;}*/
.stat tr td {padding: 2px 5px; margin: 0; font: menu;}
.stat tr:hover {background: #cfc;}