﻿html
{
    height: 100%;
}

body 
{   
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: 0px;
    text-align: center;
    background-color: rgb(0,51,153);
}

center
{
    height: 100%;
}

a:link, a:hover, a:visited 
{
    text-decoration: none;
    color: rgb(0,51,153);
}

a:hover
{
    text-decoration: none;
    color: rgb(153,0,127);
}

a img 
{
    border: 0 none;
}

.tablecontainer
{
    height: 100%;
    background-color: white;
    border-left: solid 2px silver;
    border-right: solid 2px silver;
}   

.menu 
{
    width: 510px;
    text-align: right;
    font: bold 15px sans-serif;
    color: black;
}

.menusep
{
    font: 16px sans-serif;
    color: rgb(153,0,127);
}

.footermenusep
{
    font: 11px sans-serif;
    color: rgb(153,0,127);
}

.content
{
    width: 500px;
    padding: 0px 20px 0px 20px;
    text-align: justify;
}

.spacer20
{
    width: 500px;
    height: 40px;
}

.spacer5
{
    width: 500px;
    height: 5px;
}

.spacer10
{
    width: 500px;
    height: 10px;
}

.footer
{
    width: 500px;
    font: 12px sans-serif; 
    color: black;
    text-align: right;
    vertical-align: top;
}

.header
{
    width: 510px;
    height: 60px; 
    background-image: url(images/logo.png); 
    background-repeat: no-repeat
}

.text
{
    text-align: justify;
    color: black;
    font: 14px sans-serif;
}

.infotext
{
    text-align: center;
    color: black;
    font: 14px sans-serif;
}

.footermenu
{
    width: 500px;
    text-align: center;
    font: 10px sans-serif;
}

