﻿body, td, a, input, textarea, select
{
    font-family: Arial;
    font-size: 10pt;
    color: #000000;
}

.Headline, .NavigationLinkLarge, .NavigationLinkLarge a
{
    font-size: 12pt;
    font-weight: bold;
    color: #12578c;
    text-decoration: none;
}

.SubHeadline, .NavigationLinkSmall, .NavigationLinkSmall a
{
    font-size: 10pt;
    font-weight: bold;
    color: #000000;
    text-decoration: none;
}

.Small
{
    font-size: 8pt;
}

.AlternatingRow
{
    background-color: #DDDDDD;
}

.WhiteText, .WhiteText a
{
    color: #ffffff;
}

.TableResetLeftPadding td
{
	padding-left: 0px;
}

.DoubleBorderHorizontal
{
    height: 7px;
    background-image: url(Images/Layout/BorderRepeatHorizontal.gif);
    background-repeat: repeat-x;
    filter: alpha(opacity=50); 
    opacity: 0.5; 
}

.DoubleBorderVertical
{
    width: 7px;
    background-image: url(Images/Layout/BorderRepeatVertical.gif);
    background-repeat: repeat-y;
    filter: alpha(opacity=50); 
    opacity: 0.5; 
}