/*
Beltrame Tomaso
www.beltrametomaso.com
*/


body, p, div, td, input, a, select, textarea, fieldset, legend {
   color: #111111;
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
}

body {
   background-color: #FFFFFF;
   margin-top: 0px;
   padding-top: 0px;
}

td {
   vertical-align: top;
}

fieldset {
   width: 100%;
   border: solid 1px #000000;
}

legend {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   font-weight: bold;
}

a {
   text-decoration: none;
}

a:hover {
   text-decoration: underline;
}

.titolo {
   font-family: Verdana, Arial, sans-serif;
   font-size: 18px;
   font-weight: bold;
   color: #000000;
   margin-bottom: 15px;
}

.parag {
   font-family: Verdana, Arial, sans-serif;
   font-size: 11px;
   color: #000000;
   text-align: justify;
   line-height: 1.4;
}

.bordo {
   border: solid 1px #000000;
}

.disclaimer {
   margin-top: 15px;
   font-size: 12px;
   line-height: 1.6;
   text-align: center;
}

.disclaimer a {
   font-size: 18px;
   color: #FF1900;
}

