HEAD
{
    BACKGROUND-COLOR: blue
}
.clsTabletext
{
    FONT-SIZE: xx-small;
    CURSOR: hand;
    FONT-FAMILY: Verdana;
    TEXT-ALIGN: center
}
.clsRowText
{
   
    CURSOR: hand;
    FONT-FAMILY: Verdana;
    BACKGROUND-COLOR: lightblue
}
.clsNormalText
{
    CURSOR: default;
    COLOR: black;
    FONT-FAMILY: 'Arial Black', Courier;
    BACKGROUND-COLOR: white
}
.clsPosition
{
    LEFT: 300px;
    FLOAT: left;
    POSITION: relative;
    TOP: 300px
}
clsdisablescroll
{ 

    width:100%; 
    overflow-x: hidden; 
    overflow-y: hidden; 
}
