/* CSS Document */

table {
	border-width:0 0 1px 0;
	border-color: #444;
}

td {
	border-width: 0 0 1px 0;
	border-color: #444;
	text-align: left;
	vertical-align:middle;
}

.tableHeader {
	border-width: 0 0 1px 0;
	border-color: #444;
	text-align:center;
	font-size: 14pt;
	font-weight:bold;
}

.colHeader {
	text-align: left;
/*
	width: 191;
*/
	vertical-align: bottom;
	font-weight:bold;
}

.divHeader {
	text-align: center;
	font-size: 12pt;
	font-weight: bold;
	height: 3em;
	vertical-align:bottom;
}