/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;			/*body font, bg color, margin & font color*/
	background: #262626;
	margin: 0 0 0 0;
	color:#828181;
	font-size:9pt;
}

A:link {
	color:#8a8a8a;										/*Normal Link*/
	TEXT-DECORATION: none;
}

A:visited {
	color:#8a8a8a;										/*Visited Link*/
	TEXT-DECORATION: none;
}

A:active {
	color:#8a8a8a;										/*Active Link*/
	TEXT-DECORATION:  none;
}

A:hover {
	color:#8a8a8a;										/*Hover Link*/
	TEXT-DECORATION: underline;
	}


/* -------------------------------------------------------- title -----------------------------------------------------------*/
.title_blue {
	color: #2583b3;										/*blue text color in title*/
	}
	
.title_green {
	color: #009900;										/*Green text color in title*/
	}

.title_bg {
	font: bold 15px Arial;								/*title font style,bg,alignment & padding*/
	background: url("../images/index_10.jpg") repeat-x center top;
	text-align: left;
	padding-bottom: 2px;
	}
/* ------------------------------------------------------- End title ----------------------------------------------------------*/


	
/* ----------------------------------------------------- header & footer -------------------------------------------------------*/
.header {												
	background: #262626;								/*header black line & height*/
	height: 4px;
}

.banner_bg {
	background-image: url('../images/bgg_02.gif'); 		/* banner bg image, height & alignment*/
	background-repeat: repeat-x;
	background-color: #f6f6f6;
	text-align:center;
	background-position:top; 
	height: 231px;
	vertical-align: top;
	}

.footer_bg {
	background-image: url('../images/bgg_05.gif'); 		/* footer bg image & height*/	
	background-repeat: repeat-x;
	background-position:bottom; 
	height: 28px;
	}
	
.footer {
	background: #262626;								/*header black line & height*/
	height: 50px;
	font: 11px Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align:center;
	vertical-align:top;
	padding-top: 10px;
	word-spacing: 1px;
}


		/*-------------- footer links mouse over effect----------------*/
		
.footer A:link {
	color:#FFFFFF;										/*footer normal link*/
	TEXT-DECORATION: none;
}

.footer A:visited {
	color:#ffffff;										/*footer visited link*/
	TEXT-DECORATION: none;
}

.footer A:active {
	color:#FFFFFF;										/*footer active link*/
	TEXT-DECORATION:  none;
}

.footer A:hover {
	color:#ffffff;										/*footer hover link*/
	TEXT-DECORATION: underline;
	}
	
		/*------------------- End footer links----------------------*/
		
		
		
/* -------------------------------------------------- End header & footer ------------------------------------------------------*/




/* ------------------------------------------------- main text-table Border ----------------------------------------------------*/
.border_top {
	border-top: solid #b99c81 1px;						/*main table top border style, color & width*/ 
	}
	
.border_bottom {
	border-bottom: solid #b99c81 1px;					/*main table bottom border style, color & width*/
	}
	
.border_left {
	border-left: solid #b99c81 1px;						/*main table Left border style, color & width*/
	}
	
.border_right {
	border-right: solid #b99c81 1px;					/*main table right border style, color & width*/
	}
	
.border_topleftbg {
	background-image: url('../images/top_lborder_bg.gif'); 
	background-repeat: no-repeat; 
	background-position: left top;						/*main table left top rounded corner bg image, width, valign & txtalign*/
	width: 18px;
	vertical-align:top;
	text-align:left;
	}
	
.border_toprightbg {
	background-image: url('../images/top_rborder_bg.gif'); 
	background-repeat: no-repeat; 
	background-position: right top;						/*main table right top rounded corner bg image, width, valign & txtalign*/
	text-align:right;
	vertical-align:top;
	width:18px;
	}
	
.border_bottomleftbg {
	background-image: url('../images/bottom_lborder_bg.gif'); 
	background-repeat: no-repeat; 
	background-position: left bottom;					/*main table Left bottom rounded corner bg image, width, valign & txtalign*/
	width: 18px;
	vertical-align:bottom;
	text-align:left;
	}
	
.border_bottomrighttbg {
	background-image: url('../images/bottom_rborder_bg.gif'); 
	background-repeat: no-repeat; 
	background-position: right bottom;					/*main table Right bottom rounded corner bg image, width, valign & txtalign*/
	width: 18px;
	vertical-align:bottom;
	text-align:right;
	}
/* ------------------------------------------------ End main text-table Border ---------------------------------------------------*/




/* ----------------------------------------------------- Main links ---------------------------------------------------------------*/	

.main_links {
	height:30px;
	padding-left:15px;
	font-size:14px;
	font-family:Arial Narrow;							/*Main links td-height, padding font-size, font-color, alignment, bullet-image,bg-image & letter-spacing*/
	color: #006294;
	text-align: left;
	list-style-image: url("../images/bullet.gif");
	list-style-position:inside;
	background: url("../images/index_22.jpg") no-repeat center bottom;
	letter-spacing: 2px;	/*font-family: , Arial, Helvetica, sans-serif;
	*/
}	
.main_links A:link {
	color:#006294;										/* main links normal*/
	TEXT-DECORATION: none;
}

.main_links A:visited {
	color:#006294;										/* main links Visited*/
	TEXT-DECORATION: none;
}

.main_links A:active {
	color:#006294;										/* main links Active*/
	TEXT-DECORATION:  none;
}

.main_links A:hover {
	color:#006294;										/* main links Hover*/
	TEXT-DECORATION: underline;
	}

/* ----------------------------------------------------- End Main links ---------------------------------------------------------------*/



/* ---------------------------------------------------- UL(bullet-margin) --------------------------------------------------------------*/

ul {
	margin:0 0 0 0;										
		}

/* --------------------------------------------------- End UL(bullet-margin) -------------------------------------------------------------*/



/* ------------------------------------------------ Text style of inner pages ---------------------------------------------------------*/		
.txt {
	font-size: 8pt;
	font-family: Arial, Helvetica, sans-serif;
	text-align:justify;
	word-spacing: 1px;
	line-height: 15px;
	padding-left:10px;
	vertical-align:top;
	}
	.td_heading
	{
		 font-size: medium;
		 font-weight:bold;
	}
	.TextBox_Setting
	{
	     width:40%;
	    height:18px;
	  border-style:solid;
	    border-width:1px;
	    border-color:#7f9db9;
	  
	   
	}
	.LoginTextBox_Setting
	{
	    width:100%;
	    height:18px;
	  border-style:solid;
	    border-width:1px;
	    border-color:#7f9db9;
	  
	  
	   
	   
	}
/* ------------------------------------------ End Text style of inner pages --------------------------------------------------------*/

