body, html {
	
	font-size: 12px;
	font-family: Verdana, sans-serif;
}
h1 {
	font-size: 1.9 em;
	color: #008000;
}
a {
	color: #008000;
}
/* Table */
th {
	text-align: left;
}
td, th {
}
/* style form */
form dt {
	width: 120px;
	padding-bottom: 5px;
	display: block;
	float: left;
	clear: left;
}
form dd {
	padding-bottom: 5px;
	display:block;
	float:left;
}


table.detailTbl {
	border-collapse:collapse;
	
}

table.detailTbl td {
	
	padding:5px 3px;
	border-bottom:1px solid #CCC;
	
}

table.detailTbl th {
	border-bottom:1px solid #333;
	
}

table.detailTbl td.noBrdr {
	
	border-bottom:0px;
}

