

body
{
	padding : 0px ;
	margin : 0px ;
}

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

img
{
	border : 0px ;
		
}

br.clear
{
	clear : both ;	
}

a
{
	outline : none ;	
}

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



span.highlite
{
	font-weight : bold ;
	background : url( /images/hlshade.png) ;
}










/* =========== KEEP THIS LAST, OTHERWISE WEKIT 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/pixel.gif").substr(0,0) : "") ) : "");
}


 