/* kirazxm Style 2009.05.01 */ 
/**********重置样式**********/
html {
	color:#000;
	background:#fff;
	overflow:-moz-scrollbars-vertical;/*Always show Firefox scrollbar*/
}
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;
}
body {
	text-align:center; /***解决IE5.5不居中***/
	font:12px/1.5 Tahoma, Helvetica, Arial, sans-serif, 宋体;
	color:#000;
	background:#f7fbff;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset, img {
	border:none;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style:normal;
	font-weight:normal;
}
li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
	font-weight:normal;
}
q:before, q:after {
	content:'';
}
abbr, acronym {
	border:none;
	font-variant:normal;
}
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input, button, textarea, select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
input, button, textarea, select {
	font-size:100%;
}
legend {
	color:#000;
}
del, ins {
	text-decoration:none;
}
small {
	font-size:100%;
}
/**********规范样式**********/
ul, ol, li, dl, dt, dd, h1, h2, h3 {
	display:block;
}
form, select, input, button, textarea {
	font:100% Tahoma, Helvetica, Arial, sans-serif;
}
table {
	font-size:inherit;
	font:100%;
}
pre, code, kbd, samp, tt {
	font-family:'Courier New', Courier, monospace;
}
h1 {
	height:40px;
	line-height:40px;
	font-size:24px;
}
h2 {
	height:28px;
	line-height:28px;
	font-size:14px;
}
h3 {
	height:24px;
	line-height:24px;
	font-size:12px;
}
strong {
	font-size:12px;
}
h1, h2, h3, h4, h5, h6, strong {
	font-weight:bold;
}
a:link {
	color:#36c;
	text-decoration:none;
}
a:visited {
	color:#36c!important;
	text-decoration:none;
}
a:focus {
	color:#36c;
}
a:hover {
	color:#f60!important;
	text-decoration:underline;
}
a:active {
	color:#36c;
}
a {
	white-space:nowrap;
}
abbr, acronym {
	border-bottom:1px dotted;
	cursor:help;
}
del {
	text-decoration:line-through;
}
hr {
	color:#d1d7dc;
	background-color:#d1d7dc;
	border:none;
	height:1px;
}
