body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	text-align:justify

}
.title{
	color:#AD1217;
	font-size: 14px;
	font-weight:bold;
}

.content{
	color:#AD1217;
}

.container{
	overflow:auto;
	overflow-x:hidden;
	overflow-y:auto;
	height:201px;
	width:441px;
	scrollbar-3dlight-color:#CCCCCC;
   scrollbar-arrow-color:#666666;
   scrollbar-base-color:#CCCCCC;
   scrollbar-darkshadow-color:#CCCCCC;
   scrollbar-face-color:#CCCCCC;
   scrollbar-highlight-color:#666666;
   scrollbar-shadow-color:#666666;
}

a{
	color: #666666;
	text-decoration: none;
}
