	H1 {
		font-family: Arial, Helvetica, SansSerif;
		font-size: 16pt;
		line-height: 100%;
		font-weight: bold;
		color: red;
		text-align: center;
		position: relative;
		}
	
	H2 {
		font-family: Arial, Helvetica, SansSerif;
		font-size: 10pt;
		line-height: 100%;
		font-weight: bold;
		color: blue;
		font-style: italic;
		text-align: left;
		position: relative;
	}
	

	H3 {
		font-family: Arial, Helvetica, SansSerif;
		font-size: 11pt;
		line-height: 100%;
		font-weight: bold;
		color: red;
		position: relative;
	}
	
	H4 {
		font-family: Arial, Helvetica, SansSerif;
		font-size: 10pt;
		line-height: 100%;
		font-weight: normal;
		position: relative;
	}
	
	H5 {
		font-family: Arial, Helvetica, SansSerif;
		font-size: 9pt;
		line-height: 120%;
		font-weight: normal;
		position: relative;
	}
	
	H6 {
		font-family: Arial, Helvetica, SansSerif;
		font-size: 8pt;
		font-weight: normal;
		line-height: 100%;
		position: relative;
	}
	
