.regularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: bold;
}
.orangeLink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #ED770A;
}
.whiteText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}

.regularTextBOLD {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
#
.textfield_effect {
#
/*we will first set the border styles.*/
#
border-width: 1px;
#
border-style: solid;
#
border-color:#FF6600;

}

a.special:link {
     color: #FF6600;
     background-color: transparent;
     }

a.special:visited {
     color: #FF6600;
     background-color: transparent;
     }

a.special:hover {
     color: #FF6600;
   
     text-decoration: none;
     }

a.special:active {
     color:#FF6600;
     background-color: transparent;
   
   
     }
	 

#textField{
background-color:#FFFFFF;
border-bottom: 1px solid #ED770A;
border-top: 1px solid #ED770A;
border-left: 1px solid #ED770A;
border-right: 1px solid #ED770A;


}#textfield2 {
	border-top-color: #FF6600;
	border-right-color: #FF6600;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
}


.textfield_effect    {
    /*we will first set the border styles.*/
    border-width: 1px;
    border-style: solid;
    border-color: #FF6600;
	
}