/*
red = #BE0027
yellow = #F7F409
green = #239E46
*/

.SubHead 
{
    color:inherit;
}
.NormalBold
{
    color:Black;
}
.Normal
{
    color:Black;
}
.ListHeader
{
    background-image:none;
    background-color:Transparent;
}
.ListDate
{
    color:Black;
}
.ListTitle, a.ListTitle:link, a.ListTitle:active, a.ListTitle:visited 
{
    color:Black;
    text-decoration:underline;
}
a.ListTitle:hover
{
    color:gray;
    text-decoration:none;
}



.ContentBlackOnWhite
{
    padding: 5px;
    background-color:White;
    color:Black;
}
a.ContentBlackOnWhite:link, a.ContentBlackOnWhite:active, a.ContentBlackOnWhite:visited
{
    background-color:White;
    color:Black;
}
a.ContentBlackOnWhite:hover
{
    color:black;
    text-decoration:underline;
}
.ContentWhiteOnBlack
{
    padding: 5px;
    background-color:black;
    color:white;
}
a.ContentWhiteOnBlack:link, a.ContentWhiteOnBlack:active, a.ContentWhiteOnBlack:visited
{
    background-color:black;
    color:white;
}
a.ContentWhiteOnBlack:hover
{
    color:White;
    text-decoration:underline;
}
.container_titleblackonwhite 
{
    font-weight:bold;
    font-variant:small-caps;
    color:Black;
    background-color:White;
}
.container_titlewhiteonblack 
{
    font-weight:bold;
    font-variant:small-caps;
    color:white;
    background-color:black;
}
.actionwhiteonblack
{
    color:white;
    background-color:Black;
}
a.actionwhiteonblack:link, a.actionwhiteonblack:active, a.actionwhiteonblack:visited
{
    color:white;
    background-color:Black;
}
a.actionwhiteonblack:hover
{
    color:White;
    text-decoration:underline;
}
.actionblackonwhite
{
    color:Black;
    background-color:White;
}
a.actionblackonwhite:link, a.actionblackonwhite:active, a.actionblackonwhite:visited
{
    color:Black;
    background-color:White;
}
a.actionblackonwhite:hover
{
    color:black;
    text-decoration:underline;
}

.topleft
{
    background-image: url(topleft.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}
.top
{
    background-image: url(top.png);
    background-repeat:repeat-x;
    height:14px;
}
.topright
{
    background-image: url(topright.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}
.left
{
    background-image: url(left.png);
    background-repeat:repeat-y;
    width:14px;
}
.right
{
    background-image: url(right.png);
    background-repeat:repeat-y;
    width:14px;
}
.bottomleft
{
    background-image: url(bottomleft.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}
.bottom
{
    background-image: url(bottom.png);
    background-repeat:repeat-x;
    height:14px;
}
.bottomright
{
    background-image: url(bottomright.png);
    background-repeat:no-repeat;
    width:14px;
    height:14px;
}

a, a:link, a:visited, a:active
{
    color:Gray;
    text-decoration:none;
}
a:hover
{
    color:black;
    text-decoration:underline;
}

