.bodyText_red{
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	color:  #FF3600;
	text-decoration: none;
}

.bodyText_black {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.inputBox {
	font-family: "Tahoma";
	font-size: 11px;
	font-weight: normal;
	border: 1px solid #83A8CC;
	padding:0px 0px 0px 2px;
	background-color: #FFFFFF;
}

.url a:link {font-size: 12px;;color: #5D92A8;;text-decoration: none;}
.url a:visited {font-size: 12px;;color: #5D92A8;;text-decoration: none;}
.url a:hover {font-size: 12px;;color: #FF0000;text-decoration: none;}

.text_normal{
	font-family: "Tahoma";
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.text_gray{
	font-family: "Tahoma";
	font-size: 11px;
	line-height: 16px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}
			
.url_normal   a:link{color:#358DCF;text-decoration:underline;}
.url_normal   a:visited{color:#358DCF;text-decoration:underline;}
.url_normal   a:hover{color:#EF6409; text-decoration:underline;}
			
			
