body {
    font-family: Geneva, Helvetica, Arial, sans-serif;
    color: black;
    background-color: white;
}
a img { border: none;}
a { color: #0044CC;text-decoration: none; }
a:hover{ color: #001188; text-decoration: underline;}
.outerTable{
    height: 100%;
    width: 100%;
}
table.headerTable{
    width: 100%;
    margin: 1.3em 0 .4em 0;
}
td.lineTitle {
    background: url(images/titleUnterstrich.jpg) repeat-x;
    height: 1px;
}
td.lineHeader{
    background: url(images/headerLine.jpg) repeat-x;
    height: 1px;
}

.mininav{
    text-align: right;
    vertical-align: bottom;
    font-size: 0.84em;
    padding-bottom: 3px;
}
.mininav a {
    font-family: Verdana;
    color: #606060;
    text-decoration: none;
}
.mininav a:hover{
    text-decoration: underline;
    color: #647D9D;
}



h1 {
    font-size: 1.8em;
    font-family: monospace;
    color: #667f9e;
    margin-top: 30px;
    margin-bottom: 20px;
    text-align: left;
}
h2 {
    font-size: 1.2em;
    line-height: 1.5em;
    color: #333;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: normal;
    text-align: left;
}
.hs {
    font-size: 1.3em;
    color: #606060;
    line-height: 1.6em;
}

.h4{
    font-size: 1em;
    color: #606060;
    font-weight: bold;
}


.buttonLink {
    background: transparent url(images/button.gif);
    width: 190px;
    height:	30px;
    font-size: 10px;
    line-height: 29px;
    font-weight: bold;
    text-align: center;
}

.buttonLink a {
    color: #4E5D6F;
    text-decoration: none;
}
.buttonLink a:hover {
    color: #FF0721;
    text-decoration: none;
}

.loginTable{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ebf1f4;
    width: 100%;
    border: none;
}
.loginTable td{
    padding: .3em;
}
.loginTable td.spacerTd{
    background-color: white;
    padding: .1em;
}


