﻿/* NAVIGATION */

.static, .a, .boxedbutton, .inlinebutton, .mouseover, .a:hover, .boxedbutton:hover, .inlinebutton:hover, .hyperlink{
    font-family:Verdana;
}

.static, .a, .boxedbutton, .inlinebutton, .hyperlink{
    color:#000033; 
    
}

.mouseover, .a:hover, .boxedbutton:hover, .inlinebutton:hover {
    color:#000033; 
}


.boxedbutton {
    border-color:#CC0001;
    border-width:1px;
    border-style:solid;
    padding:4px 6px 4px 6px;
    text-decoration:none;
}

.boxedbutton:hover {
    border-color:#888888;
    border-width:1px;
    border-style:solid;
    padding:4px 6px 4px 6px;
    text-decoration:none;
}

.inlinebutton {
    font-size:8pt;
    text-decoration:none;
}

.inlinebutton:hover {
    font-size:8pt;
    text-decoration:underline;
}

.inlinebuttonwhite {
    font-size:8pt;
    text-decoration:none;
    color:#FFFFFF;
}

.inlinebuttonwhite:hover {
    font-size:8pt;
    text-decoration:underline;
}

.hyperlink{
    font-size:12px;
    text-decoration:underline;
    
}

