<!--
body{
	margin: 5;
	padding: 0;
	border: 0;
	border-spacing: 0;
	overflow: auto;
	height: 100%; 
	max-height: 100%; 
	font-family: Arial;
	font-size: 13px;
	color: #000066;
	background-image: url('./gen/jpg/logo.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;	
}
h1{
  font-size: 36px;  
}
h2{
  font-size: 24px;  
}
h3{
  font-size: 18px;  
}
h4{
	font-size: 16px;
}
h5{
	font-size: 14px;
}
p {
	font: 14px arial;
	text-align: justify;
	
}

TABLE{
	vertical-align: top;
	border-collapse: collapse;
	border: 0px solid black;
	padding: 10px;	
	text-align:center;
	font-size:10pt
}

TABLE.link{
	text-align: left;
}

TABLE.list{
	width: 100%;
	border-collapse: separate;
	border-spacing: 20px;
	text-align:justify;
}

td.off {
background: #ffffee;
}

td.on {
background: #eeffff;
}

a.off {
text-decoration: none;
}

-->
