/* CSS Document */
.headin
{
	font-family: Tahoma;
	font-size: 16px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
	text-align:center;
	color:#FF6600;;
}

.headinfontstyle
{
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}

.normalfont
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight:normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}

.textboxfont
{
	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 17px;
	width: 200px;
}
.tdborder
{
	border: 1px solid #FFEECC;
}
.borderleft
{
	border-left-style:solid;
	padding-left:5px;
	padding-bottom:5px;
	border-left-width: 1px;

	border-left-color: #EDEDED;
 }
 
 .asterik
{
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bolder;
	font-variant: normal;
	text-transform: none;
	color: #E47801;
	text-decoration: none;
}
.textboxarea {

	font-family: Tahoma;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	height: 40px;
	width: 200px;
}

