body {
	margin:0px;
}
*{
	font-family:Arial, Helvetica, sans-serif; 
	font-size:10pt;
	color:#000000;
}
a {
	color:#000000;
}
a:hover {
	position: relative;
	left: 1px;
	top: 1px;
}


table.form{
	border-collapse: collapse;
	margin:0px auto;
}
table.form td,table.form th{
	border:#000000 1px solid;
	padding:2px;
}
table.form caption {
	font-size:16pt;
	font-weight:bold;
	color:#000000;
	background-color:#CCCCCC;	
	border: #000000 2px solid;	
}
table.form td.notice{
	font-style:italic;
	color:#993333;
}