﻿.headerLink {
    font-size: 13px;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    color: white;
}
.subheaderLinkOff {
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    color: white;
    background-color: #73c3da;
}
.subheaderLinkOn {
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
    font-weight: bold; 
    text-decoration: none;
    color: #13657d;
    background-color: #73c3da;
}
.footerLink {
}
.bodyText { 
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
    color: #13657d;
    background-color: #73c3da;
}
.bodyTextTitle
{
    font-size: 12px;
    font-style: italic;
    font-family: Arial;
    color: #13657d;
    background-color: #73c3da;
    font-weight: bold;
}
.bodyTextLink {
    font-size: 12px;
    font-style: normal;
    font-family: Arial;
    color: #13657d;
    background-color: #73c3da;
}
.bodyTextHeader {
    font-size: 13px;
    font-style: normal;
    font-family: Arial;
    color: #13657d;
    background-color: #73c3da;
    font-weight: bold; 
}
.bodyMainText
{
    font-size: 16px;
    font-style: italic;
    font-family: 'Monotype Corsiva' , Arial;
    color: #13657d;
    background-color: #73c3da;
}
.bodyMainTextLink {
    font-size: 16px;
    font-style: italic;
    font-family: 'Monotype Corsiva' , Arial;
    color: #13657d;
    background-color: #73c3da;
}
.bodyLink {
}
.copyrightText {
    font-size: 10px;
    font-style: normal;
    font-family: Arial;
    text-decoration: none;
    color: white;
}


