/* ----- Start of Title Block css ---- */
.box_title {
	background-color: #dddddd;
	color: #444444;
	border: thin solid black;
	border: solid 1px #222222;
	border-left-color: #23423f;
	border-top-color: #234232;
	padding: 2px;
}

.box_title span {
	font-size: 1em;
	color: #121212;
	text-align: center;
	font-weight: normal;
	margin-left: 5px;
}
/* ----- END of TITLE Block CSS ----- */

/* ----- Start of Information Block CSS ----- */
.information {
	padding-left: 5px;
	text-align: left;
	margin-bottom: 5px;
	border-left: thin solid black;
	border-bottom: thin solid black;
	border-right: thin solid black;
/*	.border: thin solid #000000; */
}

.information p {
	color: black;
	font-size: medium;
	margin: 2px;
	padding: 2px;
}