﻿body {
}

.TopMenu 
{
    position:absolute;
    top:151;
    left:110;
    font-family:Verdana;
    font-size:10px;
    font-weight: bold;
    color: #BCB5B4;
}

.TopMenu A:Link,
.TopMenu A:Visited
{
    text-decoration: none;
    color: #FFFFFF;
}

.TopMenu A:Hover,
.TopMenu A:Active
{
    text-decoration: none;
    color: #9D3122;
}

.LeftBox
{
    position: relative;
    width:231;
    font-family:Verdana;
    font-size:10px;
    padding:5 5 5 5;
    border-bottom: solid 1px #FFFFFF;
    color: #2E2E3D;
}

.LeftBox A:Link,
.LeftBox A:Visited
{
    text-decoration: none;
    color: #9D3122;
}

.LeftBox A:Hover,
.LeftBox A:Active
{
    text-decoration: none;
    color: #B76004;
}

.LeftBox img
{
    border: none 0px;
    padding: 2 2 2 2;
}

.Caption
{
    position:absolute;
    top:210;
    left:18;
    font-family:Verdana;
    font-size:13px;
    color: #000000;
    font-weight: bold;
    letter-spacing: 1px;
}

.RightBox
{
    position:absolute;
    top:239;
    left:249;
    border-bottom: solid 1px #FFFFFF;
    border-left: solid 1px #FFFFFF;
    width: 689;
}

.RightBox H1
{
    font-family:Verdana;
    font-size:12px;
    font-weight: bold;
    color: #2E2E3D;
    margin: 10 10 10 10;
    border-bottom: solid 1px #2E2E3D;
}

.RightBox table
{
    width: 100%;
}

.RightBox table td
{
    border: dotted 1px #9D9DB5;
    font-family:Verdana;
    font-size:10px;
    color: #2E2E3D;
    padding: 2 2 2 2;
}

.RightBox p
{
    font-family:Verdana;
    font-size:10px;
    color: #2E2E3D;
    padding: 5 5 5 5;
    letter-spacing: 1px;
    line-height: 15px;
}

.RightBox p A:Link,
.RightBox p A:Visited
{
    text-decoration: none;
    color: #9D3122;
}

.RightBox p A:Hover,
.RightBox p A:Active
{
    text-decoration: none;
    color: #B76004;
}


.RightBox p.Warning 
{
    font-family:Verdana;
    font-size:11px;
    color: #9D3122;
    font-weight: bold;
    text-indent: 0px;
    text-align: center;
    background-color: #FFFFFF;
    padding: 10 5 10 5;
}
