﻿html, body, form
{
    margin: 0px;
    height: 100%;
    font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	background: #182a41;
}

h1, h4
{
    color: #FFFFFF;
}

#container
{
    width:779px;
    height: 100%;
    margin-top: 0px;
    margin-left:auto;
    margin-right:auto;
    padding-top: 50px;
    position:relative;
    background-image: url('../Images/bkgd.png');
    background-repeat: repeat-y;
    background-position: left top;
}

.formTable
{
    background: #EEEEEE;
    border: 1px solid #000000;
    width: 100%;  
}

.sectionHeader 
{
	text-align: left;
	text-decoration: none;
	color: #FFFFFF;
	background: #999999;
}

.required
{
    font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}