body {
        background-color : #F0F8FF;
        color : Black;
        margin : 0px;
        padding : 0px;
}

.head {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 8pt;
        font-weight : bold;
}
a {
        font-family: Verdana, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        color : #DC143C;
        text-decoration : none;
}
a:visited {
        color: #DC143C;
}
a:hover {
        color: Red;
        text-decoration : underline;
}
a:active {
        color: Red;
        text-decoration : underline;
}

p {
        color: Black;
        font: normal 10pt Verdana, Helvetica, sans-serif;
}

td {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size: 9pt;
        color: Black;
}
h1 {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 20pt;
        font-style : italic;
        font-weight : bolder;
        margin : 0;
        color : #DD0000;
}
h1.sw {
        font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
        font-size : 20pt;
        font-style : italic;
        font-weight : bolder;
        margin : 0;
        color : black;
        z-index: -100;
}

/*FONTS*/
.tourbig {color:#CC0000; font: bold 12pt Arial;}

/*TABLES*/
.ttable {border: solid 1px #71FFA1;}
.thead {
        background: #71FFA1;
        font: normal 11pt Arial;
        color : #FF0000;
}
.tcells1 {
        background: #BCF6FC;
        font: normal 10pt Arial;
        color : #000000;
}
.tcells2 {
        background: #FFFFFF;
        font: normal 10pt Arial;
        color : #000000;
}

.table_color1 {background-color:#71FFA1;}
.table_color2 {background-color:#AFF8FC;}
.table_color3 {background-color:#FDFCB6;}
.table_color4 {background-color:#55FBFF;}

a.main {
        font-family: Verdana, Helvetica, sans-serif;
        font-size : 10pt;
        font-weight : bold;
        color : #FFFFFF;
        text-decoration : none;
}
a.main:visited {
        color: #FFFFFF;
}
a.main:hover {
        color: #FC1037;
}
a.main:active {
        color: #FC1037;
}


