/* ========================== common ============================= */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: center;
	color: #105188;
	background: #dce5ef;
}
.obrys {
	width: 750px;
	margin: 0px auto;
	padding: 0px;
	text-align: center;
}
img {
	border: 0px;
}
.space, .space_2, .space_3 {
	clear: both;
	height: 5px;
	width: 100%; 
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	}
.space_2 { height: 10px; }
.space_3 { height: 20px; }
.nthng {
	clear: both;
	height: 0px;
	width: 100%; 
	margin: 0px;
	padding: 0px;
	font-size: 0px;
	}
.space_big {
	clear: both;
	height: 50px;
	width: 100%; 
	margin: 0px;
	padding: 0px;
	font-size: 1px;
	}
.out {
	width: 500px;
	position: absolute;
	left: 0;
	top: -1000px
}
/* ========================== text ============================= */
h1 {
	margin: 0px;
	padding: 0px;
	font-size: 1.1em;
	font-weight: bold;
	text-align: left;
}
p {
	margin: 5px 0px 20px 0px;
	padding: 0px;
	font-size: 0.8em;
	font-weight: normal;
	text-align: justify;
}
sup { font-size: 0.7em; }
a {
	margin: 0px;
	text-decoration: underline;
	color: #000099;
}
a:hover {
	text-decoration: none;
	color: black;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:visited:hover {
	text-decoration: none;
	color: black;
}
.bigger { font-size: 1.2em; }
.smaller { font-size: 0.8em; }
.small { font-size: 0.7em; }
.text-center { text-align: center; }
.text-right { text-align: right; }
/* ========================== layout ============================= */
.WLWHSlogo {
	float: left;
	margin: 0px 0px 0px 231px;
	padding: 0px;
}
.WLWHSmsg {
	text-align: center;
	font-size: 1.2em;
	font-weight: bold;
	padding: 0; margin: 0;
	color: #fefeeb;
}
.WLWHSbtn {
	padding: 5px 10px;
	margin: 10px 0 3px 0;
	font-weight: bold;
}
.WLWHStext {
	width: 400px;
	margin: 0 175px 20px 175px;
}
.beta {
	text-align: center;
	font-weight: bold;
	font-size: 0.8 em;
	padding: 0; margin: 0;
	color: #ecf3ff;
}
a.html_btn, a.html_btn:visited {
	width: 238px; height: 30px;
	padding: 7px 27px 5px 27px;
	fontSize: 15;
	font-weight: bold;
	text-decoration: none;
	color: #0265a2;
	background: url(images/html_btn.gif) no-repeat center;
}
a.html_btn:hover, a.html_btn:visited:hover {
	text-decoration: none;
	color: #905600;
	background: url(images/html_btn_over.gif) no-repeat center;
}