.mainTable {
        width: 100%;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #870707;
        border-right-color: #870707;
        border-bottom-color:#870707;
        border-left-color:  #870707;
        background-color:#870707;
}
.Tableheader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: small;
        color: #FFFFFF;
        background-color: #870707;
        border: thin outset thin outset white;
        font-weight: bold;
}
.Itemheader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        font-weight: normal;
        color: #FFFFFF;
        background-color: #870707;
}
        
.lists {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: #000000;
        background-color: white;
        
}

.textboxesfr {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        background-color:aliceblue;
        width: 100px;
}


.cmainTable {
        width: 100%;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: #870707;
        border-right-color:#870707;
        border-bottom-color: #870707;
        border-left-color:#870707;
        background-color: #870707;
}

.cTableheader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: #ffffff;
        background-color: #870707;
        border: thin outset thin outset white;
        font-weight: bold;
}
.cItemheader {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        font-weight: normal;
        background-color: #870707;
        color: #FFFFFF;
        width: auto;
}

.clists {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        background-color: aliceblue;
        width: 180px;
}

.ctextboxesfr {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        background-color: aliceblue;
        width: 150px;
}

.carea  {
        font-size: xx-small;
}

.buttons {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        font-weight: bold;
        color: #000000;
        background-color:#eeeeee;
        width: 60px;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: lightsteelblue;
        border-right-color: black;
        border-bottom-color: black;
        border-left-color: lightsteelblue;
        cursor: hand;

}

.buttons2 {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: xx-small;
        font-weight: bold;
        color: #000000;
        background-color: #eeeeee;
        width: 100px;
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        border-left-style: solid;
        border-top-color: lightsteelblue;
        border-right-color: black;
        border-bottom-color: black;
        border-left-color: lightsteelblue;
        cursor: hand;

}


a:link {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        text-decoration: underline;
        color: white;
}
a:visited {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size:x-small ;
        color: white;
        text-decoration: underline;
}
a:hover {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: white;
        text-decoration: underline;
}
a:active {
        font-family: Verdana, Arial, Helvetica, sans-serif;
        font-size: x-small;
        color: white;
        text-decoration: underline;
}


