body {
	margin: 0px;
	padding: 0px;
	color: #000000;
}

/*font family for page*/
p, td, div, ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*Where the h1 or h2 is the first element in a div or table cell - places them flush top*/
h1:first-child
{
	margin: 0;
}
h2:first-child
{
	margin: 0;
}

/* All h1 and h2 elements on page */
h1 {
	font-size: 24px;
	font-family: Impact, Arial, Helvetica, sans-serif;
	color: #E09225;
	font-weight: normal;
}
h2 {
	font-size: 20px;
	font-weight: bold;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: right;
}
h5 {
	font-size: 12px;
	font-weight: bold;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	margin-top: 0px;
}
.Ahead {
	font-size: 18px;
	font-weight: bold;
	color: #00548E;
}
.enewsletter {
	font-size: 14px;
	font-weight: bold;
	color: #006699;
}
.white {
	color: #FFFFFF;
}
.clients
{
	font-family: Comic Sans MS;
	font-size: 13px;
}