	.tabheader
	{
		list-style:none;
		position:relative;
		top:1px;
		padding-left:85px;
		padding-top:8px;
	}
	
	.news
	{
		padding-left:10px;
	}
	
	.tabheader li
	{
		float:left;
		padding-left:1px;
		position:relative;
	}
	

	.tabheader h3
	{	
		font-size:11px;
		font-weight:bold;
		border: 1px solid #9d9d9d;
		padding:1px 7px 1px 7px;
		background: #d8d8d8;
		color:#646363;
		float:left;
		cursor:pointer;
		
	}
	h3.selectedTab 
	{
		background:white;
		color:#7a1816;
		border-bottom:none;
		height:16px
		position:relative;
		margin-bottom:-1px;
		padding-bottom:1px;
		font-size:12px;
	}
	.tabcontentwrap
	{
		background:#FFFFFF;
		clear:both;
		margin-left:3px;
		width:245px; 
		height:115px;
		border: 1px solid #9d9d9d;
	}
	
	.newscontent
	{
		width:439px;
		height:128px;
		border:none;
		border-top:1px solid #9d9d9d;
		margin-left:0px;
	}
	
	.tabimagewrap
	{
		float:left;padding:4px;
	}
	
	.tabcontent
	{
		display:none;
		float:left;
		width:158px;

	}

	.show
	{
		display:block;
	}
	
	.tablinks, .newslinks
	{
		list-style:none;
	}
	
	.tablinks
	{
		margin-top:4px;
		height:100px;
	}
	
	.tablinks li
	{
		
		padding:0px 0px 0px 13px;
		font-size:11px;
	}

	.newslinks li
	{
		background: url(/images/bullet.jpg) no-repeat 5px 3px;
		padding: 2px 0px 2px 20px;
		font-size:12px;
		list-style-type:none;
	}
	
	.newslinks
	{
		margin-top:5px;
		height:140px;
		width:438px;
		
	}
	.electric li
	{
		background: url(/images/electric_bullet.jpg) no-repeat 0px 2px;
	}

	.gas li
	{
		background: url(/images/gas_bullet.jpg) no-repeat 0px 2px;
	}
	
	.telecom li
	{
		background: url(/images/telecom_bullet.jpg) no-repeat 0px 2px;
	}
	.tabmore_links
	{
		float:right;
		padding:4px;
		
	}
	#hitcount
	{
		font-size:10px;
		float:left;
		margin-top:10px;
		text-align:center;
		width:1000px;
		color:#003366;
		
	}