﻿body
{
    margin: 20px;
}
H1
{
    font-size: 18px;
    font-family: Tahoma, Arial;
}
P
{
    font-size: 12px;
    font-family: Arial, Tahoma;
}

.link
{
    font-weight: normal;
    font-size: 12px;
    text-transform: uppercase;
    color: #003366;
    font-family: Tahoma, Arial;
    text-decoration: none;
    margin: 5px;
}
A:hover
{
        text-decoration: none;
}

H2
{
    font-size: 15px;
    font-family: Tahoma, Arial; 
}
H3
{
    font-size: 12px;
    font-family: Verdana, Tahoma, Arial;
    margin: 0px;
    color: white;
}
H4
{
    font-size: 10px;
    font-family: Verdana, Tahoma, Arial; 
    margin: 0px;
    padding:5px;
}
.FormLabel
{
    font-size: 12px;
    color: black;
    font-family: Verdana, 'Trebuchet MS' , Arial;
}
.FormTextBox
{
    font-family: Verdana, 'Trebuchet MS' , Arial;
    background-color: #ebebeb;
}
.validateText
{
    font-size: 11px;
    color: red;
    font-family: Verdana, 'Trebuchet MS' , Arial;
}
#Page
{
    left:0px;
    top:0px;
    width:1024px;
    height:auto;
    border:solid 1px #0A3F89;
}
#header
{
    display:none
}
#headerDCF
{
    width:1024px;
    background:#dfffff;
    text-align:left;
}
#NavBar
{
    display:none
}
#LeftColumn
{
    display:none
}
#2LeftColumn
{
    display:none
}
#Content
{
    width:100%;
    margin:15px;
    background: #ffffff;
    height:auto;
    text-align:left;
    float:left;
}
#RightColumn
{
    display:none
}
#Footer
{
    width:1024px;
    clear:both;
    background:#ebebeb;
    height:20px;
}
.tacke
{
    font-size: 12px;
    color: black;
    font-family: Tahoma, 'Trebuchet MS' , Arial;
    padding-left:10px;
    list-style-type:square;
    margin:15px;
}
