﻿.nav_first
{
    background-image: url(../../images/nav_images/firstpg.gif);
    background-repeat:no-repeat;
    font-size:8pt;
    font-weight:lighter;
    text-align:center; 
    cursor:hand;
    padding-top:2px;
    padding-left:2px;
    text-decoration:none;
    border-width:0px;
    background-color:Transparent;
    width:10px;
    height:12px;
}

.nav_next
{
    background-image: url(../../images/nav_images/nextpg.gif);
    background-repeat:no-repeat;
    font-size:8pt;
    font-weight:lighter;
    text-align:center; 
    cursor:hand;
    padding-top:2px;
    padding-left:2px;
    text-decoration:none;
    border-width:0px;
    background-color:Transparent;
    width:7px;
    height:12px;
}

.nav_previous
{
    background-image: url(../../images/nav_images/prevpg.gif);
    background-repeat:no-repeat;
    font-size:8pt;
    font-weight:lighter;
    text-align:center; 
    cursor:hand;
    padding-top:2px;
    padding-left:2px;
    text-decoration:none;
    border-width:0px;
    background-color:Transparent;
    width:7px;
    height:12px;
}

.nav_last
{
    background-image: url(../../images/nav_images/lastpg.gif);
    background-repeat:no-repeat;
    font-size:8pt;
    font-weight:lighter;
    text-align:center; 
    cursor:hand;
    padding-top:2px;
    padding-left:2px;
    text-decoration:none;
    border-width:0px;
    background-color:Transparent;
    width:10px;
    height:12px;
}

