/* CSS Document */
A.codelink {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    background-color: transparent
    }
A.codelink:link {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    background-color: transparent
    }
A.codelink:visited {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    background-color: transparent
    }
A.codelink:hover {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: transparent;
    color: #000;
    text-decoration: underline
    }
A.codelink:active {
    font-size: 12px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    text-decoration: none;
    color: #000;
    background-color: transparent
    }
.printdisplay {
    display: none
    }
.sansSerifNormal {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #000;
    background-color: transparent
    }
.codefont {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 10px;
    color: #000;
    background-color: transparent
    }