body, div, td, p, li, input, select, textarea {
    font-size: 11pt;
    font-family: Apsni, Arial Unicode MS, Charis SIL, Georgia, sans-serif;
}
th, h3 {
    font-size: 14pt;
    font-family: Apsni, Arial Unicode MS, Charis SIL, Georgia, sans-serif;
}
h2 {
    font-size: 16pt;
    font-family: Apsni, Arial Unicode MS, Charis SIL, Georgia, sans-serif;
}

a {
    text-decoration: none;
    color: #6699cc;
    font-weight: bold;
}

a:hover {
    color: #ff0000;
    background-color: #ffffee;
}

.inverse {
    color: #ffffff;
    background-color: #6699cc;
}

.password {
    font-size: 10pt;
    font-family: Georgia, sans-serif;
}

.news {
    font-size: 8pt;
}

@font-face {
    font-family: Apsni;
    src: url(fonts/APSNI0.eot);
}

@media print {
   .only_screen { display:none;  }
}

@media screen {
   .only_print  { display:none;  }
}

