﻿body,tr,td,th,input,textarea,div
{
	font-family: Arial, Trebuchet MS, Tahoma, Verdana;
	font-size: 14px;
	color: #000000;
}

body, form
{
    margin: 0px;
    padding: 0px;
}

body
{
    background-image: url(../Img/Bg.jpg);
    background-repeat: repeat-x;
}

table,tr,td,th
{
    border: 0px;
    margin: 0px;
    padding: 0px;
}

a
{
    color: SlateGray;
    text-decoration: underline;
}

a:hover
{
    text-decoration: none;
}

img
{
    border: 0px;
}

.ImgBorder
{
    border: solid 1px Silver;
    margin: 4px;
}

.IFrame
{
    background-color: White;
    border: solid 1px Silver;
    margin-top: 8px;
    border-style: solid;
    width: 370px;
    height: 200px;
}

.Header
{
    font-size: 24px;
    font-weight: normal;
    padding-bottom: 5px;
}

.HeaderSmall
{
	font-family: Tahoma, Verdana;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
}

.SubHeader
{
    color: #424242;
    font-size: 18px;
    font-style: italic;
}

.TagLine
{
    background-image: url(../Img/TagLineBg.gif);
    background-repeat: no-repeat;
    width: 244px;
    height: 104px;
	font-family: Trebuchet MS, Tahoma, Verdana;
    font-size: 23px;
    font-weight: bold;
}

.TopHolder
{
    background-image: url(../Img/TopBg.gif);
    background-color: Silver;
    width: 100%;
    color: White;
    height: 49px;
	text-transform: uppercase;
}

.TopHolder a
{
    text-decoration: none;
}

.TopHolder a:hover
{
    color: #081f3a;
}

.TopContent
{
    color: White;
    padding-left: 24px;
	text-transform: uppercase;
	vertical-align: middle;
}

.TopLink
{
    padding: 8px;
	color: White;
	font-weight: bold;
	font-size: 18px;
	height: 25px;
}

.BottomHolder
{
    background-image: url(../Img/BottomBg.gif);
    background-color: Black;
    height: 89px;
    width: 100%;
}

.BottomContent
{
    color: White;
    margin-left: 3px;
	vertical-align: middle;
}

.BottomTextBig, .BottomText
{
	color: White;
	font-size: 10px;
	width: 710px;
}

.BottomTextBig
{
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top: 6px;
}

.LogoHolder
{
    height: 220px;
    padding-top: 18px;
    padding-left: 30px;
}

.BottomHolder
{
    height: 89px;
    width: 100%;
    color: White;
    padding-left: 10px;
	vertical-align: middle;
}

.VideoCloseButton
{
    font-weight: bold;
    font-size: 11px;
    margin-top: 4px;
    height: 27px;
}

.BoxGradient
{
    background-image: url(../Img/GradientBg.gif);
    background-color: #F8F8F8;
    background-repeat: repeat-x;
    background-position: top;
    border-top: solid 1px SlateGray;
    border-bottom: solid 1px Silver;
    padding: 6px;
}

.Tab
{
    background-color: #F8F8F8;
    border-top: solid 1px SlateGray;
    border-right: solid 1px SlateGray;
    border-left: solid 1px SlateGray;
    padding: 10px;
}

.BoxGradientAlert
{
    background-color: #FFC3AB;
    border-top: solid 1px SlateGray;
    border-bottom: solid 1px Silver;
    padding: 6px;
}

.BoxTerm
{
    font-weight: bold;
    font-size: 17px;
	background-color: #e8edf1;
	padding: 8px;
	border-bottom: solid 4px #96afc4;
}