@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #666666;
	background-color: #CCCCCC;
	margin: 0px;
	padding: 0px;
}
a:link {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:visited {
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
a:active {
	color: #febf0f;
}
a:hover {
	color: #febf0f;
}

.main {
	width:900px;
	background-color: #ffffff;
}

.header {
	height: 60px;
	border-top: 5px solid #000000;
	text-align: left;
	padding-left: 20px;
	padding-top: 30px;
	padding-right: 20px;
}
.topNav {
	padding-top: 25px;
}
.email {
	text-align: right;
}
.content {
	padding-left: 35px;
	padding-top: 25px;
	padding-bottom: 20px;	
	text-align: left;
}
.hpwords {
	width: 450px;
	font-weight: normal;
	font-size: 9pt;
}
.hpwords2 {
	width: 450px;
	font-weight: normal;
	font-size: 9pt;
	padding-left: 260px;
}
.footer {
	border-top: 5px solid #000000;
	height: 60px;
}
.nav_selected {
	color: #febf0f;
	font-weight: bold;
}
.nav {
	float: left;
	text-align:left;
	font-size: 8pt;
}
.words {
	text-align: left;
	margin-left: 175px;
	margin-right: 220px;
}
.pageHeader {
	margin-top: 0px;
	color: #000000;
}
