﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    color: #000000;
    background-color: #FFFFFF;
    margin: 10px;
}

p
{
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
}

.h1
{
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
}


table
{
    padding: 0px;
    margin: 0px;
}

.tableHome
{
    width: 700px;
    height: 350px;
    background-image: url('Images/Background1.png');
    background-repeat: no-repeat;
}
.tableGenericBackground
{
    width: 700px;
    height: 350px;
    background-image: url('Images/Background2.png');
    background-repeat: no-repeat;
}
.subTable
{
    margin: 5px 10px 5px 40px; 
    width: 620px; 
    height: 330px;
}
.subTable2
{
    margin: 5px 10px 5px 20px;
    width: 620px;
    height: 330px;
}
.modalBackground
{
    background-color: #C0C0C0;
    filter: alpha(opacity=60);
    opacity: 0.6;
}
.modalPopupGrayBackground
{
    border-width: 1px 4px 4px 1px;
    border-style: solid;
    border-color: #000000 Black Black #000000;
    padding: 2px;
    font-size: large;
    background-color: #F2F2F2;
    color: Black;
}
.modalHeading
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13pt;
    font-weight: 300;
    font-style: normal;
    color: #FF0000;
    text-align: center;
    white-space: nowrap;
}
.modalSectionHeading
{
    background-color: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11pt;
    font-weight: 100;
    font-style: normal;
    color: #000000;
    text-align: center;
    white-space: nowrap;
}
.modalSectionDivide
{
    background-color: #0066CC;
    height: 4px;
}

.title
{
    font-family: Arial;
    font-size: 1.2em;
    font-weight: 900;
    color: #487586;
    margin-bottom: 10px;
}

.sectionTitle
{
    font-family: Arial;
    font-size: 1.1em;
    color: #990000;
    line-height: 18px;
    font-weight: 700;
    margin-top: 6px;
}

.sectionSubTitle
{
    font-family: Arial;
    font-size: 1.0em;
    color: #000000;
    line-height: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.navBar
{
    }
    
.navBar ul
{
    margin: 10px 0px 10px 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.navBar li
{
    list-style-type: none;
    display: inline-block;
}

.navBar a, .navBar a:link, .navBar a:visited, .navBar a:active
{
    border-style: solid;
    border-width: 0px thin thin 0px;
    border-color: #324252 #202735 #202735 #324252;
    padding: 1px 10px 1px 10px;
    margin: 2px 5px 2px 5px;
    font-family: 'Arial Narrow';
    font-size: 1.0em;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: none;
    background-color: #324252;
}

.navBar a:hover
{
    border-style: solid;
    border-width: 0px thin thin 0px;
    border-color: #990000 #660000 #660000 #990000;
    padding: 1px 10px 1px 10px;
    margin: 2px 5px 2px 5px;
    font-family: 'Arial Narrow';
    font-size: 1.0em;
    font-weight: 500;
    background-color: #990000;
    color: #FFFFFF;
    text-decoration: none;
}

.bottomNav ul
{
    margin: 0px;
    padding: 0px 0px 0px 0px;
    text-align: center;
}

.bottomNav li
{
    list-style-type: none;
    display: inline-block;
}

.bottomNav a, .bottomNav a:link, .bottomNav a:visited, .bottomNav a:active
{
    padding: 1px 10px 1px 10px;
    margin: 2px;
    font-family: 'Arial';
    font-size: 0.9em;
    font-weight: 500;
    color: #FFFFFF;
    text-decoration: underline;
}

.bottomNav a:hover
{
    padding: 1px 10px 1px 10px;
    margin: 2px;
    font-family: 'Arial';
    font-size: 0.9em;
    font-weight: 700;
    color: #FFFFFF;
    text-decoration: underline;
}

.bottomLink a, .bottomLink a:link, .bottomLink a:visited, .bottomLink a:active
{
    font-size: 0.75em;
    padding-right: 10px;
    color: #000000;
    font-weight: normal;
}

.bottomLink a:hover
{
    font-size: 0.75em;
    padding-right: 10px;
    color: #990000;
    font-weight: 600;
}
.rzdLink a, .rzdLink a:link, .rzdLink a:visited, .rzdLink a:active
{
    color: #000000;
}

.rzdLink a:hover
{
    color: #990000;
}

