/* CSS Document */

body, html, ul{
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	font-size:75%;
	background-color:#F9F9F9;
	/*	filter:alpha(opacity=25);
		-moz-opacity:0.25;
		opacity:0.25;*/
		
}
br {
	line-height:0.6em;	
}
br.clear{
	clear:both;	
	line-height:1em;
}
a{
	text-decoration:none;
	color:#000;	
}
img{
	behavior: url("pngbehavior.htc");	/* for IE non-png-support */
	width:16px; 						/* for IE non-png-support */
	height:16px; 						/* for IE non-png-support */
	vertical-align:text-top;
	border:0;
}
