﻿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
{
    background: url(../img/info_box_bg.png) repeat;
}
.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;
    background: url(../img/horizontal_line_bg.png) repeat-x left top;
}
.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;
    background: #fff url(../img/newsletter_box_input_text_bg.png) repeat-x left top;
}
