body, p, td
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 11pt;
    background-color: #1c142c;
    color: #b5b2ba;
}

blockquote
{
    margin: 10px 0 5px 30px;
}


h1
{
    font-size: 12pt;
    font-weight: bold;
    margin: 10 0 10 0;
}

h2
{
    font-size: 11pt;
    font-weight: bold;
    margin: 0 0 0 0;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    margin: 0 0 0 0;
}

h4
{
    font-size: 9pt;
    font-weight: bold;
    margin: 0 0 0 0;
}

th
{
    font-size: 10pt;
    border-bottom: #73849c 2px solid;
}

a
{
    text-decoration: none;
    color: #B5B2BA;
}

a:hover
{
    text-decoration: none;
    color: Red;
}


.small
{
    font-size: 7pt;
}

.guestbook
{
    width: 450px;
}

.guestbook table
{
    border-color: #5a5661;
    border-style: solid;
    border-width: 2px;
    margin-top: 2px;
    padding: 2px;
}

.blog
{
    width: 500px;
}

.content
{
    width: 760px;
}


.header
{
    background: #73849c;
}

.footer
{
    font-size: 7pt;
    padding-top: 2px;
    border-top: #73849c 1px solid;
}

.footer a
{
    text-decoration: underline;
}

.teaser
{
    width: 180px;
    border: solid 1px #000000;
}

.teaser td
{
    font-size: 7pt;
}

.teaser h2
{
    font-size: 9pt;
}

.quickLink
{
    width: 180px;
    border: solid 1 #000000;
    border-collapse: collapse;
    margin-top: 24px;
    text-align: left;
    padding: 0 2 0 2;
}

.quickLink th
{
    background: black;
    color: White;
    height: 16px;
    font-size: 7pt;
    border-bottom: none;
}

.quickLink td
{
    font-size: 7pt;
}

.news
{
    font-size: 9pt;
    background-color:#0c0122;
}

.news td
{
    background-color:#0c0122;
}


.login td, .login input
{
    font-size: 7pt;
}

.login.text
{
    width: 55px;
}

.login.firstrow
{
}


