﻿body
{
    font-family: Arial, Geneva;
}
a:link, a:hover, a:active, a:visited
{
}
.Headline
{
    font-family: Arial, Geneva;
    color: #d90132;
    font-size: 22px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.SubHeadline,.SubHeadlineBigger
{
    font-family: Arial, Geneva;
    color: #333333;
    font-weight: bold;
    font-size: 12px;
}
.SubHeadlineBigger
{
    font-size: 14px;
    text-transform: uppercase;
}
.Text, td, .Bold, input, select
{
    font-family: Arial, Geneva;
    color: #333333;
    font-weight: normal;
    font-size: 11px;
}
.Bold
{
    font-weight: bold;
}
.Green,.GreenBigger
{
    color: Green;
    text-align: right;
    font-size: 16px;
    font-weight: bold;
    border-bottom: solid 1px gray;
}
.GreenBigger
{
    text-transform: uppercase;
}
.TextBox
{
    font-family: Arial, Geneva;
    font-size: 11px;
    width: 60px;
    text-align: right;
}
.DropDownList
{
    font-family: Arial, Geneva;
    font-size: 11px;
}
.Hidden
{
    visibility: hidden;
}
td.Main
{
    /*background-image: url(../images/TdBackground.jpg);*/
    background-repeat: repeat-x;
    background-color: #ffffff;
    padding-left: 10px;
    width: 580px;
}
hr
{
    width: 95%;
}
@media print
{
    .NoPrint
    {
        display: none;
    }
}

