/*
 *<SOURCE_HEADER>
 *
 *<KEYWORDS>
 * $Revision: 783 $
 * $Date: 2011-11-06 08:22:03 -0700 (Sun, 06 Nov 2011) $
 *</KEYWORDS>
 *
 *<COPYRIGHT>
 * Copyright Steven J Yohanan.
 * The following source code is protected under all standard copyright laws.
 *</COPYRIGHT>
 *
 *</SOURCE_HEADER>
 */

@import url("breadcrumbs.css") all;
@import url("header.css") all;
@import url("footer.css") all;
@import url("hide.css") all;

body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    background-color: #FFFFFF;
}

a:link
{
    text-decoration: underline;
    color: #0000FF;
    background-color: inherit;
}

a:visited
{
    text-decoration: underline;
    color: #0000FF;
    background-color: inherit;
}

a:active
{
    text-decoration: underline;
    color: #FF0000;
    background-color: inherit;
}

a:hover
{      
    text-decoration: underline;
    color: #FF0000;
    background-color: inherit;
}

@media print
{
    a:link
    {
        text-decoration: none;
    }

    a:visited
    {
        text-decoration: none;
    }

    a:active
    {
        text-decoration: none;
    }

    a:hover
    {      
        text-decoration: none;
    }
}

