body, h1 , h2 , h3 , h4 , h5 , h6 {
font-size:100%;
}
p {
font-size:75%;
font-family: Verdana, sans-serif;
text-align: justify;
}


.addinfo {
display:none;
}

.info, .menu, .noprint, .linkhome, .linkhome1, .printer, object, embed {
display:none;
}

.leftcol {
float:left;
width:45%;
}

.rightcol {
float:right;
width:45%;
}

a img {
border:0;
}


 /* *** Float containers fix:*/
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }                    
 
.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  

