﻿/*Fonts*/

.fontLink
{
    font-family: Verdana;
    font-size: 1.0em;
    color: #1666A3;
    text-decoration: underline;
}

.fontLink:hover
{
    color: #0b4775;
    font-size: 1.0em;
    cursor: pointer;
}

.fontText
{
    color: #3f4345;
    line-height: 19px;
    font-family: Verdana;
    font-size: 0.75em;
}

.fontText:hover
{
    color: #3f4345;
    font-family: Verdana;
    font-size: 0.75em;
}

.fontTextSpecial
{
    font: 0.8em arial ,sans-serif;
    color: #354146;
}

a.fontTextSpecial:hover
{
    font: 0.8em arial ,sans-serif;
    color: #878787;
}

.fontTextSpecialEmail
{
    color: #1666A3;
    text-decoration: underline;
}

a.fontTextSpecial:hover
{
    color: #0b4775;
    cursor: pointer;
}

.fontMainMenu
{
    color: #1C198A;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.8em;
}

a.fontMainMenu:hover
{
    color: #1C198A;
    font-family: Arial;
    font-weight: bold;
    font-size: 0.8em;
}

.fontSize100
{
    font-size: 100%;
}

.fontSize110
{
    font-size: 110%;
}

