body
{
    font-family:Arial, Helvetica, sans-serif;
    font-size:10pt;
    background-color:#cccccc;
    text-align:center;
}

.maindiv
{
    width: 85%;
    margin-left:auto;
    margin-right:auto;
}

table{
    border-collapse:collapse;
    border-style:none;   
}

td
{
    background-color:#ffffff;      
}

.empt
{
    background-color:#cccccc;
    height:6px;
    width:6px;
}
.tl
{
    background-image:url(../images/tl.GIF);
    background-repeat:no-repeat;
    background-position: top left;
    width:10px;
}

.tr
{
    background-image:url(../images/tr.GIF);
    background-repeat:no-repeat;
    background-position: top right;    
    width:10px;
}

.bgrepeat
{
    background-image:url(../images/top.gif);
    background-repeat:repeat-x;
    height:15px;
}

.bl
{
    background-image:url(../images/bl.GIF);
    background-repeat:no-repeat;
    background-position: bottom left;
    width:10px;
}

.br
{
    background-image:url(../images/br.GIF);
    background-repeat:no-repeat;
    background-position: bottom right;
    width:10px;
}

.bgrepeatbot
{
    background-image:url(../images/bot.GIF);
    background-repeat:repeat-x;
    background-position: bottom;
    height: 15px;
}

.tblcontent
{
     padding: 0px 0px 0px 0px;
     text-align:left;
     vertical-align:top;
}

.menu
{
    border-style:solid;
    border-color:#000000;
    border-width: 1px;
}

