﻿.Body
{
    margin:0px;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
    color:White;
}
.CustomJetShowBody
{
    margin:0px;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
    color:White;
    background-image:url(Images/bg_customjetshow.png);
    background-position:top;
    background-repeat:no-repeat;
}
.ExpoBody
{
    margin:0px;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
    color:White;
    background-image:url(Images/bg_expo.png);
    background-position:top;
    background-repeat:no-repeat;
}
.AircraftShowcaseBody
{
    margin:0px;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
    color:White;
    background-image:url(Images/bg_expo.png);
    background-position:top;
    background-repeat:no-repeat;
}
.UnitySummitBody
{
    margin:0px;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
    color:White;
    background-image:url(Images/bg_unitysummit.png);
    background-position:top;
    background-repeat:no-repeat;
}
.EntertainmentBody
{
    margin:0px;
    background-color:#000000;
    font-family:Arial;
    font-size:12px;
    color:White;
    background-image:url(Images/bg_expo.png);
    background-position:top;
    background-repeat:no-repeat;
}
.WhiteLink
{
    color:White;
    text-decoration:none;
}
.WhiteLink:Hover,.WhiteLink:active,.WhiteLink:focus
{
    color:White;
    text-decoration:underline;
}
.FooterBar
{
    background-image:url(Images/footer_redtopbar.png);
    background-position:top;
    background-repeat:no-repeat;
}
.FooterSeparator
{
    background-image:url(Images/footer_separator.png);
    background-position:top;
    background-repeat:no-repeat;
}
.WhiteSmallHeading
{
    color:White;
    font-weight:bold;
    font-size:11px;
}
.RedSmallHeading
{
    color:#cc0000;
    font-weight:bold;
    font-size:11px;
}
.GrayText
{
    color:#484848;
    font-size:11px;
}

h1
{
    color:#e41d38;
    font-weight:bold;
    font-size:17px;
}

h2
{
    color:#e41d38;
    font-weight:bold;
    font-size:13px;
}
.SubmitButton
{
    background-image:url(Images/btn_image.png);
    background-repeat:no-repeat;
    background-position:center;
    width:77px;
    height:27px;
    font-weight:bold;
}
.TxtBox
{
    border:solid 1px #383838;
}
