body, td, p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
	text-decoration: none;
}

td:link { color: #003366 text-decoration: underline;}
a { color: #003366 text-decoration: underline;}
a:color { color: #003366 text-decoration: underline;}
a:link { color: #003366 text-decoration: underline;}
a:visited { color: #003366 text-decoration: underline;}
a:hover { color: #003366 text-decoration: underline;}

.main {font-family: Arial, Helvetica, sans-serif; color: #003366; font-size: 10pt; font-weight: normal; text-decoration: none;}
.main A {color: #003366; text-decoration: underline;}
.main A:LINK {color: #003366; text-decoration: underline;}
.main A:VISITED {color: #003366; text-decoration: underline;}
.main A:HOVER {color: #003366; text-decoration: underline; background-color: #99CCff}

.nav {font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 9pt; font-weight: normal; text-decoration: none;}
.nav A {color: #ffffff; text-decoration: none;}
.nav A:LINK {color: #ffffff; text-decoration: none;}
.nav A:VISITED {color: #ffffff; text-decoration: none;}
.nav A:HOVER {color: #ffffff; text-decoration: underline; background-color: none}

.topnav {font-family: Arial, Helvetica, sans-serif; color: #003366; font-size: 9pt; font-weight: normal; text-decoration: none;}
.topnav A {color: #003366; text-decoration: none;}
.topnav A:LINK {color: #003366; text-decoration: none;}
.topnav A:VISITED {color: #003366; text-decoration: none;}
.topnav A:HOVER {color: #003366; text-decoration: underline;}

.bull {font-family: Arial, Helvetica, sans-serif; color: #ffffff; font-size: 10pt; font-weight: normal; text-decoration: none;}
.topbull {font-family: Arial, Helvetica, sans-serif; color: #003366; font-size: 10pt; font-weight: normal; text-decoration: none;}

.copy {font-family: Arial, Helvetica, sans-serif; color: #003366; font-size: 8pt; font-weight: normal; text-decoration: none;}
.copy A {color: #003366; text-decoration: underline;}
.copy A:LINK {color: #003366; text-decoration: underline;}
.copy A:VISITED {color: #003366; text-decoration: underline;}
.copy A:HOVER {color: #003366; text-decoration: underline; background-color: #99CCff}


.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
.main h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:0;
}
.main h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
	margin-bottom:0;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
ul {
	padding-left: 20px;
}
.small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #003366;
	text-decoration: none;
}
.chart {
	border-collapse: separate
	border-spacing:1px;
}
.chart th, .chart td{
	padding:5px;
	border:1px solid #003366;
	vertical-align:top;
	
}
.chart th {
	font-size: 9pt;
	text-align: left;
	background-color: #e7e7e7;
}
.chart tr:hover {
	background-color: #f7f7f7;
}
.chart_term {
	background-color: #f7f7f7;
}
.sidebar {
	background: #ececec;
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 8px;
	width: 250px;
}