/*------------------------------------------------------------------------*/
/* general
/*------------------------------------------------------------------------*/

body{
	margin:0;
	padding:0;
	color:black;
	background:white;
	width:16cm;
	font-size:9pt;
	height:auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}


#content, #mainForm{
	padding:0;
	margin:0;
}

p{
	margin:5px 0;
	padding:0;
}


h1{
	page-break-before: always;
	font-size:12pt;
	text-transform:uppercase;
	font-weight:bold;
}


#mainForm, fieldset, label, input, select, span{
	color:black;
	background:white;
	font-weight:normal;
}


fieldset{
	border:1px solid black;
	margin-bottom:20px;
	padding:10px;
}


legend{
	color:#000;
	font-weight:bold;
	border:1px solid black;
	text-transform:uppercase;
	margin-bottom:10px;
	padding:5px;
}

label{

}

input, select{
	padding:0;
	border: none;
}


table, th, td{
	border:1px solid black;
	text-align:center;
}

th,td{	
	padding:5px;
}

a.tt, a.tt span{ 
	display: none; 
}

