.formMandatoryField
{
    color: #DF8D00;
	width: 10px;
}
.FormTextColor
{
    color: #000066;    
}
.FormTextColor label
{
    font-size:12px;    
}
.formNoteLink
{
	font-size: 10px;
	padding-bottom: 5px;
	font-family: Verdana;
}
.formNoteLink A
{
}
.formNoteLink A:visited
{
}

.formNoteText
{
	font-size: 10px;
	padding-bottom: 5px;
	font-family: Verdana;
	text-align: right;
}

.formTitleText
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;	
}

.formText14
{
	font-family: Verdana;
	font-size: 14px;
}

.formText16
{
	font-family: Verdana;
	font-size: 16px;
}

.formText
{
	font-family: Verdana;
	font-size: 12px;
	width: 100%;
}

.formText A
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

.formText A:visited
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}

/*
.formText A:hover
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
*/

.formInputText
{
	font-size: 11px;    
	font-family: Verdana;	
}
.formInput
{
    width: 100%;
    color: Black;
}
.formInputRadio
{
    vertical-align: top;
    width: 1%;
}
.FormErrorMsg
{
    font-size: 14px;
    font-weight: bold;
    color: Red;
    text-align: center;
}
.formText_OR_File
{
    font-weight: bold;
}
.FormAccessabilityMessage
{
    /*position: absolute;*/
    margin-left: -500px;
    margin-top: -500px;
   /* left: -9999px;
    top:  -9999px; */    
}