/* Font sizes get progressively smaller so the higher the h number, the smaller the font
   except h5 and h6 where the difference is in alignment
*/

h1 {font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}


h2 {font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h3 {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	border: 0px;
	padding: 0px;
	}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	margin: auto;
	border: 0px;
	}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	font-style: italic;
	text-align: right;
	margin-top:0px;
	margin-bottom:0px;
	}
	
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	}

p, ul, li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom:0px;
	margin-top:0px;
	padding-left: 5px;
	padding-right: 5px;
	}

.norm {font-size:12px;}

html, body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	text-align: left;
	margin-bottom:0px;
	margin-top:20px;
	}

	

  
	
