
.ds_head {
	/*background-color:		#3194b5;*/
	background-color:		#3194b5; /*69cbee;*/
	font-family:			Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:				16px;
	font-weight:			bold;
	line-height:			38px;
	color:					#eeeeee;
	padding:				0px 0 0px 0;
	margin-bottom:			20px;
	margin-top:				15px;
	text-align:				center;
	border-left:			3px solid #000;
	border-bottom:			3px solid #000;
}

.ds_head.ds_head_sm {
	width:					60%;
	font-size:				14px;
	line-height:			28px;
	border-left:			none;
	text-align:				left;
	padding-left:			0.4em;
	margin-bottom:			1.1em;
}

.ds_list {
	list-style-image:       none;
	list-style-position:    outside;
	list-style-type:        circle;
	margin-left:			1em;
}

.ds_list li {
	margin-bottom:			1.0em;
}

.ds_sublist {
	list-style-image:       none;
	list-style-position:    outside;
	list-style-type:        disc;
	margin-left:			1.4em;
}

.ds_end_dist {
	margin-bottom:			1.7em;
}

.ds_img {
	margin:					20px 0 15px 0;
	max-width:				98%;
}

.ds_code {
	margin:					10px 0;
	color:					#f00;
}

.ds_lnk {
	color:					#f90;
}

.ds_content {
	margin-top:				8px;
	margin-left:			8px;
}

.ds_content .text {
	width: 					65%;
	float: 					left;
}

.ds_content .link {
	border:					1px dotted #bbb;
	padding:				5px;
	width: 					25%;
	float: 					right;
	text-align:				right;
}
.ds_content .lnk:hover {
	color:					#222;
}

.ds_content .clear {
	clear:					both;
}