	#tab{
		margin:0 10px 20px 10px;
		overflow:hidden;
		padding:0;
	}
	#tab ul{
		list-style: none;
		border-bottom: 1px solid #c9c6c6;
		height:31px;
		padding:0 10px;
	}
	#tab ul li{
		float:left;
		margin-right: 5px;
	}
	#tab ul li a{
		background: url(../images/tab/left_nor.png) no-repeat top left;
		display: block;
		padding: 0 0 0 10px;
		text-decoration:none;
	}
	#tab ul li a span{
		background: url(../images/tab/right_nor.png) no-repeat top right;
		padding: 7px 10px 7px 0;
		display: block;
		color:#fff;
		font-weight:bold;
	}
	#tab ul li.act a,#tab ul li a:hover{
		background: url(../images/tab/left_act.png) no-repeat top left;
		display: block;
		padding: 0 0 0 10px;
		text-decoration:none;
	}
	#tab ul li.act a span,#tab ul li a:hover span{
		background: url(../images/tab/right_act.png) no-repeat top right;
		padding: 7px 10px 7px 0;
		display: block;
		color:#000;
		font-weight:bold;
	}
	
	.content{
		padding: 0 20px;
		overflow: hidden;
		margin-bottom:20px;
	}
	.content a{
		text-decoration:none;
		color:#00f;
	}
	.content a:hover{
		text-decoration:underline;
	}
	.content table{
		border-color:gray;
		clear:both;
	}
	table.myTable{
		margin:0 auto 20px;
		clear:both;
		text-align:center;
		padding:1px;
	}
	table.myTable img{
		margin:0 auto;
		display:block;
	}
	.content > p,
	.content .contentH2 > p,
	.content .contentH3 > p,
	.content .contentH4 > p,
	.content .contentH5 > p,
	.content .contentH6 > p
	{
		margin-bottom: 10px;
		text-align:justify;
	}
	span.important1{
		color:#900101;
		font-weight:bold;
	}
	span.important2{
		color:#cf4000;
		font-weight:bold;
	}
	span.textSize16{
		font-size:16px;	
	}
	span.textSize18{
		font-size:18px;	
	}
	span.textSize20{
		font-size:20px;	
	}
	span.textSize22{
		font-size:22px;	
	}
	span.textSize25{
		font-size:25px;	
	}
	.content .center{
		text-align:center;
		margin:0 auto 20px;
	}
	.content .center img,
	img.center{
		margin:0 auto;
		display:inline-block;
	}
	.content ul{
	
	margin-bottom: 20px;
	}
	.content ul li{
	
	text-align: justify;
	}
	.content ul.anchorLink{
		list-style:none;
		padding:30px;
		border:1px solid #ccc;
		overflow:hidden;
		background:#fff;
	}
	.content ul.anchorLink li{
		float:left;
		width:47%;
		padding-left:12px;
		margin-bottom:2px;
		background:url('../images/list/square.jpg');
		background-repeat:no-repeat;
		background-position:left center;
	}
	.content ul.anchorLink li a{
		text-decoration:none;
	}
	.content ul.anchorLink li a:hover{
		text-decoration:underline;
	}
	
	.content ol,.content ul.decimal{
		clear:both;
		list-style:decimal;
		margin-bottom:20px;
		padding: 0 0 0 30px;
	}
	.content ol li,.content ul.decimal li{
		margin-bottom: 10px;
		padding: 0 0 0 1px;
		width: 100%;
	}
	.content ul.icon{
		margin-bottom: 20px;
		padding: 0 0 0 12px;
	}
	.content ul.icon li{
		list-style: none !important;
		margin-bottom: 10px !important;
		padding: 0 0 0 20px !important;
		background: url('../images/list/arrow.png') !important;
		background-repeat: no-repeat !important;
		background-position: left 4px !important;
	}
	.content ul.disc{
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 0 0 0 30px;
	}
	.content ul.disc li{
		list-style: disc;
		background: none;
		margin-bottom: 10px;
		padding:0;
	}
	.content ul.disc li:last-child{
		margin-bottom: 0px;
	}
	.content ul.square{
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 0 0 0 30px;
	}
	.content ul.square li{
		list-style: none;
		background: none;
		padding: 0 0 0 17px;
		margin-bottom: 10px;
		background:url('../images/list/square.jpg');
		background-repeat:no-repeat;
		background-position:left 6px;
	}
	.content ul.square li:last-child{
		margin-bottom: 0px;
	}
	.content ul.line{
		margin-top: 10px;
		margin-bottom: 0px;
		padding: 0 0 0 17px;
	}
	.content ul.line li{
		list-style: none;
		background:none;
		background:url(../images/list/line.jpg) no-repeat 0 8px;
		margin-bottom:10px;
		padding: 0 0 0 15px;
	}
	.content ul.line li:last-child{
		margin-bottom: 0px;
	}
	.content table{
		border-color:gray;
	}
	
	.content table, .content tr, .content td{
		
	}
	.content table.myTable{
		background-color:#c3c1c1;
		margin-bottom:20px;
	}
	.content table.myTable thead tr{
		background-color:#D8B089;
		font-weight:bold;
	}
	.content table.myTable .light{
		background:#f6f6f6;
	}
	.content table.myTable .dark{
		background: #d1d1d1;
	}
	.content table.myTable th, 
	.content table.myTable td{
		padding:5px;
		vertical-align: middle;
	}
	.content table.myTable td p{
	
	}
	.content img{
		border: 3px solid #ffffff;
		display:inline-block;
		max-width: 670px;
		width: auto;



	}
	.content p img,
	.content li img{
		margin-bottom:0px !important;
	}
	.content .left{
		float:left;
		margin-right:10px;
	}
	.content .right{
		float:right;
		margin-left:10px;
	}
	.content h2{
		clear:both;
		padding: 0px 0 0 40px;
		margin-bottom:10px;
		font-size:22px;
		line-height:33px;
		color:#850505;
		background:url(../images/icontitle/h2.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		font-weight:bold;
	}
	.content .contentH2{
		padding: 0 0 0 40px;
		margin:0 0 20px 0;
	}
	.content h3{
		clear:both;
		padding: 0 0 0 65px;
		margin-bottom:10px;
		font-size:20px;
		font-weight:bold;
		line-height:22px;
		color:#850505;
		background:url(../images/icontitle/h3.png);
		background-repeat:no-repeat;
		background-position:40px 0px;
	}
	.content .contentH3{
		padding: 0 0 0 65px;
		margin: 0 0 20px 0;
	}
	.content h4{
		clear:both;
		color:#850505;
		padding: 0 0 0 85px;
		margin-bottom:10px;
		font-size:18px;
		background:url(../images/icontitle/h4.png);
		background-repeat:no-repeat;
		background-position:65px 2px;
	}
	.content .contentH4{
		padding: 0 0 0 85px;
		margin:0 0 20px 0;
	}
	.content h5{
		clear:both;
		color:#850505;
		padding: 0 0 0 100px;
		margin-bottom:10px;
		font-size:16px;
		background:url(../images/icontitle/h5.png);
		background-repeat:no-repeat;
		background-position:85px 4px;
	}
	.content .contentH5{
		padding: 0 0 0 100px;
		margin:0 0 20px 0;
	}
	.content h6{
		clear:both;
		color:#850505;
		padding: 0 0 0 115px;
		margin-bottom:10px;
		font-size:14px;
		background:none;
		background-repeat:no-repeat;
		background-position:0px 0px;
	}
	.content .contentH6{
		padding: 0 0 0 115px;
		margin:0 0 20px 0;
	}
	.content .note{
		padding: 20px 10px 10px;
		background-color: #ffffff;
		position: relative;
		border: 1px solid #babcbc;
		margin: 30px 0 20px;
	}
	.content .note .title{
		color: #fff;
		background-color: #9a9898;
		padding: 5px 30px;
		position: absolute;
		top: -15px;
		left: 40px;
		border: 1px solid #626464;
	}
	.content .caption {
		font-style: italic;
		font-size: 14px;
		text-align: center;
		margin:-15px 0 10px 0;
	}
	.content .caption {
		margin:0px 0 10px 0;
	}
	#content .tags{
		clear:both;
		margin-bottom:15px;
		border:1px solid #c5c7c7;
		background-color:#f7f6f6;
		padding:10px 10px 10px 50px;
		background:url('../images/tag.png');
		background-repeat: no-repeat;
		background-position: 15px 8px;
	}
	#content .author{
		clear:both;
		overflow:hidden;
		margin-bottom:20px;
	}
	#content .author p{
		float:right;
	}
	#content .author p span.au{
		padding: 10px 0 10px 40px;
		border-top: 1px dashed #000;
		display: block;
		font-style:italic;
		font-weight:bold;
	}    