.News .bgColor1 { /* Light Geay */
	background-color: #E4E9EF;
}

.News .normalItalicText {
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 10px;
	color          : #000000;
	text-decoration: none;
	font-style     : italic;
}

.News .bigBoldText1 { 
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 14px;
	font-weight	   : bold;
	color          : #000000;
	text-decoration: none;
}

.News .colorNormalText { /* blue text */
	font-family    : Verdana, Arial, Helvetica, sans-serif;
	font-size      : 10px;
	color          : #0A60C2;
	text-decoration: none;
}

.News .bgColor2 {
	background-color: #9FB2C6;
}

.News .inputType1 { /* To make the style for input box */
	background-image 	 : url('img/inputtext_bg.gif');
	background-repeat	 : no-repeat;
	background-position	 : top left;	
	border				 : 0px;
	text-indent			 : 2px;
	width				 : 260px;
	height				 : 18px;
}

.News .loadingBox {
	border			:1px solid #000000;
	background-color:#F3F3F3;
	width			:100px;
	height			:40px;
	z-index			:100;
	top				:10px;
	left			:10px;
	font-size		:12px;
	color 			:#6D6E82;
	position		:fixed;
	display			:none;
	_position		:absolute;
	_top			:expression(eval(document.body.scrollTop + 10));	
}

.News .DisplayNone {
	display			:none;
}

.News .DisplayBlock {
	display			:block;
}