﻿@charset "utf-8";
*{
margin:0;
padding:0;
}
img{
border:0;
}
body{
font: 12px Arial;*font: 11px  Arial;
font-size:12px;
color:#666;
line-height:18px;
background: url(../images/bg.gif) repeat-x left top;
}
ul,li{
list-style:none;
}
a{
color:#666;
text-decoration:none;
}
a:hover{
color:#f60;
}
.clear{
clear:both;
line-height:0;
overflow:hidden;
}
.fleft{
float:left;
}
.fright{
float:right;
}
