h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	color: #666666;
	letter-spacing: 0.4em;
	
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #000000;
	letter-spacing: 0.1em;
	line-height: 1.7em;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #333333;
	letter-spacing: 0.1em;
	
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: normal;
	color: #897343;
	letter-spacing: 0.2em;
	
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: bold;
	font-weight: bold;
	font-variant: normal;
	text-transform: normal;
	color: #897343;
	letter-spacing: 0.2em;
	
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: bold;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	letter-spacing: 0.2em;
	

}

	
a:link {
	color: #DF6A00; text-decoration: none; 
}
a:visited {
	color: #DF6A00; text-decoration: none;
}
 a:active {
	color: #DF6A00; text-decoration: none;
}
a:hover {
	color: #CCCCCC;
	text-decoration: none;
	cursor: hand;
	
}
.img2 {
	float: left;
	border: 1px solid #ccc;
	margin: 0 5px 0 5px;
}
.imgright {
	float: right;
	margin: 0 5px 0 5px;
	line-height: 1em;
}
.imgleft {
	padding: 0 5px 0 0;
	float: left;
	line-height: 1em;
}