/* CSS Document */
div#content-news {
	width:80%;
	margin:0 auto;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#333333;
	}
	/* div#content-news p:first-letter {
			font-family:Georgia, "Times New Roman", Times, serif;
			font-size:18px;
			color:#333333;
			font-weight:bold;
			font-style:oblique;
			letter-spacing:2px;
			} */

div#content-news h1.bulletin-titles {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	color: #000000;
	margin-top:25px;
	margin-bottom:10px;
	padding-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:2px solid #0099CC
	}
	h1.bulletin-titles span{
		border-bottom:4px solid #FF9933;
		}
div#content-news div.bulletin-updated {
	font:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	}
div#content-news div.bulletin-images {
	margin-right:10px;
	float:left;
	text-align:center;
	}
	div#content-news div.bulletin-images a img {
		border:3px solid #FFCC33;
		}
