html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#e9f6fb;
	position:relative;
	padding:0 0 50px;
	font-size:65%;
	line-height: 1;
	width:100%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
abbr,acronym {
	border-bottom:1px dotted #000;
	cursor:pointer;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
	table td {
		padding:0 5px;
	}
h1,h2 {
	clear:both;
	color:#fff;
	font:normal 21px Verdana,sans-serif;
}
h3 {
	clear:both;
	color:#454545;
	font:normal 18px Verdana,sans-serif;
	text-shadow:1px 2px 2px #dedede;
}
b,strong {
	font-weight:bold;
}
i,cite,em {
	font-style:italic;
}
a,a:hover {
	color:#454545;
}
a:hover {
	text-decoration:none;
}
div,p {
	color:#454545;
	font:12px/16px Verdana,sans-serif;
	text-align:left;
}
ul {
	font:12px/18px Verdana,sans-serif;
}
p {
	margin:25px 0;
}
.clear {
	clear:both !important;
}