	@charset "UTF-8";
	/* CSS Document */
	
	#content div.hidden {
		background: #F0EDE3;
		border: 1px solid #C64C48;
		padding: 8px 8px 4px;
		margin-top: 6px;
		margin-bottom: 12px;
	}
	#content ol div.hidden li a,
	#content ul div.hidden li a {
		color: #224272;
		text-decoration: underline;
		background: none;
		padding-right: 0px;
	}
	#content div.hidden li ul {
		margin-bottom: 0;
	}
	#content div.hidden ul {
		margin-bottom: 6px;
	}
	#content div.hidden p {
		margin-bottom: 6px;
	}
	#content div.hidden table.donate {
		background: #F7F7F7;
	}
	#content div.hidden table.donate th {
		color: #333;
		text-align: left;
		border-left: none;
		border-right: none;
		border-bottom: 1px solid #333;
	}
	#content div.hidden table.borderless {
		margin-top: 0px;
		margin-bottom: 2px;
	}
	#content div.hidden table.borderless th {
		font: bold 11px/17px Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		background: none;
		padding: 2px 4px;
	}
	#content div.hidden table.borderless td {
		font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
		padding: 2px 4px;
	}
