﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font-family:Arial,Tahoma,Verdana;
font-size:11px;
color:#454545;
line-height:22px;
}
ul,li{
list-style:none;
}
a,area { blr:expression(this.onFocus=this.blur()) } /* for IE */
:focus { -moz-outline-style: none; } /* for Firefox */ 
a{
color:#666;
text-decoration:none;
}
a:hover{
color:#F60;
}
.cl{
clear:both;
line-height:0;
overflow:hidden;
}
.l{
float:left;
}
.r{
float:right;
}