@charset "gb2312";
/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
	text-align:left;
}
ol, ul {list-style: none;margin:0;padding:0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
:focus {outline: 0;}
table {border-collapse: collapse;border-spacing: 0;}

/* body */
body{
	font-size:12px;
	color:#333;
	background:url(../images/top_bg.jpg) repeat-x;
	text-align:center;
}
.clear{clear:both; line-height:0px; height:0px; margin:0; padding:0}
.fl{float:left;}
.fr{float:right;}

.content{padding:10px; line-height:20px;}
.content p{text-indent:2em; line-height:22px;}
.content h3{font-size:14px;}

/* pos */
.mt{margin-top:10px;}
.ml{margin-left:6px;}
.mr{margin-right:6px;}
.mb{margin-bottom:6px;}


/* text style */

/* link style */
a{color:#2C4452; text-decoration:none;}
a:hover{color:#F30;}

a.more{float:right; color:#333;margin-right:5px; margin-top:10px;}
a:hover.more{color:#390;  text-decoration:underline;}
a.more2{float:right;margin-right:10px; margin-top:10px; color:#666;}
a:hover.more2{color:#F30; text-decoration:underline;}


