﻿body {
}
.headers
{
    height: 40px;
    background-color: #FF0000;
    font-family: 'Agency FB';
    font-size: medium;
    color: #FFFFFF;
}
.borders
{
    border: 1px solid #FF0000;
    font-family: 'Century Gothic';
    font-size: small;
    width: 39px;
}
.Textboxs
{
    border: 1px solid #000000;
    width: 140px;
    margin:2px;
}
.watermakers
{
    color: #CCCCCC;
}
.Button
{
    border: 1px solid #FFFFFF;
    background-color: #FF0000;
    color: #FFFFFF;
    font-family: 'Agency FB';
    font-weight: bold;
    font-size: medium;
    width: 48px;
}
.btnNewsSignup
{
    color: #FF0000;
}
.splash
{
    position: fixed;
    top: 0px;
    left: 0px;
    text-align: left;
    background-image: url('../../img/splash1.png');
    width: 100%;
    height: 800px;
}