/* CSS Document */
div#content-news {
	width:100%;
	margin:0 auto;
	text-align:left;
	}
div#content-news p{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#FFCC66;
	/* font-weight:bold; */
	margin-top:10px;
	margin-bottom:10px;
	}
	/* 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: Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FFFFFF;
	margin-top:25px;
	margin-bottom:10px;
	padding-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	border-bottom:1px solid #FF6600;
	}
	h1.bulletin-titles span{
		border-bottom:4px solid #FF9933;
		}
div#content-news span.bulletin-updated {
	font:Georgia, 'Times New Roman', Times, serif;
	font-size:10px;
	color:#333333;
	}
div#content-news div.bulletin-images {
	margin-left:10px;
	float:right;
	}
	div#content-news div.bulletin-images a img {
		border:4px solid black;
		}
div#content-news h3.pagelabels {
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size:21px;
			color: #000000;
			margin-top:25px;
			font-weight: bold;
			font-style:italic;
			letter-spacing:1px;
			border-bottom:1px solid #333333;
			}
		div#content-news h3.pagelabels span{
			border-bottom:4px solid #006633;
			}
