﻿html 
{
    font-family:Helvetica, Arial, sans-serif;
    font-size:12px;
}

.Larger
{
    font-size:18px;
}

.Large
{
    font-size:16px;
}

.Medium
{
    font-size:14px;
}

.Normal
{
    font-size:12px;
}

.Small
{
    font-size:11px;
}

.Smaller
{
    font-size:9px;
}

.Bold
{    
    font-weight:bold;
}

.Black
{    
    color:Black;
}

.No-Bold
{    
    font-weight:normal;
}

.Italic
{    
    font-style:italic;
}

.Red
{    
    color:Red;
}

.DarkBlue
{
    color:#000e3e;
}

.Orange
{
    color:#dc4c2b;
}

.Gold
{
    color:#a39161;
}

.Center
{
    text-align:center;
}

table, table tr, table tr td
{
    border:none;
    vertical-align:top;
}

.Caps
{
    text-transform:uppercase;
}

.No-Caps
{
    text-transform:none;
}

.Beige_BackGround
{
    background-color:#e4dfcd;
}

table, table tr, table td
{
    padding:0px;
    margin:0px;
}

h1
{
    padding-top:3px;
    padding-bottom:3px;
    margin:0px;
    text-transform:uppercase;
    font-weight:bold;  
    font-size:18px;
    display:block;
}

h2
{
    padding-top:2px;
    padding-bottom:4px;
    margin:0px;
    font-weight:bold;
    font-size:14px;
    color:#00103e;
    display:block;
}

h3
{
    padding-top:2px;
    padding-bottom:4px;
    margin:0px;
    font-weight:bold;
    font-size:14px;
    color:#00103e;
    display:block;
}