/* Reset All Browsers */
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 {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
/* End Reset All Browsers */

/* Begin Styled Tags */
* {
	margin: 0;
}


html, body {
     height: 100%;
}

body {
	width:100%;
	color:#494949;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
}

p {
	line-height:1.3em;
}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 48pt;
	margin-bottom:10px;
}

h2 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 36pt;
	margin-bottom:10px;
}

h3 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 30pt;
	margin-bottom:10px;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 24pt;
	margin-bottom:10px;
}

h5 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18pt;
	margin-bottom:10px;
}

h6 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14pt;
	margin-bottom:10px;
}

img {
	vertical-align: bottom;
	margin:0;
	padding:0;
}

a {
	text-decoration:none;
	color:#3b98c1;
}