#bar_width{
	background: #ececec !important; /* Old browsers */
	background: -moz-linear-gradient(top,  #ececec 0%, #d7d7d7 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#d7d7d7)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ececec 0%,#d7d7d7 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ececec 0%,#d7d7d7 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ececec 0%,#d7d7d7 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #ececec 0%,#d7d7d7 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#d7d7d7',GradientType=0 ) !important; /* IE6-9 */
}

#ministry_text{
	font-size: 9px;
	color:#8B8B8B;
	font-family:arial;
	line-height: 120%;
}

#ministry_text a{
	color:#8B8B8B;
}

#watch_container p{
	font-size: 9px;
	color:#464545;
	font-family:arial;
	line-height: 120%;
	text-align:left;
}

