@charset "utf-8";

/* Local CSS Document */

div#main .column table{
	border-collapse:collapse;
}

div#main .column table th,
div#main .column table td{
	vertical-align:top;
	border-top:1px solid #bdbdbd;
	border-bottom:1px solid #bdbdbd;
}
div#main .column table th{ width:60px; text-align:left; padding-right:10px; }
