a#On, a#Off {
	margin:  0;
	text-decoration:none;
	color: #FFFFFF;
	font-weight:bold;
	cursor: pointer;
	background-color: #473B87;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
   }


.hideIfNoJS {
	display: none;
	}
.triggerOpen {
	background-color: #FFFFFF;
	background-image: url(../images/constant/open-thin.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	}
.triggerClosed {
	background-color: #FFFFFF;
	background-image: url(../images/constant/close-thin.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	}

.triggerOpen a, .triggerClosed a {
	padding-left:14px;
	text-decoration: none;
	cursor: pointer;
	}
.triggerOpen a:link, .triggerOpen a:visited, .triggerClosed a:link, .triggerClosed a:visited {
	text-decoration: none;
	color: #473B87;
}


.triggerOpen a:hover, .triggerClosed a:hover {
	text-decoration: underline;
	color: #473B87;
	}



.hiddenContent {
   display: none;
   }
   
#otherNews .revealedContent {
   padding-left: 14px;
   }
#otherNews ul.revealedContent {
   padding-left: 30px;
   margin-left: 0;
   }

