/*
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;
}
fieldset, img {
	border: 0;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
address, caption, cite, code, dfn,
em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}

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%;
}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
	*font-size: 100%;
}
body {
	line-height: 1.5;
}
ol, ul{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
.out_box{
    width:960px;
	MARGIN: 5px auto;
	}
.left {
	FLOAT: left; WIDTH: 157px;
	FONT-SIZE: 12px; 
}
.right {
	PADDING-RIGHT: 5px; 
	PADDING-LEFT: 5px; 
	FONT-SIZE: 12px; 
	FLOAT: right; 
	PADDING-BOTTOM: 20px; 
	MARGIN: 0px; 
	WIDTH: 760px; 
	COLOR: #4b4b4b; 
	LINE-HEIGHT: 30px; 
	PADDING-TOP: 2px
}
.right p{
	padding-left:20px;
	text-indent: 2em;
	
} 

.right span{
font-weight:bold;
}
.right p a{
text-decoration:none; 
}
.right p A:link{
text-decoration:none; color:#4b4b4b;
}
.right p A:visited{
text-decoration:none; color:#4b4b4b;
}
.right p A:hover{
text-decoration:none; color:#d00000;
}
.right p A:active{
text-decoration:none; color:#d00000;
}
.redjian{
color: #A22E2E;
font-weight: bold;
}   
.ab_titile {
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	BACKGROUND: url(image/grw.gif) no-repeat left 10px;
	COLOR: #d00000;
	TEXT-INDENT:20px;
	line-height: 40px;
}      
.span_red {
	FONT-WEIGHT: bold; COLOR: #d00000
}
.line_red {
	CLEAR: both; MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; BORDER-BOTTOM: #d00000 1px dashed
}
.line_red2 {
	CLEAR: both; MARGIN-TOP: 10px; MARGIN-BOTTOM: 10px; BORDER-BOTTOM: #d00000 3px solid
}
.ab_nav UL {
	
}
.ab_nav UL LI {
	MARGIN-BOTTOM: 5px
}
.ab_nav UL LI A {
	DISPLAY: block; PADDING-LEFT: 13px; WIDTH: 157px; PADDING-TOP: 9px; HEIGHT: 25px; TEXT-DECORATION: none
}
.ab_nav UL LI A:link {
background-color:#E5E5E5;
 COLOR: #606060
}
.ab_nav UL LI A:visited {
	background-color:#E5E5E5; COLOR: #606060
}
.ab_nav UL LI A:hover {
	FONT-WEIGHT: bold; FONT-SIZE: 14px;background-color:#999999; COLOR: #ffffff
}
.ab_nav UL LI A:active {
	FONT-WEIGHT: bold; FONT-SIZE: 14px;  COLOR: #ffffff
}
.ab_nav UL LI.ab_current A:link {
	FONT-WEIGHT: bold; FONT-SIZE: 14px;background-color:#999999; COLOR: #ffffff
}
.ab_nav UL LI.ab_current A:visited {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; background-color:#999999; COLOR: #ffffff
}
.clb{clear:both;}
