/* CSS Document */
div.bulletin-container {
	width:100%;
	padding:10px;
	}
h1.bulletin-titles {
	font-family: "Times New Roman", Times, serif;
	font-size:18px;
	font-weight:bold;
	color:#333333;
	}
div.bulletin-text {
	
	}

div.bulletin-text p {
	text-align:justify;
	}
span.bulletin-modified {
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
	color:#333333;
	}
img.bulletin-images {
	margin-left:15px;
	float:right;
	border:1px solid;
	}
