﻿body 
{
    background-color:#111111;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 100%;
}

.Normal
{
    font-family: Arial;
    font-size: 12px;
    color: #ebebeb;
    font-weight: normal;
    letter-spacing: normal;
}

.NormalBold
{
    font-family: Arial;
    font-size: 12px;
    color: white;
    line-height: 14px;
    font-weight: bold;
}

.HDTitle
{
    font-family: Arial;
    font-size: 18px;
    font-weight: normal;
    color: #5596d6;
}

.HDSummary
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    color: #ebebeb;
}

.HDKeywords
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #8c8c8c;
}

.HDBody
{
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #ebebeb;
}

.HDFooter
{
    font-family: Arial;
    font-size: 10px;
    font-weight: normal;
    font-style: italic;
    color: #8c8c8c;
}

.HDSubHead
{
    font-size: 16px;
    font-weight: normal;
    background-color: #282828;
    padding-left: 10px;
    padding-right: 50px;
    line-height: 24px;
    color: #5596d6;
    font-style: italic;
    border: solid 1px #505050;
}

.HD1
{
    font-size: 16px;
    font-weight: normal;
    background-color: #282828;
    padding-left: 10px;
    padding-right: 50px;
    line-height: 24px;
    color: #5596d6;
    border: solid 1px #505050;
}

.HD2
{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    border: solid 1px #ebebeb;
    background-color: black;
    padding-left: 2px;
    padding-right: 4px;
}

.HDLI1
{
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    color: #5596d6;
}

.HDTab
{
    padding-left: 10px;
}

.NormalTextBox
{
    background-color: #191919;
	border-color: #505050;
	border-width: 1px;
	border-style:solid;
	padding-bottom: 1;
	padding-left: 1;
	padding-right: 1;
	padding-top: 1;
	font-weight: normal;
	text-align: left;
	vertical-align: bottom;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	color: #b4b4b4;
}


.FormButton
{
	cursor: pointer;
	font-family: Arial;
	letter-spacing: normal;
	background-image: url(Images/FormButtonBlack.gif);
	border: solid 1px #8c8c8c;
	height: 24px;
	color: #fe8a44;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.FormButton:hover
{
	background-image: url(Images/FormButtonBlue.gif);
}

.NormalO
{
    font-family: Arial;
    font-size: 12px;
    color: #fe8a44;
}

.NormalO:hover
{
    color: #fdb67c;
}

.NormalG
{
    font-family: Arial;
    font-size: 12px;
    color: #787878;
    letter-spacing: normal;
}

.ImageTextButton_Video
{
    font-family: Arial;
    font-size: 12px;
    line-height: 22px;
    color: #fe8a44;
    border: solid 1px black;
    padding: 10px 4px 10px 30px;
    background-image: url(Images/Video.png);
    background-position: left center;
    background-repeat: no-repeat;
    vertical-align: middle;
    text-decoration: none;
}

.ImageTextButton_Video:Hover
{
    font-family: Arial;
    font-size: 12px;
    line-height: 22px;
    color: #fe8a44;
    border: solid 1px #505050;
    background-color: #282828;
    padding: 10px 4px 10px 30px;
    text-decoration: none;
}

.FormButtonFlat
{
	cursor: pointer;
	font-family: Arial;
	letter-spacing: normal;
	background-color: #1b69b1;
	border: solid 1px #8c8c8c;
	height: 24px;
	color: white;
	font-size: 12px;
	line-height: 12px;
	vertical-align: middle;
	padding-left: 10px;
	padding-right: 10px;
}

.FormButtonFlat:hover
{
	background-color: #ebebeb;
	color: Black;
}