a#On, a#Off {
	padding: 0.1em 0.5em 0.1em 0.5em;
	margin:  0 0.5em 0 0;
	text-decoration:none;
	background:#633;
	color: #633;
	font-weight:bold;
	cursor: pointer;
   }
.hideIfNoJS {
	display: none;
	}
.triggerOpen a, .triggerClosed a {
	padding-left:14px;
	color:#633;
	text-decoration: none;
	cursor: pointer;
	}
.triggerOpen a:hover, .triggerClosed a:hover {
	color: #C96;
	}
.hiddenContent {
   display: none;
   }
#otherNews .revealedContent {
   padding-left: 14px;
   }
#otherNews ul.revealedContent {
   padding-left: 30px;
   margin-left: 0;
   }