.mainTitle {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: underline;
}
.mainTitleHome {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #003366;
	text-decoration: none;
}
.markets {
	color: #FFFFFF;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.mainSubTitle {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
}
.mainP {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
body {
    font-family: verdana, arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
}
.loginP {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
}
.mainFineP {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #999999;
}
.mainFootnoteP {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color:#000;
	font-style:italic;
}
.mainQuote {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #FFFFFF;
}
.GreenNavA {
}
.GreenNavNA {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #679451;
	text-decoration: underline;
}
.subnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000066;
	font-weight: bold;
}
.subsubnav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000066;
	font-weight: normal;
	text-decoration: none;
}
li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
}
a {
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	color: #333399;
}
a:hover {
	color: #000000;
}
a:hover.subnav {
	color: #336699;
}
a:hover.subsubnav {
	color: #336699;
}

#header {
	width: 100%;
	height: auto;
	float: left;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	background-color:#FFF;
}

#navigation {
	width: 192px;
	height: auto;
	float: left;
	position: absolute;
	top: 159px;
	left: 5px;
	padding: 0px;
}

#body {
	width: 658px;
	height: auto;
	float: left;
	position: absolute;
	top: 159px;
	left: 193px;
}