﻿body {
    margin: 0px;
}
* {
    font-family: Verdana;
    font-size: 10px;
    color: #263e28;
}
img {
    border: 0px;
}
a {
    text-decoration: none;
}
.rightSpace {
    margin-right: 20px;
}
legend {
    padding: 2px;
    font-size: 11px;
}
a:hover {
    text-decoration: underline;
}
ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
ul li {
    margin: 0;
    padding: .4em 0;
    background: #fff;
    list-style: none;
}
hr {
    height: 1px;
    border: 0px;
    border-top: 1px dotted #ccc;
}
h2 {
    margin: 2px;
    font-weight: normal;
}
table {
    width: 100%;
    border-collapse: collapse;
}
.r2 {
    background-color: #f8f8f8;
}
.storicoTable {
    border: 1px solid #fff;
}
.storicoTable td {
    text-align: right;
    padding: 2px;
    border-bottom: 1px dotted #ccc;
}
.storicoTable th {
    text-align: right;
    padding: 2px;
}
.stPagNav {
    margin-top: 10px;
}
.stPagNav td {
    border-bottom: 0px;
    width: 33%;
}
.storicoTable .centro {
    text-align: center;
}   

