@import url("huoastyle.css");

div.articlecontent {
	width: 100%;
	font-size: 80%;
}
div.articlecolumn {	width: 90%;
	left: 5%;
	position: absolute;
	text-align: justify;
}

ol.numeric li {
list-style-type: decimal;
}

#leftcolumn2 {
	width: 45%;
	left: 0;
	position: absolute;
	text-align: justify;
}
#rightcolumn2 {
	width: 45%;
	top: 0%;
	position: relative;
	float: right;
	text-align: justify;
}
#leftcolumn3 {
	width: 30%;
	left: 0;
	position: absolute;
	text-align: justify;
}
#rightcolumn3 {
	width: 30%;
	top: 0%;
	position: relative;
	float: right;
	text-align: justify;
}
#centercolumn3 {
	width: 30%;
	top: 0%;
	left: 35%;
	position: absolute;
}
#pagenav {
	width:100%;
}



#funddrivecolumn {	width: 90%;
	left: 5%;
	position: absolute;
	text-align: justify;
	font-style: italic;
}

table.listing {
	margin-bottom: 1em;	
}
table.listing td.title {
	font-size: 70%;
	font-weight: bold;
	margin-left: 1em;
	width: 15%;
	vertical-align: top;
}
table.listing td.description {
	font-size: 70%;
	width: 80%;
}

