/* Huangeuchai.com style sheet v2009 mar */
/* for screen */

/* basic elements */

		html, body 		{ margin: 0; padding: 0; }
		body 			{ color: #333; 
						  font: 12px Helvetica, Arial, sans-serif; 
						  line-height: 18px; 
						  background-color:#FFFFFF;
						  background-image: url('FI-bg3.jpg');
						  background-repeat: repeat-x;
						  background-attachment: fixed;
						  background-position:bottom center;}
		
		p				{margin: 0 0 12px 0; font-size:14px;}		
		h1				{text-align: center; font-size:24pt; font-weight:600; line-height:120%; margin:0 0 12px }
		h2				{text-align:left; color: #CC0000; padding: 10px 0 0 0; font-weight: 500; font-style:italic;}
		h3				{text-align: center; margin:18px 0 3px; font-size:14pt; font-weight:500; color:#000000;}
		h4				{text-align:left; font-size:18px; font-weight:500; margin:0 0 3px 0;}
		h5				{text-align:justify; font-size:12px; font-weight:bold; margin:0}
		h6				{ }

		.it				{font-style:italic;}
		.ctr			{text-align:center;}
        .ind            {text-align:right;}
		.neg			{background-color:#666666; TEXT-ALIGN: center; color: #fff0c4; font-size:13pt; margin:2px 0; line-height:16pt; padding-bottom:2px }
	
		a               {text-decoration: none;}              
        a:link 			{color: #B32222; font-weight: bold;}
		a:visited 		{color: #CCA566; font-weight: bold;}
		a:hover 		{color: #E54545; font-weight: bold;}
		a:active 		{color: #FF6666; font-weight: bold;}
        
        a.nobold:link 		{color: #B32222; font-weight: normal;}
		a.nobold:visited 	{color: #CCA566; font-weight: normal;}
		a.nobold:hover 		{color: #E54545; font-weight: normal;}
		a.nobold:active 	{color: #FF6666; font-weight: normal;}

		a.nav:link 		{color: #FFAD33}
		a.nav:visited 	{color: #CCA566}
		a.nav:hover 	{color: #E54545}
		a.nav:active 	{color: #FFF0BF}
		
		a.special:link 		{color: #CC0000; font-weight:normal;}
		a.special:visited 	{color: #CC0000; font-weight:normal;}
		a.special:hover 	{color: #E54545; font-weight:normal;}
		a.special:active 	{color: #EDB50C; font-weight:normal;}
		
		a.banner		{text-decoration: none;}
				
		img 			{border-style: none;}
		
		#container		{ width: 900px; margin: 0 auto; }
		
/* Header */
		#header			{ margin: 6px 0 3px 0;
						  height: 120px;
						  background-image: url('Exp_IT_header2.jpg');
						  background-repeat: no-repeat;}
		
/* Content Style */
		#navigation		{ margin: 0 0 10px 0; padding: 0; line-height: 1.5;}
		#extra			{ margin: 0 0 10px 0; background-color: #7c7c7c; padding: 5px;}
        #extra1			{ margin: 0 0 10px 0; text-align:center;}
		#box1			{ margin: auto; background-color: #fff1cc; border: 2px solid #888; padding: 10px 10px 0;}
		#box2			{ margin: auto; background-color: #d4dcec; border-style:solid; border-width: 1px 2px 2px 1px; border-color: #f9f7ff #888 #888 #f9f7ff;}
		#mainpage		{ background-color: #F2F2DC;
						  margin-bottom: 6px; 
						  padding: 20px 30px ; 
						  font-family: Georgia, serif; 
						  text-align: justify;}
		
				
/* Content Positioning & Size */
		#navigation		{ float: left; clear: left; width: 130px; }
		#mainpage		{ float: right; width: 690px; }
		#extra			{ float: left; clear: left; width: 130px; }
        #extra1			{ float: left; clear: left; width: 140px; }
		#col-left		{ float: left; width:330px;}
		#col-right		{ float: right; width:330px;}
				
/* Footer */
		#footer			{ background: #333; clear: both; width: 100%; text-align:center; margin: 0 0 6px 0}
		#footer a		{ color: #eee; }
		#footer	p		{ color: #ccc; font-size: 11px; margin-bottom: 2px; padding: 0; }
		#footer ul		{ border-bottom: 1px solid #555; list-style: none; margin: 0 18px ; padding: 2px 0 ; }
		#footer li		{ display: inline; font-size: 12px; font-weight: 400; padding-right: 25px; }
