﻿body
{
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    background-image: url(/images/header.gif);
    background-repeat: repeat-x;
    background-color: white;
    font-family: Tahoma;
    font-size: small;
}

div
{
}

h1
{
    font-size: xx-large;
}

h2
{
    color: #F4CE0B;
    font-size: small;
    font-weight: bold;
    margin: 0px;
    margin-bottom: 2px;
    margin-top: 2px;
}

a
{
    color: maroon;
    font-size: small;
    cursor: pointer;
    text-decoration: none;
}

a:hover
{
    color: maroon;
    font-size: small;
    cursor: pointer;
    text-decoration: underline;
}


hr
{
    color: maroon;
    height: 1px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 5px;
}


.div_header
{
    color: white;
    height: 100px;
    vertical-align: middle;
}

.div_site
{
    color: black;
}

.div_footer
{
}

.details_image
{
    border: solid 1px silver;
    margin-right: 10px;
}

.ad
{
    background-color: White;
    border: solid 1px navy;
    margin-left: 5px;
    padding: 5px;
    font-size: xx-small;
    margin-bottom:5px;
    background-color:#FEFEEF;
}

.ad a
{
    font-size:xx-small;
    color:Navy;
}