@charset "UTF-8";

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color:#ffffff;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000;
	text-align: left;
	text-indent: 10px
	margin-right: 55px;
}

h1 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 145%;
	font-weight: bold;
	color: #00708C;
	text-align: left;
}

h2 {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 120%;
	font-weight: normal;
	color: #999;
	text-align: left;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
	font-weight: normal;
	color: #000;
	text-align: right;
}

h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 85%;
	font-weight: bold;
	text-align: center
	color: #333;
	text-align: center;
	font-style: normal;
	color: #333;
	letter-spacing: 4px;
	word-spacing: normal;
	font: myriad pro;
}

h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: normal;
	text-align: center;
	color: #000;
	text-indent: 0px
	margin-right: 55px;
}

h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	text-align: center;
	color: #000;
	text-indent: 0px
	margin-right: 5px;
	margin-left: 65px;
	margin-right: 45px;
}
