/* global reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0;}
caption, th, td {text-align:left;font-weight:normal;}
table, td, th {vertical-align:top;}
a img {border:none;}
a, a:visited{color:#ffffff; text-decoration:underline;}
a:hover{color:#000000;}

/* style rules */
body{
	background:#0f2437;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	line-height:1.45;
	margin:0;
	padding:0 0 40px;
}

html>body{font-size: 10px;}


h2{
	color:#80dfe7;
	font-size:2em;
	font-weight:bold;
	margin:22px 22px 6px 22px;
}

h2 span{
	color:#80dfe7;
	font-size:.8em;
	font-weight:bold;
}

h3{
	color:#98cfff;
	font-size:1.6em;
	font-weight:bold;
	margin:5px 22px 8px;
}

p{
	font-size:1.2em;
	margin:0 24px 15px 24px;
}

p.second{
	font-size:1.1em;
	padding-left:20px;
}