body {
    border: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 100%;
    width: 100%;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: black;
    background-color: #e8e8e8;
}

image {
    border: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

table {
    border: 0px 0px 0px 0px;
    border-collapse: separate;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: black;
}

input, select, textarea {
    background-color: white;
    border: 1px 1px 1px 1px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: black;
}

.chkbx {
    background-color: #e8e8e8;
}

button {
    background-color: white;
    border: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    padding: 0px 4px 0px 4px;
    border: solid 1px DarkGray;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 10pt;
    color: black;
}

a:link, a:visited, a:active {
    font-weight: bolder;
    text-decoration: none;
    color: #ff4444;
}

a:hover {
    text-decoration: none;
    background-color: #ffff66;
}

table.tblLeftMenu {
    background-color: #ff4444;
    color: #ffff66;
    font-size: 14pt;
    text-align: center;
}

table.tblLeftMenu td {
    padding: 4px 0px 4px 0px;
}

table.NormalTable {
    border: 2px solid #ff4444;
    padding: 4px 4px 4px 4px;
    border-collapse: collapse;
}

table.NormalTable th {
    background-color: #ffff66;
    padding: 4px 4px 4px 4px;
    font-size:12pt;
}

table.NormalTable td {
    border: 2px solid #ff4444;
    padding: 4px 4px 4px 4px;
}

.FortyPix { width: 40px; }
.SixtyPix { width: 60px; }
.SeventyPix { width: 70px; }
.EightyPix { width: 80px; }
.OneHundredPix { width: 100px; }
.OneTwentyPix { width: 120px; }
.OneFortyPix { width: 140px; }
.OneSixtyPix { width: 160px; }
.TwoHundredPix { width: 200px; }
.TwoFortyPix { width: 240px; }
.ThreeHundredPix { width: 300px; }
.FourHundredPix { width: 400px; }


