body {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    background-color: #ffffff;
}
p {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
}
td {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    vertical-align: top;
}
form {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
}
input {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #7F7F7F;
}
select {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #7F7F7F;
}
textarea {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: #7F7F7F;
}
a:link {
    color: #1E90FF;
    text-decoration: none;
}
a:visited {
    color: #1E90FF;
    text-decoration: none;
}
a:hover {
    color: #1E90FF;
    text-decoration: none;
    background-color: #B4B4B4;
}
iframe {
    border-width: 0px;
}
tr {
    background-color: #EFEFEF;
}
.tr2 {
    background-color: #E5E5E5;
}
.trPointer {
    background-color: #EFEFEF;
    cursor: pointer;
}
.tr2Pointer {
    background-color: #E5E5E5;
    cursor: pointer;
}
.trAlert {
    background-color: #FFC1C1;
}
.trAlertPointer {
    background-color: #FFC1C1;
    cursor: pointer;
}
.trOK {
    background-color: #BCDECD;
}
.trOKPointer {
    background-color: #BCDECD;
    cursor: pointer;
}
.trComplete {
    background-color: #47d0ff;
}
.trCompletePointer {
    background-color: #47d0ff;
    cursor: pointer;
}
.bg {
    background-color: #ffffff;
}
.button {
    font-family: Verdana;
    font-size: 8pt;
    color: #000000;
    background-color: #27b0ff;
    border-style: solid;
    border-width: 1px;
    border-color: #7F7F7F;
    cursor: pointer;
}
.pointer {
    cursor: pointer;
}
