table.form_standard {
	border-spacing: 0px;
}

table.form_standard thead tr th  {
	font-weight : bold;
	font-size : 10pt;
	background-color: #336699;
	color : #ffffff;
	padding: 4px;
}

table.form_standard tbody tr td {
	padding : 4px;
	background-color : #f6f6f6;
	font-size : 10pt;
	color : #336699;
}

.form_light {
	border-collapse: collapse;
	border: 1px solid #efefef;
}
.form_light thead {
	background-color: #999999;
	color: white;
	border: 1px solid #999999;
}
.form_light thead th {
	padding: 3px;
}
.form_light tbody td {
	padding: 3px;
	border: 1px solid #efefef;
}

.form_light tbody th { 
	background-color: #eeeeee;
}
