body {
    font-size: 9pt;
    color: #555555;
    background-color: #EAEAEA;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

table {
    border: solid gray 1pt;
    background-color: white;
    padding: 10pt
}

td {
    font-size: 9pt;
    color: #555555;
    background-color: white;
    font-family: Tahoma, Verdana, Helvetica, Arial;
    vertical-align: top;
}

th {
    font-size: 9pt;
    font-weight: bold;
    color: #555555;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

A:link {
    font-size: 9pt;
    color: #B9B9B9;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

A:visited {
    font-size: 9pt;
    color: #B9B9B9;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

A:hover {
    font-size: 9pt;
    color: #FF7800;
    font-weight: bold;
    text-decoration: underline;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

A:active {
    font-size: 9pt;
    color: #FF9100;
    background-color: black;
    font-weight: bold;
    text-decoration: none;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

form input[type="text"],
     input[type="password"],
     input[type="checkbox"],
     select, textarea
{
    font-size: 8pt;
    font-family: Tahoma, Verdana, Helvetica, Arial
    color: black;
    background-color: #E0E0E0;
    border: solid #9E9E9E 1pt;
}

form input[type="submit"], input[type="reset"] {
    font-size: 8pt;
    font-family: Tahoma, Verdana, Helvetica, Arial
    color: black;
    background-color: #E0E0E0;
    border: solid #9E9E9E 2pt;
}

form input[type="radio"] {
    font-size: 8pt;
    font-family: Tahoma, Verdana, Helvetica, Arial
    color: black;
    background-color: #E0E0E0;
}

.td1 {
    font-size: 9pt;
    font-weight: bold;
    color: #555555;
    background-color: white;
    font-family: Tahoma, Verdana, Helvetica, Arial;
    vertical-align: top;
    width: 100;
}

.copyright {
    font-size: 8pt;
    font-family: Verdana, Helvetica, Arial, Tahoma;
    vertical-align: top;
    color: #555555;
    text-align: center;
}

.th {
    font-size: 9pt;
    font-weight: bold;
    color: #555555;
    font-family: Tahoma, Verdana, Helvetica, Arial
}

.td {
    font-size: 9pt;
    color: #555555;
    background-color: transparent;
    font-family: Tahoma, Verdana, Helvetica, Arial;
    vertical-align: top;
}

.table {
    border: none;
    background-color: #EAEAEA;
    padding: 0pt
}
