/* -- BLACK -- */

.CNT_header {
	margin-bottom: 6px;
}

.CNT_header H1,
.CNT_header H1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #000;
	margin: 0;
	padding: 0;
}

.CNT_header H2,
.CNT_header H2 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #6eb43f;
	margin: 0;
	padding: 0;
}

.CNT_Minicart H3,
.CNT_Minicart H3 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #004b8d;
	margin: 0;
	padding: 0;
}

.CNT_header H1 .Head a:link,
.CNT_header H1 .Head a:visited,
.CNT_header H1 .Head a:active,
.CNT_header H1 .Head a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	color: #bbb;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.CNT_header H1 .Head a:hover {
	color: #000;
	text-decoration: none;
}

.CNT_Border {
	border: 5px solid #d3e8c5;
	padding: 8px;
	margin-bottom: 10px;
}

.CNT_text p,
.CNT_text .normal,
.CNT_text .Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 0px;
	margin: 0px;
}

.CNT_text p {
	margin-bottom: 10px;
}

.CNT_text .SubHead,
.CNT_text .subhead {
	font-weight: bold;
}

.CNT_text a,
.CNT_text a:link,
.CNT_text a:visited,
.CNT_text a:active,
.CNT_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0055a5;
	text-decoration: underline;
	cursor: pointer;
}

.CNT_text a:hover {
	color: #000;
	text-decoration: none;
}

.CNT_text .TabMenu a.selected:link,
.CNT_text .TabMenu a.selected:visited,
.CNT_text .TabMenu a.selected:active,
.CNT_text .TabMenu a.selected:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #444;
	text-decoration: none;
	cursor: default;
}

.CNT_text ol,
.CNT_text ul,
.CNT_text li {
	color: #000;
	list-style-type: circle;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.CNT_text ol {
	list-style-type: decimal;
}


.CNT_text li {
	margin-left: 14px;
	list-style-type: disc;
}


