﻿body
{
    padding: 0;
    margin: 0;
    /* background-color: white;
    background-image: url(Images/BKG-3.gif);
    background-repeat: repeat-x;
    background-position: top left; */
    font-family: tahoma;
    font-size: 14px;
    color: #837669;
}
a:active, a:focus {
outline: 0
}


h1, h2, h3, h4,
h1 a, h2 a, h3 a, h4 a
{
    margin: 0;
    color: #183267;
    font-weight: normal;
    font-family: Tahoma;
}

h1,
h1 a
{
    font-size: 25px;
}

h2,
h2 a
{
    font-size: 17px;
    font-weight: bold;
}

h3,
h3 a
{
    font-size: 15px;
}

p, ul, ol
{
    margin-top: 0;
    font-family: tahoma;
    font-size: 13px;
    color: #000000;
}

ul, ol
{
}

blockquote
{
}

a
{
    color: #B03336;
}

a:hover
{
    text-decoration: none;
}

a img
{
    border: none;
}

img.left
{
    float: left;
    margin: 7px 30px 0 0;
}

img.right
{
    float: right;
    margin: 7px 0 0 30px;
}

hr
{
    border: 0px;
    border-bottom: 1px solid #DDDDDD;
}

.clear
{
    clear:both;
}
