﻿body {
}
TABLE.myTABLE
{
    padding: 5px;
    position: relative;
    vertical-align: middle;
    text-align: center;
    z-index: 100;
    left: 10px;
    top: 20px;
    font-family: Verdana, 'Vacation MT';
    font-size:.85em;
    border-top-style: ridge;
    border-right-style: ridge;
    border-left-style: ridge;
    border-bottom-style: ridge;
    border: ridge 2px black;
    margin:0 auto;
}
TR.myTABLE
{
}
.textSUMM
{
    font-weight:bold;
    Font-Size: larger;
    z-index: 100;
    position: relative;
    Width:560px;
    top:20px;
    left:10px;
}
DIV.myDIV
{
    text-align: center;
    position: relative;
    top:20px;
    left:10px;
}

