/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }


/* ---  End UndoHTML  --- */

/* --- Page Elements --- */
html, body { 
	height: 100%; 
	text-align:left;
	font: 12px/20px  "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#484848;
	margin:0;
	padding-left:0px;
	padding-right:25px;
	}
	
strong, em, b, i {
	font-weight: bold;
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1, h2, h3, h4, h5, h6, address {
    font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

h1 { font-weight: normal; font-size: 42px; line-height: 42px; margin-bottom: 8px; margin-top:20px; color:#30abe8;}
h2 { font-weight: normal; font-size: 22px; line-height: 22px; margin-bottom: 10px; color:#30abe8; }
h3 { font-weight: bold; font-size: 18px; line-height: 18px; color:#30abe8;}
h4 { font-weight: normal; font-size: 12px; line-height: 18px; color:#FF0000; }

a { color: #30abe8; }
a:link, a:visited, a:active { text-decoration: none; }
a:hover { text-decoration: underline; }

img { border: 0; }
img.left { float: left; margin: 2px 20px 10px 0; }
img.right { float: right; margin: 2px 30px 16px 20px; }
img.across { margin: 2px 0 16px 0; }
img.flushleft { margin-left: -20px; }
img.flushright { margin-right: -20px; }

