body {

}


table {
	font-size: 12px;
	border-left: 1px solid #000000;
	border-top: 1px solid #000000;
}

table#table_header { border: 0px; }
table#table_header td { border: 0px; text-align: left; }
table#table_disclaimer td { text-align: left; }
td#td_disclaimer { 
	background-color: #000;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
table#table_submit { border: 0px; }
table#table_submit input { font-size: 15px; }
table#table_submit td { border: 0px; }
input {
	font-size: 9px;
	font-weight: bold;
}

td.total { background-color: #f5f5f5; }
td.total_dk { background-color: #ddd; }

select {
	font-size: 10px;
}

.center {
	text-align: center;
}

td { 
	border-right: 1px solid #000000; 
	border-bottom: 1px solid #000000;
	text-align: center;
	height: 40px;
}

td.nytd { height: 30px; }

td.td_header {
	border-bottom: 2px solid #000000;
	text-align: center;
	margin-bottom: 2px;
}

td.td_border-btm {
	border-bottom: 1px solid #555555; 
}
td.td_border-sides {
	border-bottom: 1px solid #555555; 
	border-right: 1px solid #555555; 	
	border-left: 1px solid #555555; 

	}
	
	

tr.total {
	background-color: #c0c0c0;
}
