/* CSS Document */

.noprint { display: none; }

/* basic elements */

body { 
	font: 12pt times; 
	color: #000;  
	width : 16cm;
	margin-left : 1.5cm;
	}
p { 
	font: 12pt times; 
	margin-top: 0px; 
	text-align: justify;
	line-height:13pt;
	}
	
	#contact p { 
	font: 9pt arial; 	text-align: right;
	line-height :12pt;
	width : 14cm;
	}
	
	#contact h1 { 
	font: bold 10pt georgia; 
	margin-bottom: 18pt; 
	text-align: right;
	line-height:normal;
	}
	0
h1 { 
	font: normal bold 18pt times;  
	margin-bottom: 15px; 
	color: #000;
	}
h3 { 
	font: italic bold 14pt times;  
	margin-bottom: 5px; 
	color: #000;
	}
	
a { 
	font-weight: normal; 
	text-decoration: none; 
	color: #000;
	}
	
	table {
  border-collapse: collapse;
font-size : 10pt;
font-weight : normal;
width : 8cm;
}
th {
  text-align: center;
  padding-right: 1em;
  border-bottom: 3px solid #ccc;
}
	
.imgright {
float: right;
margin: 0pt 10pt 10pt 10pt;
border: 1px solid #666;
width : 5cm;
height : 3cm;
margin-bottom : 1cm;
}

.imgleft {
float: left;
margin: 10pt 10pt 10pt 10pt;
border: 1px solid #666;
width : 5cm;
height : 3cm;
margin-bottom : 1cm;
}

    #logo {
    margin-left : 0cm;
    }
    