body {
        background: url(back.jpg) fixed;
        scrollbar-face-color: #6699FF;
        scrollbar-arrow-color: #66BBFF;
        scrollbar-base-color: #0000FF;
        scrollbar-darkshadow-color: #000000;
        scrollbar-highlight-color: #eeeeee;
        scrollbar-shadow-color: #111111;
        scrollbar-track-color: #0099FF;
}

h1,h2,h3,h4,h5,h6 {
        font-family: "Times New Roman", Times, serif;
        line-height: normal;
        font-weight: bold;
        color: #6699FF;
}

h1 {
        font-size: 34px;
        text-align: center;
}

h2 {
        font-size: 18px;
        text-align: center;
}

h3 {
        font-size: 16px;
        text-align: center;
}

h4 {
        font-size: 14px;
        text-align: center;
}

h5 {
        font-size: 16px;
        text-align: left;
}

h6 {
        font-size: 14px;
        text-align: left;
}

img {
        border: 3px ridge #0099FF;
        text-decoration: none;
        background-position: center;
        text-align: center;
        vertical-align: middle;
        margin: 5px;
}

img.logo {
        border: none;
        text-decoration: none;
        background-position: center;
        text-align: center;
        vertical-align: middle;
        margin: 5px;
}

table {
        margin-left: 10px;
        margin-right: 0px;
        margin-top: 10px;
        margin-bottom: 0px;
}

td {
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: #0000FF;
}

li {
        margin-left: 25px;
}

li:first-line {
        margin-left: 0px;
}

a {
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: #0033FF;
        text-decoration: none;
        border-bottom:1px solid #AAAAAA;
        cursor: pointer;
}

a:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: #0066FF;
        text-decoration: none;
        border-bottom:1px solid #AAAAAA;
        cursor: pointer;
}

a.flag {
        font-family: "Times New Roman", Times, serif;
        font-size: 14px;
        font-style: normal;
        line-height: normal;
        font-weight: normal;
        color: #0033FF;
        text-decoration: none;
        border-bottom:none;
        cursor: pointer;
}

a.nav1 {
        font-family: "Times New Roman", Times, serif;
        width:150px;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
        border-bottom:1px solid #AAAAAA;
        border-left:1px solid #AAAAAA;
        cursor: pointer;
        display: block;
}

a.nav1:hover {
 font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #555;
        text-decoration: none;
        cursor: pointer;
        display: block;
}

a.nav2 {
 font-family: "Times New Roman", Times, serif;
        width:150px;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #6699FF;
        text-decoration: none;
        border-bottom:1px solid #6699FF;
        border-left:1px solid #AAAAAA;
        cursor: pointer;
        display: block;
}

a.nav2:hover {
 font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #555;
        text-decoration: none;
        cursor: pointer;
        display: block;
}

a.info {
        position:relative; /*this is the key*/
        z-index:24;
        color:#0033FF;
        text-decoration: underline;
}
a.info:hover {
        z-index:25;
        text-decoration: none;
}
a.info span {
        display: none;
        text-decoration: none;
}
a.info:hover span { /*the span will display just on :hover state*/
        display: block;
        position: absolute;
        top:0px;
        left:10px;
        width:250px;
        padding: 2px;
        border:1px solid #0000FF;
        background-color:#FFABD8;
        color:#0000FF;
        text-align: left;
        text-decoration: none;
}

a.cm {
 font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
        border-bottom:none;
        cursor: pointer;
        display: block;
}

a.om {
 font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #6699FF;
        text-decoration: none;
        border-bottom:none;
        cursor: pointer;
        display: block;
}

.ct {
 font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #999999;
        text-decoration: none;
}

.ot {
 font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        line-height: normal;
        font-weight: bold;
        color: #6699FF;
        text-decoration: none;
}

.button {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        width: 150px;
        height: 25px;
        background-color: #3366FF;
        cursor: pointer;
}

.button:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #EEEEEE;
        text-decoration: none;
        width: 150px;
        height: 25px;
        background-color: #6699FF;
        cursor: pointer;
}

.button_xl {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        width: 600px;
        height: 25px;
        background-color: #3366FF;
        cursor: pointer;
}

.button_xl:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #EEEEEE;
        text-decoration: none;
        width: 600px;
        height: 25px;
        background-color: #6699FF;
        cursor: pointer;
}

.button_big {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        width: 300px;
        height: 25px;
        background-color: #3366FF;
        cursor: pointer;
}

.button_big:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #EEEEEE;
        text-decoration: none;
        width: 300px;
        height: 25px;
        background-color: #6699FF;
        cursor: pointer;
}

.button_small {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        width: 75px;
        height: 25px;
        background-color: #3366FF;
        cursor: pointer;
}

.button_small:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 13px;
        font-style: normal;
        text-align: center;
        line-height: normal;
        font-weight: bold;
        color: #EEEEEE;
        text-decoration: none;
        width: 75px;
        height: 25px;
        background-color: #6699FF;
        cursor: pointer;
}

textarea {
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        text-align: left;
        line-height: normal;
        font-weight: bold;
        color: #dddddd;
        text-decoration: none;
        width: 600px;
        height: 150px;
        background-color: #3366FF;
        cursor: pointer;
        scrollbar-face-color: #3366FF;
        scrollbar-arrow-color: #6699FF;
        scrollbar-base-color: #00FF00;
        scrollbar-darkshadow-color: #000000;
        scrollbar-highlight-color: #eeeeee;
        scrollbar-shadow-color: #111111;
        scrollbar-track-color: #cccccc;
}

textarea:hover {
        font-family: "Times New Roman", Times, serif;
        font-size: 16px;
        font-style: normal;
        text-align: left;
        line-height: normal;
        font-weight: bold;
        color: #EEEEEE;
        text-decoration: none;
        width: 600px;
        height: 150px;
        background-color: #6699FF;
        cursor: pointer;
        scrollbar-face-color: #3366FF;
        scrollbar-arrow-color: #6699FF;
        scrollbar-base-color: #00FF00;
        scrollbar-darkshadow-color: #000000;
        scrollbar-highlight-color: #eeeeee;
        scrollbar-shadow-color: #111111;
        scrollbar-track-color: #cccccc;
}