html, body,
ul, ol, li,
dl, dt, dd,
h1, h2, h3, h4, h5,
p, blockquote,
form, fieldset, legend,
table, td, th{
	margin:0;
	padding:0;
}

html,
body{
	width:100%;
	height:100%;
}

body{
	font: normal 0.875em/1.4 'Open Sans', sans-serif;
}

body{
	color:#000;
}

img{
	border:0;
}

img.left{
	float:left;
	margin-right:15px;
}

img.right{
	float:right;
}

p{
	margin-bottom:0.8em;
}

p.closer{
	margin-top:-0.7em;
}

.before_list {
	margin-bottom: -0.5em;
}


ul{
	list-style-type:none;
}

ul.dash,
ol{
	font-size: 93%;
	margin-bottom:2em;
}

ul.dash li,
ol li{
	margin-bottom:0.5em;
}

ul.dash li li,
ol li li{
	margin-bottom:0.5em;
}

ul.dash>li{
	text-indent:-1.35em;
	padding-left:2.1em;
}

ul.dash>li:before,
ul.dash .d {
	content:'\2014\a0';
	color: #00AEEF;
}

ol>li{
	margin-left:2.5em;
}

ul.dash ul,
ul.dash ol,
ol ol,
ol ul.dash{
	margin:0.5em 0 1.5em 0;
	text-indent:0;
}

p+ul,
p+ol{
	margin-top:-0.5em;
}


table{
	font-size: 93%;
	border-collapse:collapse;
	margin: 0 0 1.5em 0;
}

table td,
table th {
	padding: 0.3em 0.5em;
	vertical-align:top;
}

table th {
	text-align: left;
}

table .even {
	background-color: #fef0d3;
}

sup,
sub{
	position:relative;
	top:-0.5em;
	font-size:75%;
	vertical-align:baseline;
}

sub{
	top:0.1em;
}

ins{
	text-decoration: none;
}


h1, h2, h3, h4{
	font-weight:bold;
}

h1{
	position:relative;
	font-size:215%;
	margin:0 0 0.6em;
	line-height: 1;
}

h2{
	font-size:150%;
	font-weight: normal;
	margin-bottom:0.25em;
}

h3{
	font-size:120%;
	margin-bottom:0.2em;
}

h4{
	font-size:125%;
	margin-bottom:0.3em;
}


.blink{
	color:#6d6d6d;
}

