@charset "utf-8";
/* CSS Document */

@media all {
	.ww_table, .ww_table td {
		border-color: #CCCCCC;
		border-width: 1px;
		border-style: solid;
	}
	.ww_table {
		width: 100%;
	}
	.ww_table td {
		text-align: center;
		vertical-align: middle;
	}
	.ww_tableheader {
		background-color: #eeeeee;
	}
	.ww_firstcol {
		text-align: left ! important;
	}
}
