.main {
	font-family: arial;
	font-size: 10pt;
}

.scroller{
	overflow : auto;
	height: 310px;	
}

.headers {
	text-align: left;
	font-weight: bold;
}

.headers2 {
	text-align: right;
	font-weight: bold;
}

.prod_content {
	text-align: center;
}

.fund_content {
	text-align: right;
}
.fund_lines {
	border-bottom-width: 0px; 
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 1px;
	border-style: solid;
	border-color: black;
}

a {
	text-decoration: none;
	color: #1F6AAD;
	font-weight: bold;
}

a:hover{
	text-decoration: underline;
}

a.footer {
	text-decoration: underline;
	color: black;
}

a.footer:hover {
	color: red;
}