/* *********
RESET CSS
********* */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, label,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 0;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
:focus {
    outline: 0;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
p {
    /*line-height: 1em;*/
}
/* FINE DEL RESET */


#intestazione_stampa{
    display:none;
}
#bottom_stampa{
    display:none;
}

html,body{
    margin:0;
    padding:0;
    line-height:1.6em;
    font-family:Arial,Century Gothic,Georgia,Trebuchet MS;
    font-size: 12px;
    background-color:#aa0101;
}
body {
    text-align: center;
}
body img {
    border:0px;	
}

div#vitt{
    display: none;
    /*visibility: hidden;*/
}
div#bianca1px{
	border-top: solid 1px #fff;
}
div#rossa1px{
	border-top: solid 1px #aa0101;
}
div#bottom {    
    color:#fff;
    font-family:Arial,sans-serif,Helvetica;
    font-size:10px;
}
#bottom a:link, 
#bottom a:visited{
    text-decoration:underline;
    color: #fff;
}
#bottom a:hover, 
#bottom a:focus, 
#bottom a:active{
    color:#fff;
    text-decoration:none;
}

#box_lungo{
    float:left;
    width:772px;
}

div#clear_left {
    clear:left;
}
div#clear_right {
    clear:right;
}