/*Color specific*/
a {
	color: #FF6600;
	text-decoration: none;
}
a:hover {	
text-decoration: underline
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 21px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	text-indent: 14px;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	line-height: 20px;
	color: #ED6E00;
	text-decoration: none;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #ED6E00;
	text-decoration: none;
	font-weight: bold;
}
.nav3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
a.nav3:Hover {
	color: #ED6E00;
	text-decoration: underline;
}
b {
	color: #ED6E00;
}
