<!--
/*---------------------------------------------------
Basic Style Sheet(for version 4 browsers)

version:	2.1
author:		Wenji Zhang
timestamp:	2009/6/26
email:		zwj__itc@sina.com
website:	http://www.showchina.org/
---------------------------------------------------*/

/*
=Index
		1. Css reset
		2. Global setting
		3. Font setting
		4. Main layout 

*/

/***** 1. Css reset *****/
html, body,  table, tbody,  tr, th, td {
	vertical-align: baselinebaseline;
	font-family: inherit;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;

}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	background: #ffffff; 
	color: black;
}
ol, ul {
	list-style: none;
}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: 0;
	border-spacing: 0;

}
caption, th, td {
	font-weight: normal;
	vertical-align:top;
}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

input, button{
	font-size:12px;
	border:1px solid #9ACDE2;
	background:#E8E8E7;
}


/***** 2. Global setting *****/
.clear{ 
	clear:both;
}
 
.float-left{ 
	float:left;
} 
.float-right{
	float:right; 
} 


.text-left     { text-align:left; } 
.text-right    { text-align:right; } 
.text-center   { text-align:center; } 
.text-justify  { text-align:justify; }
 


.bold          { font-weight:bold; } 
.italic        { font-style:italic; } 



.bgcolor1{
	background:url(/images2009/060925001_9.gif) repeat-x;
}
.bgcolor2{
	background:url(/images2009/060925001_20.gif) repeat-x;
}
.bgcolor3{
	background:url(/images2009/060925001_15.gif) repeat-x;
}
.bgcolor4{
	background:#E9E9E9;
}
.bgcolor5{
	background:url(/images2009/060925001_182.gif) repeat-x bottom;
}




.height3{ 
	height:3px;
	overflow:hidden;
}


.height5{ 
	height:5px;
	overflow:hidden;
}

.height3{ 
	height:3px;
	overflow:hidden;
}


.height20{ 
	height:20px;
	overflow:hidden;
}



/***** 3. Font setting *****/

.fColor_11449E,a.fColor_11449E,a.fColor_11449E:link,a.fColor_11449E:visited{
	color:#11449E;
	text-decoration:none;
}
a.fColor_11449E:hover,a.fColor_11449E:active{
	color:#11449E;
	text-decoration:underline;
}

.fColor_24578F,a.fColor_24578F,a.fColor_24578F:link,a.fColor_24578F:visited{
	color:#24578F;
	text-decoration:none;
}
a.fColor_24578F:hover,a.fColor_24578F:active{
	color:#24578F;
	text-decoration:underline;
}

.fColor_0560A6,a.fColor_0560A6,a.fColor_0560A6:link,a.fColor_0560A6:visited{
	color:#0560A6;
	text-decoration:none;
}
a.fColor_0560A6:hover,a.fColor_0560A6:active{
	color:#0560A6;
	text-decoration:underline;
}

.fColor_0072D9,a.fColor_0072D9,a.fColor_0072D9:link,a.fColor_0072D9:visited{
	color:#0072D9;
	text-decoration:none;
}
a.fColor_0072D9:hover,a.fColor_0072D9:active{
	color:#0072D9;
	text-decoration:underline;
}



.fColor_565656,a.fColor_565656,a.fColor_565656:link,a.fColor_565656:visited{
	color:#565656;
	text-decoration:none;
}
a.fColor_565656:hover,a.fColor_565656:active{
	color:#ff0000;
	text-decoration:none;
}



.fColor_000000,a.fColor_000000,a.fColor_000000:link,a.fColor_000000:visited{
	color:#000000;
	text-decoration:none;
}
a.fColor_000000:hover,a.fColor_000000:active{
	color:#666666;
	text-decoration:none;
}


.fColor_ffffff,a.fColor_ffffff,a.fColor_ffffff:link,a.fColor_ffffff:visited{
	color:#ffffff;
	text-decoration:none;
}
a.fColor_ffffff:hover,a.fColor_ffffff:active{
	color:#CFDAEE;
	text-decoration:none;
}

.family{
	font-family:Arial, Helvetica, sans-serif;
}


.fSize_12{
	font-size:12px;
}
.fSize_14{
	font-size:14px;
}
.fSize_16{
	font-size:16px;
}
.fSize_18{
	font-size:18px;
}
.fSize_22{
	font-size:22px;
}
.fSize_26{
	font-size:26px;
}


.lh19{
	line-height:19px;
}
.lh22{
	line-height:22px;
}
.lh25{
	line-height:25px;
}
.lh26{
	line-height:26px;
}
.lh17{
	line-height:17px;
}




/***** 4. Main layout *****/


.wrap { 
	width:980px;
	margin:0px auto; 
	padding:0px;
}



