#background {
    position: relative;
    top: 0px;
    left: 0px;

   
    background-color: white;
    border: 0px solid #CCCCCC;

    overflow-y: hidden;
    overflow-x: hidden;
    text-align: left;

    height: 580px;
    width: 990px;
}

#body {
    position: absolute;
    top: 20px;
    left: 360px;

    border: none;
    height: 415px;
    width: 592px;
    
  
}

#content {
    position: relative;
    height: 415px;
    
    overflow: auto;
    overflow-x: hidden;
    letter-spacing: 1px;
}

#headline {
    position: relative;
    padding-top: 10px;
}




a                { color: #000000; text-decoration: underline; }
a:active         { color: #000000; text-decoration: underline; }
a:link           { color: #000000; text-decoration: underline; }
a:hover          { color: #cccccc; text-decoration: underline; }
a:visited        { color: #000000; text-decoration: underline; }
a:visited:hover  { color: #cccccc; text-decoration: underline; }

a.menu                    { color: #ffffff; text-decoration: none; }
a.menu:active             { color: #ffffff; text-decoration: none; }
a.menu:link               { color: #ffffff; text-decoration: none; }
a.menu:hover              { color: #ffffff; text-decoration: underline; }
a.menu:visited            { color: #ffffff; text-decoration: none; }
a.menu:visited:hover      { color: #ffffff; text-decoration: underline; }

body {
    background-color: white;
    color: #000000;
    font: 12px tahoma;
    text-align: left;
    letter-spacing: 0px;

    margin: 8px;
    vertical-align: center;
}

div.outer {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 990px;
    height: 580px;
    margin-left: -495px; /* half of width */
    margin-top: -290px;  /* half of height */
}
  
div.inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 990px;
    height: 580px;
    margin-left: -495px;  /* half of width */
    margin-top: -290px;   /* half of height */
}

div.menu-body {
    background-color: #3a4a64;
    font: 9px tahoma;
    color: #ffffff;
    text-align:center;
    padding-top:5px;
    padding-bottom:5px;
}

img {
    border: none;
}

table.headline {
    width: 100%;
    text-align: center;
}

table.menu {
    width: 100%;
}

td.menu {
    padding-bottom: 4px;
    padding-top: 4px;
}

input {
    border: 1px solid #CCCCCC;
    font: 11px tahoma;
    margin-top: 2px;
    letter-spacing: 1px;
}

option {
    font: 11px tahoma;
    letter-spacing: 1px;
}

select {
    border: 1px solid #293134;
    font: 11px tahoma;
    letter-spacing: 1px;
}

textarea {
    border: 1px solid #CCCCCC;
    font: 11px tahoma;
    margin-top: 2px;
    letter-spacing: 1px;
}

