h1 {
	font-family: "Myriad Web Pro", "Myriad Web", Arial;
	font-size: 28px;
	font-weight: bold;
	color: #de7008;
	text-align:left;
}
h2 {
	font-family: "Myriad Web Pro", "Myriad Web", Arial;
	font-weight: bold;
	font-size: 18px;
	color: #005ec4;
	text-align:left;
}
h3 {
	font-family: "Myriad Web Pro", "Myriad Web", Arial;
	font-size: 22px;
	font-weight: bold;
	color: #de7008;
	text-align:left;
}

p {font-family: "Myriad Web Pro", "Myriad Web", Arial; 
	margin-left: 1em;
	text-align:left;
}/* CSS Document */

li {font-family: "Myriad Web Pro", "Myriad Web", Arial; margin-left: 1em;
	text-align:left;
	line-height: 18px;}
a {
	font-family: Helvetica, Arial;
	color: #DD6D05;
	text-align:left;
}
a:link {
	text-decoration: none;
	text-align:left;
}
a:visited {
	text-decoration: none;
	color: #DE7008;
}
a:hover {
	text-decoration: none;
	color: #005EC4;
}
a:active {
	text-decoration: none;
	color: #DD6D05;
}
