﻿*
{
    color: #000000;
    font-family: Calibri, Arial, Helvetica, Tahoma;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-size: 14px;
}

h1, h2, h3, h4
{
    color: #4f5b9d;
    font-family: Arial;
    font-weight: normal;
    line-height: 115%;
    margin-top: 0px;
    margin-bottom: 0px;    
}

h1
{
    font-size: 36px;
}

h2
{
    font-size: 115%;
}

h3
{
    font-size: 105%;
}

h4
{
    font-size: 100%;
    font-style: italic;
}

p
{
    line-height: 125%;
    margin-top: 12px;
}

blockquote, li
{
    line-height: 175%;
    margin-left: 48px;
}

li
{
    margin-bottom: 4px;
}

ul li
{
    list-style-type: square;
}

a:hover
{
    color: #ff0000;
}

.ErrorMessage
{
    color: #ff0000;
    font-weight: bold;
}

q
{
    display: block;
    margin: 0px 0px 8px 0px;
    font-style: italic;
}

cite
{
    display: block;
    font-weight: bold;
    margin-bottom: 24px;
    text-align: right;
}

.SearchWatermark
{
    color: gray;
}

.Images img
{
    border: 1px solid #a4a4a6;
    margin-bottom: 8px;
}

.Links
{
    margin-top: 24px;
}

.Links li
{
    display: inline-block;
    list-style-type: none;
    margin-left: 0px;
    width: 225px;
}

.Links li a
{
    color: #4f5b9d;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}

