﻿.MainBigBold
{
    font-weight: bold;
    font-size: 24pt;
    color: blue;
}

.MainMedBold
{
    font-weight: bold;
    font-size: 16pt;
    color: blue;
}

.BoldStyle
{
    font-weight: bold;
}

.FadedStyle
{
    color: lime;
    font-style: italic;
}

.UnderStyle
{
    text-decoration: underline;
}

.ContentStyle
{
    vertical-align: top;
    text-align: center;
    width: 100%;
}



.NavTableCol
{
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    vertical-align: top;
    background-color: #00ccff;
    width: 20px;
}


.NiceBlueBack
{
    background-color: #00ccff;
}



.RateDescStyle
{
    text-align: center;
    width: 450px;
}

.RateCostStyle
{
    text-align: center;
    width: 100px;
}

.RateExtraStyle
{
    text-align: center;
    width: 100px;
}



.SchCellPad
{
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: top;
    text-align: left;
}


.SchHeadText
{
    color: blue;
    font-size: 32pt;
}

.MiscCenter
{
    text-align: center;
}

.BlackStyle
{
    color: black;
}


.Hyper14
{
    font-size: 14pt;
}

body
{
    font-family: Arial;
    text-align: center;
}
