@charset "utf-8";
/* CSS Document */
#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width:800px;
	margin-right:auto;
	margin-left:auto;
}
#lefcst {
	width:250px;
	float:left;
}

#mifcst {
	clear:right;
	height:103px;
	float: right;
	right: 240px;
	top: 10px;
	position: relative;
}
#rifcst {
	float:right;
	width:265px;
	clear: right;
	position: relative;
	bottom: 100px;
}
.tablenotes {
	border-style:dotted;
	border-width:1px;
	border-color:#003366;  

}
#ftter
{
	clear:both;
	width:800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	
}

