﻿body
{
    font-family: Trebuchet MS, Arial, Sans-Serif;
    font-size: 13px;
    color: #275e79;
}

.ItemCaption
{
    font-size: 10px;
    font-variant: small-caps;
    color: #666666;
}

.BigLink
{
    font-weight: bold;
    font-size: 18px;
}
select
{
    color: #275e79;
}
a:hover
{
    color: #000000;
    text-decoration: none;
}

a:visited
{
    color: #666666;
    text-decoration: none;
}

a:active
{
    color: #000000;
    text-decoration: none;
}

a:link
{
    color: #666666;
    text-decoration: none;
}

.Header
{
    font-size: 15px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
}

.HeaderSmall
{
    font-size: 12px;
    font-family: Arial, Sans-Serif;
    font-weight: bold;
}

.BigInfoText
{
    font-size: medium;
    font-weight: bold;
}
.BigInfoTextRed
{
    font-size: medium;
    font-weight: bold;
    color: Red;
}

.InfoText
{
    font-size: small;
    font-variant: small-caps;
}

.Exclusive
{
    font-style: italic;
    color: #ED1C2F;
    font-variant: small-caps;
}

.ImageBlock
{
    border: solid 1px #C0C0C0;
    padding: 2px;
}

div.ImageBlock:hover
{
    border: solid 1px #ade1f6;
    background-color: #2993bd;
}

div.ImageBlock
{
    border: solid 1px #C0C0C0;
    background-color: Transparent;
}

.ImageBlock2
{
    border: solid 1px #C0C0C0;
    padding: 2px;
}

.ItemCaption2
{
    font-size: 12px;
    font-variant: small-caps;
    color: #666666;
}

.FeatureHeader
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
}

hr
{
    color: #C0C0C0;
    background-color: #C0C0C0;
    height: 1px;
    border: 0;
}

.PDFCaption
{
    font-size: 10px;
    font-variant: small-caps;
    color: #666666;
    margin: 4px;
    border-left: solid 1px #C0C0C0;
    border-right: solid 1px #C0C0C0;
    position: relative;
    top: -10px;
    left: -10px;
}

div.MediumButton
{
    width: 115px;
    height: 31px;
    font-size: 14px;
    font-family: Arial, Sans-Serif;
    text-align: center;
    color: White;
    background-image: url('Images/button-medium-up.png');
    background-repeat: no-repeat;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
}

.blueSmall
{
    font-family: Arial, Helvetica;
    font-size: 12px;
    color: #0186B5;
}

input
{
    color: #275e79;
    margin-left: 0px;
}
