@charset "utf-8";


div#Information {
	margin: 0;
	padding: 0;
	width: 762px;
	height: 220px;
	background-color: #E2C7E2;
	overflow: scroll;
}

div#Information dl {
	margin: 10px;
}
div#Information dl dt.primary {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #0000FF;
}
div#Information dl dd.primary {
	margin-bottom: 5px;
	font-size: 24px;
	color: #0000FF;
}
div#Information dl dt.secondary {
	margin-top: 5px;
	font-weight: bold;
	font-size: 14px;
	color: #333333;
}
div#Information dl dd.secondary {
	margin-bottom: 5px;
	font-size: 18px;
	color: #333333;
}
div#Information dl dt {
	margin-top: 5px;
	font-weight: bold;
	color: #333333;
}
div#Information dl dd {
	margin-bottom: 5px;
	color: #333333;
}
