* {
	color: #3A4147;
	padding: 0;
	margin: 0;
}

body {
	border: 0;
	text-align: left;
	padding: 0;
	background-color: #EBEBEB;
}

p {
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 1.5em;
	clear: both;
	padding-bottom: 20px;
}

h1 {
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 2.4em;
	color: #FDC222;
	text-transform: uppercase;
	font-weight: normal;
	line-height: 1.1em;
	clear: both;
	float: left;
	width: 550px;
}

h2 {
	font-weight: bold;
	color: #3A4147;
	text-transform: uppercase;
	clear: both;
	float: left;
	width: 600px;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 2.4em;
}

h3 {
	font-weight: bold;
	color: #3A4147;
	clear: both;
	float: left;
	padding: 0 0 0.5em 0;
	width: 90%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

h4 {
	font-weight: bold;
	color: #3A4147;
	clear: both;
	float: left;
	padding: 0 0 0.5em 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	width: 100%;
}

h5 {
	font-weight: normal;
	clear: both;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	padding: 0 0 0.4em 0;
	width: 100%;
}

ul {
	display: inline;
}

ul li {
	list-style-type: none;
	float: left;
	padding: 0 0.5em 0 0;
	text-decoration: none;
	font-family: arial, helvetica, sans-serif;
	line-height: 1.5em;
	font-size: 0.7em;
}

ul li a {
	text-decoration: none;
}

ul li span {
	color: #FDC222;
	font-weight: bold;
}

ul li ul li {
	font-size: 1.1em;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

li span acronym {
	color: #FFC221;
}