body, a {
    font-family: Verdana, Arial;
    font-size: 10px;
    margin: 0;
    padding: 0;
}
table td {
    font-size: 10px;
    color: #FFFFFF;
}
body {background-color: #000000;}
img {border: 0;}

#xintro {
    width: 100%;
    display: block;
    background: url('../_images/templates/2.jpg') top center no-repeat;
    background-color: #6E6E6E;
}

#scrollArea {
        height: 220px;
        width: 10px;
        background: url('../_images/scroll.gif') top left repeat-y;
        overflow: hidden;
}

#scroller {
        position: relative;
        top : 0px;
        width : 10px;
        height: 5px;
        background: #AAA;
        border-top: 1px solid #666;
        border-bottom: 1px solid #666;
}

#xintro #xtable #container {
    height: 217px;
    width: 455px;
    overflow: hidden;
}
#xintro #xtable #container #content {
    position: relative;
    width: 445px;
    left: 5px;
    font-size: 10px;
    color: #FFFFFF;
}

#xtext {
    background: url('../_images/templates/2.gif') top center no-repeat;
}

#xintro #xtable #xmenu {
    text-align: right;
}

#xintro #xtable #xmenu a {
    padding-bottom: 3px;
}

#xintro #xtabs {
    width: 453px;
    text-align: left;
    margin-top: 0px; /*174*/
    margin-left: 12px;
}

#xintro #xtabs #selected, #xintro #xtabs #noselected {
    padding-top: 2px;
    padding-bottom: 2px;
    float: left;
    width: 85px;
    height: 14px;
    text-align: center;
    background: url('../_images/btab.gif') top center no-repeat;
}
#xintro #xtabs #selected a, #xintro #xtabs #noselected a {
    display: block;
    width: 100%;
    color: #000000;
    text-decoration: none;
}
#xintro #xtabs #selected {
    background: url('../_images/tab.gif') top center no-repeat;
    font-weight: bold;
}
a {
    color: #FFFFFF;
    text-decoration: underline;
}
a:hover {color: #000000;}

#loading {
    text-align: center;
    display: block;
    margin-top: 80px;
}
#loading img {
    width: 97px;
    height: 39px;
}

#imgblock {
    text-align: center;
    visibility: hidden;
    width: 640px;
    height: 480px;
    position: absolute;
    left: 20%;
    top: 11%;
    /*border: 1px solid gray;*/
}
#xintro #xtabs #selected a {color: #FFFFFF;}