/* CSS Document */
div.content-news {
	width:auto;
	margin:0 auto;
	text-align:left;
	}
div.content-news p{
	/* 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:"Times New Roman", Times, serif;
	font-size:36px;
	color:#63C;
	margin-top:25px;
	margin-bottom:10px;
	padding-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	h1.bulletin-titles span{
		border-bottom:4px solid #936;
		}
div.content-news span.bulletin-updated {
	font:'Times New Roman', Times, serif;
	font-size:11px;
	color:#dac1af;
	}
div.content-news div.bulletin-images {
	margin-left:10px;
	float:right;
	}
	div.content-news div.bulletin-images a img {
		border:1px solid black;
		}
		
div.content-news h3.pagelabels {
	font-family:"Times New Roman", Times, serif;
	font-size:36px;
	color:#63C;
	margin-top:25px;
	margin-bottom:10px;
	padding-bottom:0;
	font-weight:bold;
	text-transform:uppercase;
	letter-spacing:1px;
	}
	div.content-news h3.pagelabels span{
		border-bottom:4px solid #936;
		}
