.HeaderTable
{
	margin-bottom: 10px;
    width: 70%;
}

/* Form table settings */
.FormTable
{
    margin-top: 10px;
    margin-bottom: 10px;
    width: 70%;
}

.FormTable .Caption
{
	font-size: .7em;
	vertical-align: top;
    color: Black;
}

.FormTable .InputCaption
{
    font-size: 12px;
    width:140px;
    vertical-align: top;
    color: Black;
}

.FormTable .InputCaptionLarge
{
	font-size: .8em;	    
    vertical-align: top;
    color: Black;	
}

.FormTable .InputField                         
{
    font-size: 12px;
    width: 260px;    
    background-color: #e1dfd0;
}

.FormTable .Required
{
    color: #006699;
}

.FormTable .InputComment
{
    text-align: right;
    font-size: 12px;
}

.FormTable .InputTextAreaSmall
{
    font-size: .7em;
    width: 100%;    
    background-color: #e1dfd0;
    height: 75px;    
}

.FormTable .Formnote
{
	font-size: 12px; 
    vertical-align: top;
    color: Black;
    padding-bottom:10px;
}

.FormInfoText
{	 
	 vertical-align:top;
	 font-size:12px;
	 text-align:center;
}

.FormText
{	 
	 
	 font-size:12px;
	 
}

.FormInfoTextLeft
{
	 vertical-align:top;
	 font-size:12px;
	 text-align:left;
}

.RadioButtons
{
	font-size:12px;
	
}

.RadioButtonGroup
{
	font-size:12px;
}


.Button
{
    font-size: .75em;
}

.FooterText
{
	color:#999999;
	font-size:10px;
}

.HomeButtonText
{
	font-size: 10px;
	color: #ffffff;
	font-family: Arial;
}

.FormHeaderLarge
{
	font-weight: bold;
	font-size: 14pt;
	color:black;
	padding-bottom: 20px;
	padding-top: 8px;
	text-align:center;
}

.FormHeaderImage
{
   text-align:center;
   padding-top:25px;
}

.ValidatorText
{
	font-size:12px;
	vertical-align:top;	 
		
}


