@import url(reset.css);
@import url(grid.css);
@import url(type.css);
@import url(widgets.css);

.fees {
    float:right;
    margin:20px;
}
.fees th{
	font-weight:bold;
	color:#444;
	font-size:10pt;
    text-align:center;
    width:100px;
}
.fees td{
	font-weight:bold;
	color:#444;
	text-align:center;
    width:100px;
}
