﻿body {
}

.mydiv
{
    width: 100%;
    font-family: Tahoma;
    font-size: small;
    color: #000066;
}

.sidebardiv
{
    border-style: none;
    border-width: thin;
    width: 245px;
    font-family: Tahoma;
    font-size: small;
    color: #0000CC;
    height: auto;
}

.AMRpanel
{
    width: 980px;
    font-family: Tahoma;
    font-size: small;
    color: #0000CC;
    height: auto;
}

.header
        {
            width: 1250px;
            height: 90px;
            background-color: #000000;
        }
        
   .wrap
{
    width: 1100px;
    background-color: white;
    margin: 0 auto;
    height: 100%;
}
      
.A:visited
{
    text-decoration: none;
    color: #FFFFFF;
}
.A:link
{
    text-decoration: none;
    color: #FFFFFF;
}


.A:hover
{
    color: #FFFFFF;
    text-decoration: underline;
}

.A:active
{
    color: #FFFFFF;
    text-decoration: none;
}
.A
{
    color: #FFFFFF;
    text-decoration: none;
}      