﻿/* Text styles */
.MainBodyText
{
    font-family:Verdana;
    font-size:12px;
    text-align:justify;
}
.MainBodyTextHeader
{
    font-family:Verdana;
    font-size:14px;
    text-align:center;
    font-weight:bold;
    color:black;
    
}

.FooterText
{
    font-family:Verdana;
    font-size:9px;
}

/*Links */
a.blueHyper
{
    color:Red;
    font-family:Verdana;
    font-size:10px;
}
a.blueHyper:Hover
{
    color:#C10000;
    text-decoration:none;
}

a.blueHyperBodyStyle
{
    color:Red;
    font-family:Verdana;
    font-size:12px;
}
a.blueHyperBodyStyle:Hover
{
    color:#C10000;
    text-decoration:none;
}