div.knowledge_card {
	background-color: #ccc;
	
	margin: 10px;
	text-align: left;
}

div.knowledge_card h2{
	font-size: 15px;
	font-weight: bold;
	color: #333333;
}
div.knowledge_card h4{
	margin-bottom: 0;
}
div.col50 {
	width: 50%;
	float: left;
}

div.kc_header {
	background-color: #999;
	margin: 0;
	padding: 0;
	height: 24px;
}

span.kc_header_left, span.kc_header_right  {
	width: 20px;
	display: block;
	height: 20px;
	margin: 0;
	padding: 0;
}

span.kc_footer_left, span.kc_footer_right  {
	width: 10px;
	display: block;
	height: 10px;
	margin: 0;
	padding: 0;
}
.mail {
		color: #777;
}
.mail a:link{
		color: #777;
}
.function_kf {
		
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 5px;
	color: #555;
}

.function {
	margin-top: 0;
	margin-bottom: 5px;
	color: #777;
	padding-right: 40px;
	text-align: left;
}
.testomonial {
	margin-top: 10px;
	margin-bottom: 10px;
	color: #555;
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.7em;
	text-align: left;
	text-indent: -5px;
}
span.kc_header_right, span.kc_footer_right {
	float: right;
}

span.kc_header_left {
	background: #999 url(img_kc/kc_corner_lo.gif) no-repeat left top;
	float: left;
}
span.kc_header_mid {
	float: left;
	padding-top: 2px;
}
span.kc_header_right {
	background: #999 url(img_kc/kc_corner_ro.gif) no-repeat right top;
	float: right;
}

div.kc_footer {
	height: 10px;
	background-color: #999999;
}
span.kc_footer_left {
	background: #999 url(img_kc/kc_corner_lu.gif) no-repeat left bottom;
	float: left;
}
span.kc_footer_mid {
	float: left;
	padding-top: 2px;
	background-color: #999;
}
span.kc_footer_right {
	background: #999 url(img_kc/kc_corner_ru.gif) no-repeat right bottom;
	float: right;
}


div.kc_content {
	padding: 10px 50px;
	border: 2px solid #999999;
	border-top-style: none;
	border-bottom-style: none;
	border-left-width: 1px;
	background: url(img_kc/kc_bgr.gif) no-repeat;
}
div.kc_content hr {
	border-top: 1px solid white;
}
div.CONTENT_A, div.CONTENT_B {
	padding-bottom: 15px;
	padding-top: 10px;
}
div.CONTENT_A div.kc_content_A {
	float: left;
	width: 65%;
}

div.CONTENT_A div.kc_content_B {
	float: right;

}
div.CONTENT_B div.kc_content_A {
	float: right;
	width: 65%;
}

div.CONTENT_B div.kc_content_B {
	float: left;

}
div.kc_content h1, h2, h3, h4, h5, h6 {
	color: #333;
	font-weight: bold;

}
hr{
	
	
	border-style: none;
	border-top: 2px dotted #cccccc;
}
div.knowledge_card  h2 {
	color: #666
	font-weight: bold;
	font-size: 1.1em;
}