﻿h1
{
   color: #BE0000;
    font-family: Trebuchet MS;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
h2
{
    color: #BE0000;
    font-family: Trebuchet MS;
    font-size: 29px;
    font-weight: bold;
    letter-spacing: 0.7px;
    text-transform: uppercase;
}
h3
{
    color: #fff;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: normal;
}
h4
{
    color: #3d393a;
    font-family: Trebuchet MS;
    font-size: 16px;
    font-weight: normal;
}
a
{
    text-decoration: none;
}
.pattern_bg
{
   
}
.clr
{
    clear: both;
}
.display_none
{
    display: none;
}
.float_left
{
    float: left;
}
.float_right
{
    float: right;
}
.pad
{
    padding: 10px;
}
.pad_b
{
    padding-bottom: 10px;
}
.pad_t
{
    padding-top: 10px;
}
.horizontal_line
{
    height: 10px;
    
}
.minimum_height
{
	height: 276px;	
}
/* --------------------- Inherit ------------------------ */
.no_border
{
    border: none !important;
}
.no_padding
{
    padding: 0;
}
.no_margin
{
    margin: 0;
}
.no_bg_image
{
    background-image: none !important;   
}
.no_bg_color
{
    background-color: Transparent !important;
}
b
{
    display: none;
}
/* --------------------- Button ------------------------ */

/* --------------------- DropDown Menu ------------------------ */

/* --------------------- Input ------------------------ */
input
{
    height: 16px;
    border: solid 1px #ae2208;
    padding: 2px;
    margin-top: 2px;
    
}

