/*reset browsers*/
*{margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;}
	html {color:#333; /*background:#032642;*/ background-color:#fff; height:100%; min-height:100%; overflow-y: scroll;}
	address, caption, cite, code, dfn, th, var, optgroup {font-style: inherit; font-weight: inherit;}
	del{text-decoration:line-through;}
	ins {text-decoration:none;}
	q:before, q:after {content: '';}
	abbr, acronym {border: 0; font-variant: normal;}
	legend {color:#000;} /*legend doesn't inherit in IE */
	input, button, textarea, select, optgroup, option, select {font-family:inherit; font-size:100%; font-size:inherit; font-style:inherit; font-weight:inherit;}

	li { list-style: none; }
	:focus {outline: 0;}
	a img {border:none;}
	
	table { border-collapse: collapse; border-spacing: 0; }
	caption, th { text-align: left; }

/*font styles*/
body {font-family: Arial, Helvetica, sans-serif; font-size:75%; line-height:1.5em; height:100%; min-height:100%; display:block;}
	h1 { color:#333; margin:.825em 0 .825em 0; font-size:18px; font-weight:normal;}
	h2 { color:#003E77; margin:0 0 .825em 0; font-size:1.167em; font-weight:normal;}
	h3 { color:#333; margin:.825em 0 .825em 0; font-size:1.5em; font-weight:normal;}
	h4 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1.25em; }
	h5 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1.125em; }
	h6 { color:#5C8127; margin:.825em 0 .5em 0; font-size:1em; }
