/* CSS Design by DSI */

@import url("../css/templates.css");

* {
	margin: 0;
	padding: 0;
}
body{
	margin:0 auto; padding:0;
	font-family:Tahoma, Verdana;
	font-size:12px;
	color:#222222;
	background:#fff;
}


a{
	text-decoration:none;
	color:#4f4f4f;
}

img{
	border:0;
	behavior: url(../css/iepngfix.htc);
}
.clr{ clear:both;}

