/* CSS Design by DSI */

@import url("../css/templates.css");

* {
	margin: 0;
	padding: 0;
}
body{
	margin:0 auto; padding:0;
	font-family:Arial, Verdana;
	font-size:12px;
	width:98%;
	color:#222222;
	background:#086090 url(../images/bg_body.jpg) top left repeat-x;
}


a{
	text-decoration:none;
	color:#ffffff;
}
 

img{
	border:0;
	behavior: url(../css/iepngfix.htc);
	
}
.clr{ clear:both; *height:-5px;}
