/* ------------------------------------------------------------------------------ BOF */

	* {
	    margin:0;
	    padding:0;
	    line-height:14px;
	    font-family:Verdana,Helvetica,Arial,sans-serif;
		color:White; 
	}
	
	body {
	    background-color:#006699;
	}
	
	a {
		color:White;
		text-decoration:none; 
	}
	
	a:hover {
		text-decoration:underline; 
	}
	
	#id_footer 	{
		width:960px;
		margin:0px auto;
	    font-size:9px;
	    height:20px;
	}
	
	#id_footer_left	{
		float:left;
		width:400px;
	    text-align:left;
	    height:20px;
	}
	
	#id_footer_right {
		float:right;
		width:400px;
	    text-align:right;
	    height:20px;
	}
	
	
	
/* ------------------------------------------------------------------------------ EOF */