﻿body 
{
    font-family: Arial, helvetica, Sans-Serif;
}

.content 
{
    padding: 16px;
    border-right: solid 1px #ecac00;
    font-size: 8pt;
}

.affiliated 
{
    font-size: 8pt;
    color: #008000;
}

.pipe
{
    color: #ecac00;
    content: |;
}

.whiteText 
{
    font-size: 8pt;
    color: White;
    padding: 3px;
}

.blackText 
{
    font-size: 8pt;
    color: black;
    padding: 3px;
}

a.whiteText:active, a.whiteText:link, a.whiteText:visited 
{
    font-weight: bold;
    color: White;
    text-decoration: none;
}

a.blackText:active, a.blackText:link, a.blackText:visited 
{
    font-weight: bold;
    color: green;
    text-decoration: none;
}

a.whiteText:hover
{
    font-weight: bold;
    color: #ecac00;
    text-decoration: none;
}

a.blackText:hover
{
    font-weight: bold;
    color: black;
    text-decoration: none;
}

.breadcrumbs 
{
    background-color: White;
    color: #008000;
    font-size: 8pt;
}

.breadcrumb_node:active, .breadcrumb_node:link, .breadcrumb_node:visited
{
    background-color: White;
    color: #ecac00;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}

.breadcrumb_node:hover
{
    background-color: White;
    color: #008000;
    font-size: 8pt;
    font-weight: bold;
    text-decoration: none;
}


