.divide {
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
	background-color: rgb(202,230,204);
	border-top: 5px solid rgb(202,230,204);
	border-bottom: 5px solid rgb(202,230,204);
	color: rgb(20,100,100);
	}
	
.list	{
	background-color: rgb(202,230,204);
	color: rgb(20,100,100);
	}
.list hr {
	color: rgb(20,100,100);
	}
.list .hdg {
	font-size: 13pt;
	font-weight: bold;
	border-top: 2px solid rgb(202,230,204);
	border-bottom: 4px solid rgb(202,230,204);
	text-align: center;
	}
.list .label {
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
	}
.list .tlabel {
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	border-top: 4px solid rgb(202,230,204);
	}
.list input {
	width: 180px;
	}
.list td textarea {
	width: 180px;
	}
.list .chk input {
	width: 20px;
	text-align: left;
	vertical-align: middle;
	}
	
.text 	{
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	color: rgb(20,100,100);
	}

.form .chk input {
	width: 20px;
	text-align: left;
	vertical-align: middle;
	}

.map 	{
	border: 10px solid rgb(202,230,204);
	background-color: rgb(202,230,204);
	color: rgb(20,100,100);
	}
.map .hdg {
	font-size: 13pt;
	font-weight: bold;
	border-top: 2px solid rgb(202,230,204);
	border-bottom: 4px solid rgb(202,230,204);
	text-align: center;
	}
.map .label {
	font-weight: bold;
	text-align: left;
	}
