﻿@charset "utf-8";
/*设置个项默认值*/
body{margin:0px;padding:0px;background-color:#fff;font-family:Verdana,Arial,Helvetica,Sans-Serif,宋体;font-size:12px;color:#413D3A;}
table{margin:0px;}
th,td{line-height:180%;text-align:left;}
img{border:0px;}
dl,dt,dd,h1,h2,h3,h4,h5,h6,form{margin:0px;padding:0px;}
p,span,i{margin:0px; padding:0px; display:block;}
em{margin:0px; padding:0px; display:block; font-style:normal;}
ul,li{ margin:0px; padding:0px; list-style:none;}


/*通用链接默认值*/
a:link{color:#1E6AB6;text-decoration:none;}
a:visited{color:#1E6AB6;text-decoration:none;}
a:hover,a:active{color:#1E6AB6;text-decoration:underline;}

/*
//CSS Hackproperty:value;所有浏览器
_property:value;IE6
+property:value;IE7
*property:value;IE6/IE7
property:value \0;IE8/IE9
property:value \9;IE6/IE7/IE8
property:value \9\0;IE9

//最小高度
min-height:500px; height:auto !important; height:500px; overflow:visible;

//溢出文字用省略号点代替
white-space:nowrap;text-overflow:ellipsis;overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)text-justify:inter-ideograph;(IE)

//圆角
position:relative;z-index:2;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;behavior:url(Tpl/Css/ie-css3.htc);
*/
