﻿body 
{
    font-family:Verdana;
    font-size:8pt;
}
     
a 
{
    text-decoration:none;
    color:#000000;
}

a:hover
{
    text-decoration:underline;
    color:#cc3333;
}

a.hl 
{
    text-decoration:none;
    color:#ffffff;
}

a.hl:hover
{
    text-decoration:underline;
    color:#cc3333;
}

input 
{
    font-family:Verdana;
    font-size:8pt;
}

input.pagerbutton
{
    border-style:solid;
    border-width:2px;
    border-color:#990000;
    background-color:#ffffff;
}
input.selpagerbutton
{
    border-style:solid;
    border-width:2px;
    border-color:#990000;
    background-color:#990000;
    color:White;
}

