@charset "UTF-8";
/* CSS Document */

/* common */
html, body {
	height: 100%;
}
body {
	padding: 0px;
	margin: 0px;
	background: #013181 url(../images/backgroundColor.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	text-align: center;
}
/* paragraphs etc */
p {
	line-height: inherit;
	margin: 0px;
	padding: 8px 0px 8px 0px;
}
/* links */
a {
	color: #013181;
}
a:hover {
	color:#FF3300;
}
a img {
	border-width: 0px;
}
/* headings */
h1 {
	font-weight: normal;
	font-size: 34px;
	line-height: 38px;
	color: #ff6600;
	margin: 0px;
	padding: 0px 0px 20px 0px;
}
h2 {
	font-weight: normal;
	font-size: 24px;
	line-height: 26px;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 8px 0px;
}
h3 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 8px 0px;
}
h4 {
	font-weight: normal;
	font-size: 14px;
	line-height: 16px;
	color: #999999;
	margin: 0px;
	padding: 10px 0px 8px 0px;
}
h5 {
	font-size: 12px;
	padding: 0px;
	padding: 10px 0px 8px 0px;
}
h6 {
	font-size: 11px;
	margin: 0px;
	padding: 8px 0px 0px 0px;
}

/* general menu styles */
.menuList li {
	display: inline;
	margin: 0px;
	text-indent: 0px;
	list-style-type: none;
}
ul.menuList {
	margin: 0px;
	padding: 0px;
}

/* misc */
.clear {
	clear: both;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	border-bottom-width: 0px;
}