.help_box {
    visibility: hidden;
    position: absolute;
    border: 2px solid black;
    background-color: #00223c;
    color: #CCCCCC;
    font-size: smaller;
    top: 20%;
    left: 35%;
    padding: 10px;
}

.header, .header_pic {
    text-align: center;
    color: #CCCCCC;
    width: 444px;
}

.header_pic {
    width: 850px;
}

.page_name {
    margin-bottom: 0px;
    margin-top: 5px;
    text-align: left;
}

.page_subname {
    margin-bottom: 0px;
    text-align: left;
    font-weight: bold;
}

.border_table, .border_table_pic {
    margin-top:10px;
    border: 1px solid #555555;
    border-collapse: collapse;
    width: 444px;
    background-color: black;
}

.border_table_pic {
    width: 850px;
}

.header_row, .header_row_right {
    background-color: #00223c;
    text-align: left;
    color: #CCCCCC;
    padding: 3px 5px;
    font-size: small;
    font-weight: bold;
}

.header_row_right {
    text-align: right;
}

.images_table {
    background-color: black;
    text-align: center;
}

.preview_pic {
    width: 220px;
    padding: 10px 0px;
    text-align: center;
}

.image_pic {
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

.copyright {
    font-size: x-small;
    color: #CCCCCC;
    text-align: left;
}

.help {
    font-size: large;
}



body {
    background-color: black;
    color: #CCCCCC;
    font-family: sans-serif;
    font-size: 12px;
}

tr {
    text-align: left;
}

img {
    padding: 2px;
    border: 1px solid #aaaaaa;
}

.images_table img {
    padding: 1px;
}

a, a.fullink {
    text-decoration: none; 
}

a.fullink {
    font-weight: bold;
}

a:link, a:visited, a:active, a:hover { 
    color: #CCCCCC;
}

a:hover {
    text-decoration: underline; 
}

a.fullink:link, a.fullink:visited, a.fullink:active, a.fullink:hover { 
    color: #000000;
}

a.fullink:hover {
    text-decoration: underline; 
}

.descr_box, .descr_backg {
    visibility: hidden;
    position: absolute;
    left: 20px;
    top: 10px;
    width: 400px;
    color: #CCCCCC;
    padding: 5px;
    border: 2px solid black;
    background-color: transparent;
    font-size: x-large;
    font-weight: bold;
}

.descr_info {
    visibility: hidden; 
    position: absolute;
}

.descr_text {
    visibility: hidden; 
    position: absolute;
}

.descr_backg {
    background-color: #003366;
    opacity: 0.75;
    filter:alpha(opacity='75');
}

.present_body {
    background-color: black;
    margin: 0px;
}

.present_img {
    text-align: center;
}

.present_html {
    scrollbar-base-color: black;
    scrollbar-face-color: black;
    scrollbar-track-color: black;
    scrollbar-3dlight-color: black;
    scrollbar-highlight-color: black;
    scrollbar-arrow-color: black;
    scrollbar-darkshadow-color: black;
    scrollbar-shadow-color: black;
}


