/*
Copyright (c) 2009, Shawphy(shawphy.com). All rights reserved.
http://shawphy.com/2009/03/my-own-reset-css.html
Based on YUI http://developer.yahoo.com/yui/reset/ 
and Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html 
Licensed under the BSD License:
http://creativecommons.org/licenses/BSD/
version: 1.1 | 20090303
*/

body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;font-family:Microsoft YaHei, Arial, Verdana, Helvetica, sans-serif;
}
fieldset, img {
	border: 0;
}

:focus {
	outline: 0;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}

input, button, textarea,
select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}


input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 24px; font-size:12px; background-color:#ececec;
}
ol, ul {
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}

:link, :visited , ins {
	text-decoration: none;
}
a:hover{text-decoration:underline}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.left{ float:left;}
.right{ float:right;}
.qingkong{ clear:both;}
.xia5{ margin-bottom:5px;}.xia10{ margin-bottom:10px;}
.ju15{ padding:15px;}
.sx15{
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 7px;
	padding-left: 0px;
}
.sx10{ padding:8px 0;}
.shang10{ margin-top:10px;}
.xkong10{ padding-bottom:10px;}
.xkong15{ padding-bottom:5px;}
.ys_one{ color:#0079b7}
.ys_six{
	color:#9a9a9a;
}
.ys_one a{ color:#0079b7}
.ys_three{ color:#cd0000; font-size:30px; font-weight:bold;}
.ys_two{ color:#000}
.ys_four{ color:#000 ; font-size:14px; font-weight:bold;}
.ziti12{ font-size:12px; line-height:20px;}
.zkong20{ padding-left:20px;}


