﻿

h1
{
    font-family: arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    color: #003f5b;
    margin-bottom: 15px;
}

p
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535353;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 15px;
}

p a
{
    color: #003f5b;
    text-decoration: none;
}

p a:Hover
{
    color: #0074A6;
    text-decoration: none;
}


.QuickList ul
{
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 15px;
}

.QuickList li
{
    padding: 2px 2px 4px 2px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535353;
    margin-left: 35px;   
}


.TableText
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #535353;
    text-align: justify;
    line-height: 20px;
    margin-bottom: 15px;
}

.TableText a
{
    color: #003f5b;
    text-decoration: none;
}

.TableText a:Hover
{
    color: #0074A6;
    text-decoration: none;
}


.GalleryImage
{
    padding: 2px;
    border: 1px solid #C0C0C0;
    float: left;
    margin-right: 3px;
    margin-top: 3px;
}