div.content {
	margin:auto;
	margin-bottom:10px;
	width:90%!important;
	width:96%;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;	
	background-color:#f6f6f6;
	border-width:1px;
	border-style:solid;
	border-color:#E0E0E0;
	text-align:left;
}

div.content p {
	margin: 0;
	padding-left:0px;
	padding-right:0px;
	padding-top:0px;
	padding-bottom:2px;
}


div.content p a
{
	font-size: 12px;
	color: #333333;
}

div.content p a.link
{
	font-size: 12px;
	color: #333333;
	font-weight:bolder;
	padding-left: 2px;
	padding-right: 2px;
}

/* 段落1 */
div.content p.par1 
{
	text-indent: 24px;
}

/* 段落1 粗体 */
div.content p.par1B
{
	text-indent: 24px;
	font-weight:bold;
}

/* 段落2 */
div.content p.par2
{
	text-indent: 24px;
	margin-left: 24px;
}


/* 段落2 */
div.content p.par3
{	
	text-indent: 24px;
	margin-left: 48px;
}

/* 主题 */
div.content p.subject
{
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* 标题 */
div.content p.title
{
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* 标题1 */
div.content p.title1
{
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

/* 标题2 */
div.content p.title2
{
	text-indent: -24px;
	margin-left: 48px;
}

/* 标题3 */
div.content p.title3
{
	text-indent: -24px;
	margin-left: 72px;
}

div.content div.equation
{
	margin: auto;
	text-align: center;
		
}

div.content div.equation img
{
	border: 0;
}

div.content p.top
{	
	text-align:right;
}

div.content p.top a
{	
	font-size: 12px;
	color: #960014;
	text-decoration: none;
}

/* 标题栏 */
div.title
{
	margin:auto;
	margin-top:0px;
	margin-bottom:-2px!important;
	margin-bottom:-1px;	
	width:95.7%!important;
	width:96%;
	height:35px;
	border-width:1px;
	border-style:solid;
	border-color:#E0E0E0;	
	border-bottom-width:0px;
	background:url(../images/background/bg_subtitle_35.gif);
	background-repeat:repeat-x;
	text-align:left;

}

div.title p
{
	margin-top:8px;
	margin-left: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #960014;
	text-decoration: none;
	
}

.flag
{
	margin-right: 10px;
}



