/* 
    Document   : base
    Created on : 12-ott-2012, 10.26.21
    Author     : Tony
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    font-family: Arial;
    font-size: 9pt;
    background: url('../images/body_bg.jpg') repeat scroll 0% 0% transparent;
}

.hand{
    cursor:pointer;
}
legend {
    font-size:11pt;
    font-weight: bold;
    border-bottom: 1px blue solid;
}
.title {
    text-align: center;
    font-size:12pt;
    font-weight: bold;
    color: #4E6CA3
}
#footer {
    background-color: #333;
    height: 90px;
}