#footer {
         position:fixed;
         bottom:0px;
         padding-bottom: 10px;
         font-family: Verdana;
         font-size: smaller;
}

A:hover
{
        color: red;
}
.HeaderText
{
        font-weight: bold;
        font-size: 28px;
        color: blue;
        font-style: normal;
        font-family: Serif;
        text-decoration: underline;
}

.bigText
{
        font-weight: bold;
        font-size: 20px;
        font-family: Serif;
}

.biggerText
{
        font-weight: bold;
        font-size: 16px;
        color: black;
        font-style: normal;
        font-family: Serif;
        text-decoration: none;
}

.biggerText1
{
        font-weight: normal;
        font-size: 14px;
        color: black;
        font-style: normal;
        font-family: Serif;
        text-decoration: none;
}

.smallText
{
        font-weight: normal;
        font-size: 9px;
        color: silver;
        font-style: normal;
        font-family: Sans-Serif;
}

.tableborder
{
        border-right: black 1px solid;
        border-top: black 1px solid;
        border-left: black 1px solid;
        border-bottom: black 1px solid;
}

.niceText
{
        font-family: 'Book Antiqua' , Serif;
}

.veryniceText
{
        font-size: 20px;
        font-family: 'Viner Hand ITC';
}

.niceTextBlue
{
        color: blue;
        font-family: 'Book Antiqua' , Serif;
}

.imageOverStandard
{
        border-right: #0033ff 2px solid;
        border-top: #0033ff 2px solid;
        border-left: #0033ff 2px solid;
        border-bottom: #0033ff 2px solid;
}

.imageOverOpenable
{
        border-right: #cc66cc 2px solid;
        border-top: #cc66cc 2px solid;
        border-left: #cc66cc 2px solid;
        border-bottom: #cc66cc 2px solid;
}

.imageStandard
{
        border-right: black 2px solid;
        border-top: black 2px solid;
        border-left: black 2px solid;
        border-bottom: black 2px solid;
}

.imageBlueBorder
{
        border-right: #0033ff 1px solid;
        border-top: #0033ff 1px solid;
        border-left: #0033ff 1px solid;
        border-bottom: #0033ff 1px solid;
}

.width100
{
        width:100%;
}

.myLayersClass
{
        position: absolute; visibility: hidden;
}

.myImageClass
{
        position: relative; visibility: hidden;
}

.tableTextsmaller
{
        font-size: 10px;
        font-family: 'Times New Roman';
        text-decoration: none;
}

.noborder
{
        border-top-style: none;
        border-right-style: none;
        border-left-style: none;
        border-bottom-style: none;
        font-size: 14px;
        color: blue;
        font-family: Arial;
}

.warning
{
    FONT-WEIGHT: bolder;
    FONT-SIZE: 10px;
    COLOR: #a30051;
    FONT-FAMILY: Arial,helvetica, sans-serif
}

.underlined
{
        border-right: dodgerblue thin outset;
        border-top: dodgerblue thin outset;
        border-left: dodgerblue thin outset;
        border-bottom: dodgerblue thin outset;
        font-size: 14px;
        color: purple;
        font-family: Arial;
}

.hide
{
        position:absolute; visibility:hidden;
}

.show
{
        position:absolute; visibility:visible;
}

.tableimage
{
        background-attachment: fixed;
        background-image: url(Images/oanp_bg1.jpg);
        background-repeat: no-repeat;
        background-color:Black;
}

.tableimage1
{
        background-image: url(Images/nabkgnd.jpg);
        background-repeat: repeat;
        background-color: white;
}