@charset "UTF-8";
/* CSS Document */

img.floatLeft {
	float: left;
	margin-right: 10px;
	border: 1px solid #333333;
}
.Container-Announce {
	width: 100%;
	text-align: left;
	vertical-align: top;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
	padding-top: 20px;
	margin: 10px;
	float: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 20px;
}
