/******************************
Resetting browsers
******************************/
/*** Copyright (c) 2007, Matt Snider, LLC. All rights reserved. version: 1.0.0 */
/* remove default element padding */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {	margin: 0;	padding: 0;}
/* default color scheme */
/* remove borders and possible underlining */
a, img, a img, iframe, form, fieldset, abbr, acronym, object, applet { border:none; font-variant: normal;}
/* remove stylized font-variations */
address, caption, cite, code, dfn, th, var, i {	font-style: normal;	font-weight: normal;}
/* table and center elements should always be top left aligned */
caption, th, td, center {	text-align: left;	vertical-align: top;}
q:before, q:after {	content: ”;}
/* remove cellpadding and cellspacing */
table {	border-collapse: collapse;	border-spacing: 0;}
/* clear possible list-styles; should override in design */
ul, ol, dir, menu, li {	list-style: none;}
/* clear possible heading styles; should override in design */
h1, h2, h3, h4, h5, h6 { margin:0; padding:0;}
/* prevent default browser coloring of links */
a { color: inherit; }
/* reset position of sup and sub */
sup, sub {	vertical-align: text-top;}
/* clear form field font settings */
input, textarea, select { font-family: inherit;	font-size: inherit;	font-weight: inherit;}

h1{ font-size:26px; line-height:32px;}
h2{ font-size:26px; line-height:40px; color:#0063ad;}
h3{ font-size:18px; line-height:32px; color:#5c6a79;}
h4{ font-size:16px; line-height:26px;}
h5{ font-size:14px; line-height:24px;}
p{ font-size:12px; line-height:18px;color:#223344;}
/******************************
End of resetting for browsers
******************************/

