﻿body
{
    margin: 0;
    font-family: Arial;
    font-size: 14px;
    background: #0f2860;
}
a:link
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 15px;
}
a:visited
{
    font-weight: normal;
    text-decoration: none;
    color: #993333;
    font-size: 15px;
}
a:hover
{
    font-weight: normal;
    text-decoration: none;
    color: #004071;
    font-size: 15px;
}
h1, h1 a:link, h1 a:visited
{
    font-size: 26px;
    margin: 0 0 20px 0;
    color: #004071;
    font-family: Georgia;
    font-weight: normal;
    font-style: normal;
    line-height: 125%;
}
h1 a:hover
{
    font-size: 26px;
    margin: 0 0 20px 0;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
}
h2, h2 a:link, h2 a:visited
{
    font-weight: normal;
    font-size: 20px;
    margin: 0 0 20px 0;
    font-family: Georgia;
    color: #004071;
    line-height: 110%;
}
h2 a:hover
{
    font-size: 20px;
    margin: 0 0 20px 0;
    text-decoration: none;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
}

h3, h3 a:link, h3 a:visited
{
    font-weight: normal;
    font-size: 18px;
    margin: 0 0 20px 0;
    font-family: Georgia;
    color: #004071;
    line-height: 110%;
}
h3 a:hover
{
    font-size: 18px;
    margin: 0 0 20px 0;
    text-decoration: none;
    color: #993333;
    font-family: Georgia;
    font-weight: normal;
}
.dashedline
{
    border-top: 1px dashed #ccc;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    clear: both;
}
.solidline
{
    border-top: 2px solid #ccc;
    height: 1px;
    margin-top: 25px;
    margin-bottom: 25px;
    clear: both;
}

img
{
    border: 0;
}
.footerlinks a
{
    color: #fff;
    font-size: 14px;
    font-family: Georgia, Serif;
}

.footerlinks a:hover
{
    color: #b59759;
}

.mobileLinksWhite a
{
    color: #ffffff;
    text-decoration: none;
    font-size: 12px; 
    font-family: Arial;
}

.divmenu a:link
{
    color: #ffffff;
}

.divmenu a:visited
{
    color: #ffffff;
}
.divmenu a:active
{
    border: 0;
}
.smis a:link
{
    color: #ffffff;
}
.smis a:visited
{
    color: #ffffff;
}
.dmis a:link
{
    color: #ffffff;
}
.dmis a:visited
{
    color: #ffffff;
}


/* ########## CALENDAR ICON ########## */

.date
{
    width: 48px;
    height: 48px;
    background: #fcfcfc;
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    margin-right: 10px;
}
.date p
{
    font-family: Arial, sans-serif;
    font-size: 25px;
    text-align: center;
    color: #707070;
    margin-top: 5px;
}
p.sidebarControls
{
    font-family: Arial, sans-serif;
    font-size: 14px;
    text-align: left;
    color: #ffffff;
    line-height: 105%;
    padding: 0px 0 5px 0;
    margin: 0px 0px 0px 0px;
}

.date p span
{
    background: #993333;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    display: block;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    padding: 1px 0 1px 0;
    margin-top: 5px;
}


.citntable1
{
    border-collapse: collapse;
    margin-bottom: 15px;
}
.CITNTable1 td
{
    vertical-align: top;
    white-space: nowrap;
}
.citntable2
{
    border-collapse: collapse;
    white-space: nowrap;
}
.CITNTable2 td
{
    vertical-align: top;
    padding-bottom: 15px;
}
