#contentleft H1 {
    font-size : 12px;
	text-align : center;
	font-stretch : expanded;
}

#contentleft h2 {
	padding-bottom : 0px;
	padding-top : 0px;
	border : Red;
	margin-bottom : 0px;
	margin-top : 10px;
	}

#contentleft cite {
	font-size : 12px;
	font-family : "Trebuchet MS", Trebuchet,Arial, Helvetica,sans-serif;
	font-style : normal;
	}
	
	#contentleft cite:before {
	content: open-quote;
	
		}
	
	#contentleft cite:after {
	content: close-quote;
	}
	
	.ReleasePost{
	border-left-color : Lime;
	border-left-style : solid;
	border-left-width : 7px;
	display : block;
	margin-left : -10px;
	padding-left : 4px;
}
	
	.ReleasePre{
		border-left-color : #FF9900;
	border-left-style : solid;
	border-left-width : 7px;
	display : block;
		margin-left : -10px;
	padding-left : 4px;
}

	.ReleaseAnnounced{
		border-left-color : Red;
	border-left-style : solid;
	border-left-width : 7px;
	display : block;
		margin-left : -10px;
	padding-left : 4px;
}
	

