@charset "utf-8";
/* 通用样式 */

/*Design By zke 2012-03-01 版本1.0.0 */

/** 清除内外边距 **/ 
body, h1, h2, h3, h4, h5, h6, hr, p,  
blockquote, /* structural elements 结构元素 */ 
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */ 
pre, /* text formatting elements 文本格式元素 */ 
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */ 
th, td, /* table elements 表格元素 */ 
img/* img elements 图片元素 */{  
  margin: 0;  
  padding: 0;  
}  
/** 设置默认字体 **/ 
body,button, input, select, textarea {  
  font: 12px/1.5 '宋体',tahoma, Srial, helvetica, sans-serif;
  color:#666; 
} 
body{
	background-color:#fff;
}
form{ display:block;}
em{font-style:normal;}  
/** 重置列表元素 **/ 
ul, ol { list-style: none; }  
/** 重置超链接元素 **/ 
a { text-decoration: none;color:#666; }  
a:hover { text-decoration:none; color:#06f;}  
/** 重置图片元素 **/ 
img{ border:0px;}  
/** 重置表格元素 **/ 
table { border-collapse: collapse; border-spacing: 0; } 


.alignleft{float:left;}  
.alignright{float:right;text-align:right;}
.aligncenter{ text-align:center;}

.clear{clear:both;text-indent:-9999px;} 

h1,h2,h3,h4{padding-left:30px; }
/*h1{ background-image:url(../images/a_15.jpg); height:33px; line-height:33px; background-repeat:no-repeat;display:block; color:#06f;}
h2{background-image:url(../images/a_19jpg); height:25px; line-height:25px; background-repeat:no-repeat;display:block; color:#fff;}
h3{background-image:url(../images/a_32.jpg); height:28px; line-height:28px; background-repeat:no-repeat;display:block;color:#fff;}
h4{background-image:url(../images/a_17.jpg); height:47px; line-height:47px; background-repeat:no-repeat;display:block;color:#06f;}
h5{background-image:url(../images/a_35.jpg); height:39px; line-height:39px; background-repeat:no-repeat;display:block;color:#06f;}*/


.warp{
	margin:0 auto;
	width:932px;
}


