@import url("reset.css"); /* reset all styles */
@import url("lib/header.css"); /* header styles */
@import url("lib/content.css"); /* content styles */
@import url("lib/footer.css"); /* footer styles */

body {
	background:#fff;
	color:#333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h2 {
	font-size:11px;
	color:#0046ad;
	margin-bottom:1em;
}

h3 {
	text-indent:-9999px;
	margin-bottom:2em;
}

h4 {
	text-indent:-9999px;
	margin-bottom:1em;
}

h5 {
	margin-bottom:1em;
}


a {
	color:#09F;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

p, h1, h2, h3, h4, h5, h6, ul {
	line-height:1.3em;
	margin-bottom:1em;
}

sup {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: 1ex;
	font-size:0.83em;
}
sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
	bottom: -0.5ex;
	font-size:0.83em;
}

.clear_ {
	zoom:1;
}

.clear_:after {
	clear:both;
	content:".";
	height:0;
	visibility:hidden;
	display:block;
}

.noshow, .move_ {
	position: absolute;
	left: -9999px !important;
}
