@CHARSET "UTF-8";

body {
	background: #f5f4f4;
	margin: 0pt;
	font-family: 'HelveticaNeue', 'Helvetica Neue', 'Arial', sans-serif;
	color: #666666;
	font-size: 14pt;
}

.body {
	text-align:center;
}

ul.navbar {
	font-weight: bold;
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	display: block;
	width:680px;
	font-size: 14px;
	white-space: pre-wrap;
}

li.navbar_currentPage {
	display: inline;
	margin-right:20px;
}

li.navbar_standardPage {
	text-decoration: none;
	display: inline;
	margin-right:20px;
}

li.navbar_spacer {
	padding-right: 20px;
	display: inline;
}

a:link {
	color: #999;
	text-decoration: none;
}

a:visited {
	color: #999;
	text-decoration: none;
}

a:hover {
	color: #F00;
	text-decoration: none;
}

.footer {
	font-size: 11pt;
	color: #999999;
	font-weight: bold;
}

.title {
	color: #FFFFFF;
	font-size: 28px;
	font-weight: bold;
}