﻿input, option, select
{
    font-family:Trebuchet MS;
    font-size:12px;
}

h1, h2, h3, h4, h5, h6
{
    padding:0px;
    margin:0px;
}

.Red_Header, h2, h2 span
{
    font-family:Trebuchet MS;
    font-size:14px;
    font-weight:bold;
    color:#c9262c;
}

.Gold_Header, h3, h3 span
{
    font-family:Trebuchet MS;
    font-size:14px;
    font-weight:bold;
    color:#b7b08b;
}

.Black_Header
{
    font-family:Trebuchet MS;
    font-size:16px;
    font-weight:bold;
    color:Black;
}

.Black_SmallHeader
{
    font-family:Trebuchet MS;
    font-size:14px;
    font-weight:bold;
    color:Black;
}

.Normal_Text
{
    font-family:Trebuchet MS;
    font-size:12px;
    font-weight:normal;
    color:Black;
}

.Small
{
    font-size:11px;
}

.Smaller
{
    font-size:9px;
}

.Caps
{
    text-transform:uppercase;
}

.No-Caps
{
    text-transform:capitalize;
}

p, span, a
{    
    font-family:Trebuchet MS;
    font-size:12px;
    padding:0px;
    margin:0px;    
}

p
{
    padding-top:6px;
}

a
{
    color:#4c4b53;
    text-decoration:none;
}

.Bold
{    
    font-weight:bold;
}

.Red
{    
    color:Red;
}

.Center
{
    text-align:center;
}

table, table tr, table tr td
{
    border:none;
    vertical-align:top;
}

ul
{
    padding:10px;
    margin:0px;
    margin-left:15px;
}

ul li
{
    list-style-image:url('../Images/Backgrounds/RedDot.jpg');
}