.newreg {
    background-color: black;
    color: red;
    font-family: "ARIAL";
    font-size: 11pt;
    font-weight: bold;
    text-decoration:underline;
    /*
    :link {color:red; text-decoration:underline; }
    :hover {color:red; text-decoration:underline; }
    :visited {color:red; text-decoration:underline; }
    :active {color:red; text-decoration:underline; }
    */
}
.lostlogin {
    background-color: black;
    color: red;
    font-family: "ARIAL";
    font-size: 10pt;
    font-weight: normal;
    text-decoration:none;
    /*
    :link {color:red; }
    :hover {color:red; text-decoration:underline; }
    :visited {color:red; }
    :active {color:red; text-decoration:underline; }
    */
}
.imgtbl {
    background-color: lightgrey;
    color: black;
    text-decoration:none;
    /*
    :link {color:black; text-decoration:none; }
    :hover {color:black; text-decoration:underline; }
    :visited {color:black; text-decoration:underline; }
    :active {color:black; }
    */
}
.menutbl {
    color: white;
    font-size: 11pt;
    font-weight: bold;
}
.menuitem {
    color: white;
    font-size: 11pt;
    font-weight: bold;
    text-decoration:none;
    /*
    :link {color:red; text-decoration:none; }
    :hover {color:red; text-decoration:underline; }
    :visited {color:red; text-decoration:underline; }
    :active {color:red; }
    */
}
    
#dhtmltooltip{
    color: black;
    text-align: left;
    position: absolute;
    width: 500px;
    border: 0px solid black;
    padding: 2px;
    visibility: hidden;
    z-index: 100;
    /*Remove below line to remove shadow. Below line should always appear last within this CSS*/
    /*filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);*/
}

/*
.ticker {
    font-family: "ARIAL";
    font-size: 10pt;
    font-weight: normal;
}
*/
    
.header {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    width: 1000px;
    height: 50px;
    border: 0px; 
}
.grid {
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0px;
    right: 0px;
    top: 100px;
    width: 1000px;
    height: 1000px;
    border: 0px;
}
.templateA {
    background-color: yellow;
    color: black;
    font-family: "ARIAL";
    font-size: 11pt;
    font-weight: normal;
}
.templateA_label {
    text-align: right;
    font-size: 8pt;
    font-weight: normal;
    white-space: nowrap;
}
.templateA_data {
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
}
.templateU {
    background-color: yellow;
    color: black;
    font-family: "ARIAL";
    font-size: 9pt;
    font-weight: normal;

}
.templateU_label {
    text-align: right;
    font-size: 8pt;
    font-weight: normal;
    white-space: nowrap;
    color: black;
}
.templateU_data {
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    color: black;
}
.templateU_text {
    font-size: 8pt;
    font-weight: normal;
    color: black;
}

