/** SEARCH STYLES **/
.bulletinFieldset legend
{
	font-weight: bold;
	margin-bottom: 10px;
}

.bulletinFieldset
{
	font-size: 9pt;
	padding: 10px;
}


.bulletinsSearchResults
{
	border: 1px solid silver;
	margin-top: 20px;
	width: 100%;
}

.bulletinsSearchResults th
{
	padding: 4px;
	font-size: 9pt;
	background-color: #eeeeee;
}

.bulletinsSearchResults td
{
	font-size: 9pt;
}


/** INDEX aka TOC STYLES **/
.bulletinList
{
	width: 400px;
	margin: auto;
	border: 1px solid silver;
	font-size: 9pt;
	margin-top: 20px;
}
.bulletinList td
{
	font-size: 9pt;
}

.decadeHeader
{
	font-size: 12pt;
	font-weight: bold;
	background-color: navy;
	color: white;
	padding: 4px;
}

.bulletinList td
{
	border-bottom: 1px solid #eeeeee;
}

.bulletinList  .decadeHeader a
{
	color: white;
}