.titlelight,.titledark {
	height						: 20px;
	border						: 1px solid #000000;
	font-weight				: bold;
	padding						: 2px;
	text-align				: center;
}

.titlelight {
 	background-color	: #D6F9F5;
}

.titledark {
 	background-color	: #058270;
	color							: #ffffff;
}

.textbox {
	padding						: 5px;
	background-color	: #f1f1f1;
	border						: 1px solid #DAD9DE;
	vertical-align		:	top;
}

.copyright {
	font-size					: 0.8em;
	font-weight				: bold;
}

.box {
	border						: 1px solid #DAD9DE;
	margin-bottom			: 2px;
	width							: 120px;
}
