/* --------------------------------------------------------------

   print.css
   * Gives you some sensible styles for printing pages.
   * See Readme file in this directory for further instructions.

   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }

-------------------------------------------------------------- */

body {
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 12pt;
}

img {
border:none;
padding: 0;
margin: 0;
}


.table {
text-align:right;
padding:0 20px;
color:#000;
}

p.tabella {
text-transform:uppercase;
text-align: left;
color:#000;
line-height: 20px;
}


/* Layout
-------------------------------------------------------------- */

.container {
  background: none;
}

.container_xxl {
  background: none;
}

hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

#menu {
display:none;
}

#form {
display:none;
}


/* Text
-------------------------------------------------------------- */

h1 { font-family: "Trajan Pro", Arial, "Lucida Grande", sans-serif; font-size:22px; padding: 40px 0 0 0;}

h2 { font-family: "Trajan Pro", Arial, "Lucida Grande", sans-serif; font-size:16px;}

p.footer img{
	display:none;
}

/* Links
-------------------------------------------------------------- */

a:link, a:visited {
  background: transparent;
  font-weight:700;
  text-decoration: underline;
}
