.TopGroup
{
  background-color:#DBD7D0;
  border:outset 2px #E7E7E7;
}

.MenuGroup
{
  border:solid 1px gray;
  border-right-color:#3F3F3F;
  border-bottom-color:#3F3F3F;
}

.TopMenuItem
{
  background-image: url(images/item_bg.gif);
  color:#000000;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemHover
{
  background-image: url(images/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.TopMenuItemActive
{
  background-image: url(images/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:11px;
  font-weight:bold;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.MenuItem
{
  background-image: url(images/item_bg.gif);
  color:#000000;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemHover
{
  background-image: url(images/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
}

.MenuItemActive
{
  background-image: url(images/item_bg_hover.gif);
  color:#FF0000;
  font-family:verdana;
  font-size:11px;
  border: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
}

.Blank
{
    display:none;
}
---------------------------------------------
table
{
    font-family:Arial;
    font-size:small;
}

body
{
    margin-top:0;
    margin-left:0;
    margin-right:0;
    margin-bottom:5;
    font-family:Arial;
    font-size:small;
}

.ASPHyperLink
{
    color:Black;
    text-decoration:none;    
}

.ASPLinkButton
{
    font-size:x-small;
    text-decoration:none;    
    color:black;
}

.ASPWhiteLinkButton
{
    font-size:x-small;
    text-decoration:none;    
    color:white;
}

.ASPHeader
{
    color:White;
    background-color:Gray;
    font-weight:bold;
}

.ASPFooter
{
    color:White;
    background-color:Gray;
    font-weight:bold;
}

.ASPAltRow
{
    background-color:#E0E0E0;
}

.ASPRow
{
    background-color:#F5F5F5;
}

.ASPVal
{
    color:Red;
}

.TableRow
{
    background-color:Gray;
}

.TableCell
{
    background-color:#e0e0e0;
}
--------------------------------------
.mytable {
    font-family: verdana;
    font-size: small;
    }

.mypager {
    font-weight: bold;
    color: red;
    text-decoration: none;
    font-size:small;
    }

.mypager A {
    font-weight: normal;
    color: black;
    text-decoration: none;
    font-size:small;
    }

.myval {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Red;
    }

.mytextbox {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.mylabel {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    }

.mylink {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;
    }

.my10link {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;
    text-decoration: none;
    }
      
.mygrid {
    font-family: verdana;
    font-weight: normal;
    font-size: small;
    color: Black;    
    }
  
.myalt {
    background-color: #F5F5F5;
    }

.mydiv {
    font-family: verdana;
    font-size: small;
    }

.myheader {
    font-family: verdana;
    font-weight: bold;
    font-size: small;
    color: White;
    background-color: gray;
    text-align:left;
    }

td.mydarkcell {
    background: gray;
    }

td.mylitecell {
    background: #e0e0e0;
    }

tr.myrow {
    background: #e0e0e0; 
    }
    
.ctable {
    background: #e1dda8;
    font-family: verdana;
    font-weight: normal;
    font-size:  x-small;
    color: Black;
    }
    
.cCellOver {
    background:yellow;
    }

.cCell {
    background:#e1dda8;
    }    