body{
    color: #333;
    font: 10px San-serif,Verdana,Arial;
}

h1 {
    font-size: 16px;
    font-weight: bold;
    color: #ED0505;
}

h2 {
    font-size: 14px;
    color: #333;
}

h3 {
    color: #333;
}

a:link {
    color: #0A519F;
    font-weight: bold;
    text-decoration: none; 
}

a:visited {
    color: #0A519F;
    font-weight: bold;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    font-weight: bold;
    text-decoration: underline;
}

a img {
    border:0;
}

#mainBox{
    width: 770px;
    position: relative;
    padding:0px;
    display: inline;
    float:left;
}

#banner {
    height: 78px;
    text-align: center;
}

#topMenu {
    height: 24px;
    text-align: center;
}

#topMenu a:link, #topMenu a:visited {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

#topMenu a:hover {
    font-weight: bold;
    text-decoration: none;
}
#topMenu span {
    line-height: 24px;
    padding: 6px 5px 6px 5px;
    margin-right: 1px;
}

.underMenu {
    height: 15px;
    line-height: 15px;
    border-top: 2px solid #fff;
    display: block;
}

#contentBox {
}

#map {
    clear:both;
    width:100%;
    height:350px;
    margin-top:20px;
    border: 2px solid #9aacb6;
}

#spot {
    float:right;
    width: 220px;
    text-align: center;
    display: inline;
}

.otherlinks {
    width: 100%;
    background: #86a0b1;
    color: #fff;
    font-weight: bold;
}

#reglinks {
    clear: both;
    border-top: 1px solid #86a0b1;
    margin: 5px 5px 5px 5px;
    text-align: center;
}

.footer_button {
    background: transparent url('../../images_dir/footbutton.gif') repeat scroll 0%;
    border: 0px none;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 26px;
    text-align: center;
    width: 181px;
}

.copyright {
    color:#6A6464;
    font-weight:bold;
    text-align:center;
}

/* Allineamenti */
.align_right {
    text-align: right;
}

.align_left {
    text-align: left;
}

.align_center {
    text-align: center;
}

/* Background Colors */

.bg_violet {
    background: #5d4895;
}

.bg_blue {
    background: #486b93;
}

.bg_lightblue {
    background: #86a0b1;
}

.bg_winered {
    background: #ba3a39;
}

.bg_lightviolet {
    background: #944888;
}

.bg_green {
    background: #488f95;
}

.bg_lightgreen {
    background: #4a9449;
}

.bg_brown {
    background: #944848;
}

.bg_salmon {
    background: #cb5757;
}

.bg_pink {
    background: #db8689;
}

.bg_yellow {
    background: #fdf087;
}

/* Text colors */

.txt_white {
    color: #fff;
}

.txt_red {
    color: #d00f10;
}

.text_bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.asterisk {
    color: #ff0000;
    font-weight: bold;
    display:none;
}
