/* 
Document   : style
Created on : 2009-01-06, 00:01:19
Author     : Gregory
Description:
Purpose of the stylesheet follows.
*/

a:link {
    color: #443b3b;
    text-decoration: none;
}

a:visited {
    color: #443b3b;
    text-decoration: none;
}

a:hover {
    color: #ff0000;
    text-decoration: underline;
}

a:active {
    color: #443b3b;
    text-decoration: none;
}

/******************************/

a.menu:link {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

a.menu:visited {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

a.menu:hover {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

a.menu:active {
    color: #ffffff;
    text-decoration: none;
    font-family: Arial;
    font-size: 13px;
    font-weight: bold;
}

/******************************/

a.vevar:link {
    color: #0E65CC;
    font-size: 9pt;
    font-family: verdana;
    text-decoration: none;
}

a.vevar:visited {
    color: #0E65CC;
    font-size: 9pt;
    font-family: verdana;
    text-decoration: none;
}

a.vevar:active {
    color: #0E65CC;
    font-size: 9pt;
    font-family: verdana;
    text-decoration: underline;
}

a.vevar:hover {
    color: #0E65CC;
    font-size: 9pt;
    font-family: verdana;
    text-decoration: underline;
}


/********************************/

a.menu-footer:link {
    color: #443b3b;
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    /*font-weight: bold;*/
}

a.menu-footer:visited {
    color: #443b3b;
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    /*font-weight: bold;*/
}

a.menu-footer:hover {
    color: #443b3b;
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    /*font-weight: bold;*/
}

a.menu-footer:active {
    color: #443b3b;
    text-decoration: none;
    font-family: Arial;
    font-size: 8pt;
    /*font-weight: bold;*/
}


/***************************/
.border-for-test
{
    border-color: #ff0000;
    border-style: solid;
    border-width: 1px;
}
