﻿body
{
    background-image: url(Images/background/border_background.jpg);
    background-repeat: repeat;
    font-size: medium;
    color: black;
    font-family: 'Futura Md BT' , Arial;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    vertical-align: middle;
    list-style-type: lower-alpha;
    background-color: silver;
}
body a:link
{
    color: #0000cd;
    text-decoration: underline;
}
body a:visited
{
    color: Blue;
    text-decoration: underline;
}
body a:hover
{
    color: red;
    text-decoration : underline;
}
body img
{
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0px;
    border-top-style: none;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
}
.PageTitle
{
    font-weight: bold;
    font-size: larger;
    color: gray;
    vertical-align: middle;
    text-align: center;
}
.TableText
{
    font-weight: normal;
    font-size: smaller;
}
.BreadCrumbMenu
{
    font-size: small;
    color: gray;
    text-decoration : none;
    background-color:Silver;
}
.Indicia
{
    font-size: small;
    color: gray;
    text-decoration : none;
    background-color: White;
}
.SideBar
{
    padding: 2px;
    background-color:Black;
}    
.SideBar td
{
    background-color:Black;
    color: White;
    text-decoration: none;
}
.SideBar a:link, a:visited
{
    color: White;
    text-decoration: none;
}
.SideBar .Thumbnail
{
    color :White;
    border-right: White 2px solid;
    border-top: White 2px solid;
    border-left: White 2px solid;
    border-bottom: White 2px solid;
}
.Invisible
{  
    visibility:hidden; 
    display: none;
}
.SiteMapMenu
{
    background-color: #fafad2;
    color: Black;
    font-weight: normal;
    font-size: x-small;
    border-right: tan 1px solid;
    border-top: tan 1px solid;
    border-left: tan 1px solid;
    border-bottom: tan 1px solid;
    padding-right: 4px;
    padding-left: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
}
a.SiteMapMenu:visited
{
    color: White;
    text-decoration: none;
}
a.SiteMapMenu:link
{
    color: White;
    text-decoration: none;
}
div
{
    text-justify: kashida;
    vertical-align: middle;
    text-align: justify;
}

