
	h1	
		{
			color: 				black;
			font-family: 		arial;
			font-size: 			24px;
		}
	#standard_Main h2
		{
			font-size:			18px;	
			color: 				#9C7913;
		}
	h2	
		{
			font-family: 		arial;
			font-size: 			14pt;
			color: 				white;
			margin: 			0px;
			padding: 			0px;
		}
	h3	
		{
			font-family: 		arial;
			font-size: 			13pt;
			color: 				white;
		}
	#standard_Main h3
		{
			font-size:			14px;	
			color: 				#333;
		}
	h4	
		{
			font-family: 		arial;
			font-size: 			10pt;
			color: 				#969696;
		}
	p, li
		{
			font-family: 		arial;
			font-size: 			10pt;
			color: 				#494949;
			line-height: 		20px;
			width: 				90%;
		}
	a
		{
			color: 				#098679;	
			font-family: 		arial;
			font-size: 			10pt;
			line-height: 		20px;
			text-decoration:	none;
			border-bottom: 1px dotted #098679;
		}
	
		
