

body
{
	padding : 0px ;
	margin : 0px ;
	font-family : arial, helvetica ;
	font-size : 12px ;

}

/* =================================generics */

img
{
	border : 0px ;	
}

br.clear
{
	clear : both ;	
}

a
{
	outline : none ;	
}

:focus
{
	-moz-outline-style : none ;	
}

















/* =========== KEEP THIS LAST, OTHERWISE WEBKIT BASED BROWSERS WILL FAIL */

img.fixable
{
	filter:expression( typeof XMLHttpRequest == "undefined" ? ( (typeof this.src == "string" && this.src.match(".png") == ".png" ? this.runtimeStyle.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+this.src+"')" + (this.src="images/new/pixel.gif").substr(0,0) : "") ) : "");
}


 
