﻿body
{
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #edf1f8;
    font: 12px/17px Arial, Helvetica, sans-serif;
}
a, a:visited, a:active, a:link
{
    color: #0026FF;
}
.PopUpBody
{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
    background-image: url(/i/background-trans.png);
}
.PopUpWin
{
    width: 600px;
    margin: 150px auto;
    background-color: #fff;
    border: 1px solid #000;
    padding: 20px 40px 40px 40px;
    text-align: left;
}
#content
{
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
#head
{
    background-color: #282c36;
    height: 50px;
    margin-bottom: 15px;
}
#head2
{
    padding-top: 10px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
    font: 24px Arial, Helvetica, sans-serif;
    color: #fff;
}
#head2 a
{
    color: #fff;
}
a.m1
{
    border-bottom: #0026FF 1px dashed;
    text-decoration: none;
    padding-bottom: 0;
    color: #0026FF;
}

a.m1:hover
{
    background-color: white;
}
.t1
{
    width: 660px;
    background-color: White;
}
h1
{
    margin: 10px 0 10px 0; /* padding-bottom: 10px;    font-size: 22px;*/
    text-align: left;
    font-size: 30px;
    font-family: 'Arial Black';
    font-weight: bold;
    letter-spacing: -2px;
    line-height: 30px;
}
.small
{
    font-size: 10px;
    letter-spacing: 0;
    font-family: Tahoma;
}
.rpt
{
    padding: 20px;
    background-color: #ffffff;
}

.quoteBody
{
    padding: 12px;
    background-color: #ffffff; 
}
.quoteBody P
{
    padding: 0;
    margin: 0; 
    font: italic 12px/16px Georgia, serif;
    letter-spacing: 1px;
    color: #0066cb;     
}
.quoteEnd
{
    text-align: right;
    font: italic 12px/16px Georgia, serif;
    color: #0066cb;
    letter-spacing: 0;
}
