/* Miscelleneous */

h1 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 17px;
	color: #e16f00;
}
h2 {
	font-size: 32px;
	font-weight: normal;
	margin: 0 0 17px;
	color: #e16f00;
}
h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 17px;
	color: #e16f00;
}
h4 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
	color: #e16f00;
}
h5 {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 17px;
	color: #e16f00;
}
p {
	margin: 0 0 20px;
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
}
td {
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
}
li {
	font-size: 17px;
	line-height: 1.3;
	color: #fff;
}
a {
	text-decoration: none;
	color: #00BDF9;
}
a:hover {
	text-decoration: underline;
	color: #00BDF9;
}


.clear {
	clear: both;
}
ul#horizontal {
	margin: 0;
	padding: 0;
}

ul#horizontal li {
	float: left;
	margin: 0 0 11px;
	padding: 0 40px 0 28px;
	list-style: none;
	background: url(../images/li_arrow.png) no-repeat 0 1px;
}
ul#vertical {
	margin: 0;
	padding: 0;
}

ul#vertical li {
	margin: 0 0 11px;
	padding: 0 40px 0 28px;
	list-style: none;
	background: url(../images/li_arrow.png) no-repeat 0 1px;
}
ul#vertical li a {
	color: #fff;
}
