div {
}
.top {
	height: 100px;
	width: 700px;
	padding-left: 10px;
}
.middle {
	font-size: small;
	font-style: normal;
	color: #003366;
	width: 750px;
	line-height: 170%;
	padding-left: 10px;
	padding-top: 30px;
}
.right {
	margin: 10px;
	float: right;
}
.bottom {
	font-size: small;
	font-style: normal;
	color: #003366;
	padding: 10px;
	width: 800px;
	line-height: 150%;
}
.frame {
	margin-right: 50px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 30px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: dotted;
	border-right-style: none;
	border-bottom-style: dotted;
	border-left-style: none;
	border-top-color: #666666;
	border-bottom-color: #666666;
	color: #666666;
}hr {
	border: 1px dotted #006699;
}
.blog {
	text-align: right;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	color: #990000;
	padding: 0px;
	margin-top: 2px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 2px;
}
