html
{
    min-height: 100%;
    margin-bottom: 1px;
}

body
{
    background-color: #0101ad;
    margin: 0px;
}

a
{
    text-decoration: none;
    color: #ff9f2e;
}

a:hover
{
    text-decoration: none;
    color: #ff9f2e;
}

a:link
{
    text-decoration: none;
    color: #ff9f2e;
}

a:visited
{
    text-decoration: none;
    color: #ff9f2e;
}

img
{
    padding: 0;
    margin: 0;
    vertical-align: text-bottom;
    border: 0;
}

.mainImage
{
    text-align: center;
}

.enterSiteText
{
    text-align: center;
    font-family: Verdana;
    font-size: small;
    font-weight: bold;
    color: #F7A50E;
}

.center
{
    text-align: center;
}

.rightText
{
    text-align: right;
}


.link
{
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #FF9F2E;
}

.webDevBy
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #FFFFFF;
}

.LiquidBubblesLink
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #F7A50E;

    text-decoration: none;
}

.text
{
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #FFFFFF;
}

.ContactUs
{
    font-family: tahoma;
    font-size: 10pt;
    font-weight: bold;
    color: #FF9F2E;
    width: 100%;
}

.TextBox, .TextArea, .TextArea_FullWidth
{
    border: 1px solid #8C8C8C;
    font-size: 10pt;
    margin-top: 5px;
    padding: 3px;
    width: 190px;
}

.TextArea_FullWidth
{
    width: 413px;
}

.ColumnSpacer
{
    width: 25px;
}

.RowSpacer
{
    height: 15px;
}

.SubmitButton {
	color: #505050;
	font-family: Verdana;
	font-size: 8pt;
	font-weight: bold;
	border: 1px solid #8C8C8C;
	background-color: #F0F0F0;
    cursor: pointer;
    height: 20px;
    width: 75px;
}

.Error_Text
{
    color: #FF0000;
}

.ContactUsCell
{
    vertical-align: top;
}

.hidden
{
    visibility: hidden;
}



