﻿html, body
{
    
    padding:0px;
    margin:0px 0px 0px 0px;
    height: 100%;
    text-align:center;
    background-color:#9e9e9e;
}

html, body, input, a, a:visited, textarea
{
    font-size:11px;
    font-family:Verdana;
    color:#000;
    text-decoration:none;
}

a:hover, a:visited:hover
{
    text-decoration:underline;
}

div
{
    text-align:left;
}

td
{
    vertical-align:top;
    text-align:left;
    padding:2px;
}

h1
{
    font-size:14px;
    font-weight:bold;
    line-height:18px;
}

h2
{
    font-size:12px;
    font-weight:bold;
    line-height:18px;
}



div.std
{
    padding:2px;
}

div.extra
{
    padding:20px 15px 20px 15px;
}

div.extra p
{
    margin:0px;
    color:#016e82;
    line-height:16px;
}

div.extra h1
{
    color:#016e82;
    line-height:20px;
    font-size:18px;
    font-weight:bold;
    margin:0px;
}

div.extra h2
{
    color:#016e82;
    line-height:17px;
    font-size:14px;
    font-weight:bold;
    margin:0px;
}

.textbox, .button
{
    border:1px solid #666666;
    padding:2px;
}

.header
{
    padding-left:5px;
    padding-right:5px;
    background-color:#9e9e9e;
    font-weight:bold;
    color:#fff;
    height:20px;
}

a.menu-link, a.menu-link:visited
{
    font-size:13px;
    font-weight:bold;
    color:#016e82;
    line-height:20px;
}

div.repeat
{
    float:left;
    width:100%;
    padding-bottom:20px;
}

a.small-link, a.small-link:visited
{
    color:#016e82;
    font-weight:bold;
}

a.tiny-link, a.tiny-link:visited
{
    color:#016e82;
}

a.tt-link, a.tt-link:visited
{
    font-size:9px;
    color:#016e82;
}

.search-button
{
    background-image:url(gfx/search.gif);
    width:52px;
    height:22px;
    cursor:pointer;
    border:0px; 
    vertical-align:-2px;
}

.bottom
{
    padding-left:10px;
    padding-top:7px;
    float:left;
    height:30px;
    color:#016e82;
    font-size:10px;
}

.bottom-right
{
    padding-right:10px;
    padding-top:7px;
    height:30px;
    float:right;
}
