﻿body {
    font-family:'Trebuchet MS';
    font:13.5pt normal;
}
#headerText{
    font-family:Andy 'Trebuchet MS';
    font-size:50pt;
}
#slideshowdiv {
    text-align:center;
    color:white;
}

/*Centers the text in an element*/
.centerText{
    text-align:center;
}

/*Link stuff*/
.barLink:link{
    text-decoration:none;
    color:#3e6a8a;
    font-weight:bolder;
    font-size:13.5pt;
}

.barLink{
    font:11pt;
}

.barLink:visited{
    text-decoration:none;
    color:#3e6a8a;
    font-weight:bold;
    font:11pt;
}

.barLink:hover {
    text-decoration: underline;
    font:12pt;
}

.titleLink:link{
    border:none;
    text-decoration:none;
}

.titleLink:visited{
    border:none;
    text-decoration:none;
}

a:link{
    text-decoration:none;
    color:#dbdbdb;
    font-weight:bold;
}

a:visited{
    text-decoration:none;
    color:#dbdbdb;
    font-weight:bold;
}

a:hover {
    text-decoration: underline;
}

.quote{
    font-size:16pt;
    font-style:italic;
}

.sectionTitle{
    font:34pt bold 'Times New Roman';
}

.bold{
    font-weight:bolder;
}
.linkDiv{
    font:9pt;
}

.calculatorText{
    font-size:15pt;
}