<style>
body {
 	font-family : Arial,sans-serif;
 	font-size : 10pt;
}

table {
 	font-family : Arial,sans-serif;
 	font-size : 10pt;
}

span.pagetitle {
 	font-size : 18px;
 	background-color : F2F2F2;
}

span.inputtitle {
 	font-size : 8pt;
}

input.input1 {
	width:80px;
	height:27px;
	cursor:hand;
 	font-weight : bold;
 	font-size : 13px;
 	color : black;
}

input.input2 {
	width:80px;
	height:27px;
	cursor:hand;
 	font-weight : bold;
 	font-size : 13px;
 	color : red;
}

input.input3 {
	width:80px;
	height:27px;
	cursor:hand;
 	font-weight : bold;
 	font-size : 13px;
 	color : green;
}

input.input4 {
	width:100px;
	height:27px;
	cursor:hand;
 	font-weight : bold;
 	font-size : 13px;
 	color : red;
}

hr.blackline  {
   	background-color : #000000;
   	color : #000000;
   	height : 1px;
   	border : 0px solid #000000;
}
</style>