	/* <![CDATA[ */
	
	/*			LEGEND			
	| .content	-- the content div          |
	| #tabs	   -- the div that holds all tabs   |
	| .tab		-- an inactive tab          |
	| .tabActive  -- an active tab              |
	| .tabHover  -- an inactive tab onMouseOver |
	|___________________________________________*/

	#tabvert {
		position: relative;
		margin: 0px 0px 5px 0px;
	}

	#tabvert img.tab {
		border-left: 0px solid #000000;
		position: absolute;	
		left: 136px;
		z-index: 1000;
	}	 

	#tabvert img.tabActive {
		position: absolute;	
		left: 136px;					
		z-index: 2000;
	}
	 #tabvert .content {
		font-size: 10px; 	 
		position: relative;
		z-index: 500;
		padding: 10px 5px 10px 5px;
		border: 1px solid #37424D;
		width: 136px;
		background: #FFFFFF;
	 }
	 
	#tab_horiz {
		position: relative;
		margin: 0px 0px 5px 0px;
	}

	#tab_horiz img.tab {
		position: absolute;
		z-index: 1000;
	}	 

	#tab_horiz img.tabActive {
		position: absolute;				
		z-index: 2000;
	}
	 #tab_horiz .content {
 		font-size: 10px; 	
		position: relative;
		z-index: 500;
		top: 15px;
		margin: 0px;
		padding: 10px 5px 10px 5px;
		border: 1px solid #37424D;
		width: 100%;
		background: #FFFFF7;
	 }
	.fpNetworkNews {
		width: 100%;
		height: auto;
		border: 0px;
		margin: 0px 0px 5px 0px;
		padding: 5px 0px 10px 0px;
	}
	table.tableContent td {
		font-size: 10px;
	}
	/* ]]> */
