@charset "utf-8";
/* CSS Document */

#ch-main {
	width:600px;
	height:760px;
	border-style:solid;
	border-color:#090;
	font-family:Calibri, Helvetica, sans-serif;
	color:#090;
	margin-left:20px;
	float:right;
	font-weight: normal;
	padding-bottom: 40px;
}

.ch-lead {
	font-size:12pt;
	color:red;
	font-style:italic;
	text-align:center;
	margin: 10px;
}

.ch-title {
	font-size:16pt;
	font-weight:bold;
	color:red;
	font-style:normal;
	text-align:center;
	margin: 10px;
}

#ch-txt {
	margin:10px;
}

.ch-center-img {
	width:350px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

div.ch-text  p{
	color:green;
}

.ch-red {
	font-size:14pt;
	font-weight:bold;
	color: #F00;
}

.ch-grn {
	font-family:Calibri;
	font-weight:bold;
}

#ch-list li {
	list-style:decimal;
	font-size:11pt;
}

.ch-red-ind {
	color:#F00;
	margin-left: 42px;
	font-weight:bold;
}
