
body{
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
h1 {
	font-size:12pt;
	font-weight:bold;
}

td , a {
	text-decoration:none;
	font-size:9pt;
	font-weight:normal;
}

a:hover {
	text-decoration:underline;
}

.tbl {
	border:1px #999999 solid;
}
.tbl_title {
	background-color:#666666;
	color:#FFFFFF;
	font-weight:bold;
	font-size:9pt;
}

.tbl_tr {
	border-bottom:1px solid #CCCCCC;
}

.form_input{
	font-size:9pt;
}