body{
	font-size:10pt;
	line-height:1.3em;
}
table.FormTable{
	margin:2em auto;
	border-collapse:collapse;
}
table.FormTable td{
	font-size:12px;
}
thead td{
	background-color:#ffffff;
}
thead th{
	font-size:10px;
	line-height:1.1em;
	padding:2px 0px;
	font-weight:normal;
	background-color:#eeeeee;
	border:1px solid #999999;
	width:64px;
}
table.FormTable tbody td,
table.FormTable tbody th{
	border:1px solid #999999;
	line-height:1.3em;
	padding:5px 3px;
}
label{
	display:block;
}
th {
	color:#606060;
}
td {
	text-align:left;
}
.Odd_1 td,
.Odd_1 th{
	background-color:#f5f5f5;
}
.Odd_0 td,
.Odd_0 th{
	background-color:#e4e4e4;
}

