@charset "utf-8";
/* CSS Document */

/* General Settings 
------------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, code,
del, dfn, em, img, q, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
	font-size: 13px; color:#333333;	 font-family:SimSun;
}

a:link {color:#555555; text-decoration: none;}
a:visited {color:#555555; text-decoration: none;}
a:hover {color:#555555;	text-decoration: underline;}
a:active {color:#555555;text-decoration: none;}

hr{visibility:hidden;}

.normalText{font-size: 13px !important; color:#333333 !important;	}
.fontRed{color:#CC0000 !important;}
.super{	vertical-align:super; font-size:smaller;}
.centering{text-align:center;}
.textEmphasis{font-weight:bold;}
.tableMargin{border-spacing:10px;}

ul.realList li{padding-left:8px; background-image:url(images/dot.gif); background-repeat:no-repeat; background-position:0px 4px;}

.smallSpace{letter-spacing:-1px;}
.largeSpace{letter-spacing:1px;}

.smallSize{font-size:11px;}
.rightCaption0{font-size:11px; text-align:right; margin-top:0px !important;}
.rightCaptionMinor{font-size:11px; text-align:right; margin-top:-14px !important;}

/* Design Elements
------------------------------------------------------------------*/
.hrArea{ height:16px; background-image:url(images/line.gif); background-position:0px center; background-repeat:repeat-x;  margin:4px 0px; clear:both;}
.hrPlus{
	margin-top: 4px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 0px;
	text-align: center;
}
.dlIcon{background:url(images/dlicon.png) no-repeat center right; padding-right:17px;}



/* For JS rollover action
------------------------------------------------------------------*/
.linkArea{ cursor:pointer;}
.setBorder{}
.linkBorder{
	border-top:1px solid #990000 !important;
	border-bottom:1px solid #990000 !important;
	border-right:1px solid #990000 !important;
	border-left:1px solid #990000 !important;
}
.linkArea .activate{}
.linkArea .active{text-decoration:underline !important;}

.hide{display:none;}

/* color text
------------------------------------------------------------------*/
.gray{color:#6e6e6e;}
