body,p,td {
	font-family: Arial,Helv,sans serif;
	font-size: 10pt;
}
hr {
	color: #003366;
}
h2 {
	color: #003366;
	font-family: Arial,Helv,sans serif;
	font-size:16pt;
	font-weight: bold;
}
h3 {
font-family: Arial,Helv,sans serif;
	font-weight: bold;
	font-size:11pt;
	font-variant: small-caps;
	color: #003366;
	margin-bottom:0px;
}
.funds{
	background-color: #F7F7FF;
}
.fundsDark{
	background-color: #EAEAFF;
}
select {
font-family: Arial,Helv,sans serif;
	font-size:11pt;
	font-weight: bold;
	color: #003366;
}

/************************************new for javascrip*/
.lowText, a.lowText:link, a.lowText:visited, a.lowText:active, a.lowText:focus {
 color: #000000;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.highText, a.highText:link, a.highText:visited, a.highText:active, a.highText:focus {
 color: #FFFFFF;
 font: 12px Arial, sans-serif;
 text-align: left;
 text-decoration: none;
}

.itemBorder { border: 1px solid #FFCC66 }
