﻿body {
}
.auto-style1 {
    width: 153px;
}

.auto-style2 {
    width: 139px;
}

.auto-style3 {
    text-align: right;
}
.table-style {
    width: 85%; 
    top: 0px; 
    left: 0px;
}
.td-style1 {
    border-bottom-style: dotted;
    border-bottom-color: Black; 
    border-bottom-width: 1px; 
    text-align: right;
}
.td-style2 {
    border-bottom-style: dotted !important; 
    border-bottom-color: Black !important; 
    border-bottom-width: 1px !important; 
    text-align: left !important;
}
.td-style3 {
    border-bottom: 1px dotted Black;
}
.td-style4 {
    border-bottom: black 1px dotted; 
    text-align: right;
}
.td-style5 {
    border-bottom: black 1px dotted;
    text-align: left
}
.visibility-hidden {
   display: none;
}
.div-1 {
    overflow: auto; 
    width: 85%; 
}
.table-style2 {
    width: 80%;
    top: 0px; 
    left: 0px;
}
.height-style {
    height: 24px;
}

.tbl-spacing {
    border-spacing: 0px;
    padding: 0px;
}

.align-right {
    text-align: right;
}

.align-left {
    text-align: left;
}

.vertical-align-top {
    vertical-align: top;
}

.cell-height {
    height: 20px;
}

.width-30 {
    width: 30%;
}

.text-center {
    text-align: center;
}

.width-40 {
    width: 40%;
}