.normalText
{	
	font-family: Verdana;
	font-size: 12px;
	font-weight: normal;
	color: black;
}

.formText
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.label
{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.textBox
{
	background-color:#FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size:12px;
}

.textBox_Small
{
	background-color:#FFFFFF;
	border: solid 1px #000000;
	font-family: Verdana;
	font-size:12px;
	width: 79px;
}

.dropDownList
{
	background-color:#FFFFFF;
	font-family: Verdana;
	font-size:10px;
}