* {
	font-family: "Arial CE", "Helvetica CE", Arial, helvetica, sans-serif;
}

body {
	font-size: 12pt;
	text-align: justify;
}

a:link:after, a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 8pt;
   color: gray;
   font-weight: normal;
   text-decoration: none;
}

#header a:link:after, #header a:visited:after, #footer a:link:after, #footer a:visited:after{
   content: "";
}

table {
	text-align: center;
	margin-left: auto;
	margin-right: auto;	
	margin-bottom: 30pt;
	border-collapse: collapse;
}

td, th {
	padding: 3px;
}

table, td, th {
	border: 1px solid #black;
	font-size: 90%;
}


div.cleaner {
	float: none;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	margin:0;
	padding:0;
	overflow: hidden;
}

input:focus, textarea:focus{
background-color: lightyellow;
}
