body
{
    /*background-color: #F4F4F4;*/ /*background-color: Black;*/ /*color: #6F6F6F;*/
    color: #999999;
    font-family: Arial;
    font-size: 11px;
    padding: 0;
    margin: 0;
    line-height: 13px;
    text-align: center;
}

a
{
    color: #ffffff;
    text-decoration: none;
}

a:hover
{
    color: #FF6600;
}


img
{
    border: none;
}

.b
{
    font-family: Tahoma;
    font-size: 11px;
    color: #696565;
}


#wrap
{
    margin: 0px auto;
    padding: 0;
    width: 100%;
    background: #000000;
}

.Header
{
    background: url(images/bg.jpg) repeat-x;
}

.Menu
{
    width: 160px;
    font-family: tahoma;
    font-size: 11px;
    font-weight: bold;
    /*background-image: url(images/menu.jpg);
    background-repeat: no-repeat;*/
    text-align: right;
    padding: 0px 0px 0px 0px;
    margin-bottom: 15px;
}

.Menu TD
{
    height: 25px;
    padding: 0px 0px 0px 5px;
}

.MenuSeparator
{
    margin-top: 5px;
    margin-bottom: 5px;
    height: 1px;
    width: 100%;
    border-bottom: dotted 1px #d0d0d0;
}

.Content
{
    width: 100%;
    padding: 10px 10px 0px 5px; /* padding: top right bottom left */
    height: 320px;
}

.ContactForm
{
    padding: 20px 10px 0px 10px;
}

.Footer
{
    /*margin: -100px auto 0px;*/ /*width: 875px;*/
    height: 45px;
    background: url(images/footerbg.jpg) repeat-x;
    clear: left;
    text-align: center;
}

.textarea
{
    width: 300px;
    height: 20px;
    font-family: tahoma;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #C3C3C3;
    background-color: #F0F0F0;
    color: #59798F;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.TextareaMultiline
{
    width: 300px;
    height: 50px;
    font-family: tahoma;
    font-size: 12px;
    border-style: solid;
    border-width: 1px;
    border-color: #C3C3C3;
    background-color: #F0F0F0;
    color: #59798F;
    overflow: auto;
    margin-left: 0px;
    margin-right: 0px;
}

.ContactLinks
{
}

.dotted_line
{
    background: url(img/dot.gif);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dotted_dark_line
{
    background: url(img/dot1.gif);
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.clear
{
    clear: both;
}

#divTransactions
{
    height: 305px; 
    overflow: auto; 
    clear: both;"
}
