table.bulletin {
	/*border-bottom: 1px solid #EEC922;*/
	padding:0px 0px 0px 0px;
	width:100%;
	border-collapse: collapse;
	margin-top: 20px;
}

table.bulletin td {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 20px; /*border-top: 1px solid #EEC922;*/
	background-color: #FFF9C1;
}

div.list_mode {
	margin-left: 24px;
}


a.bulletin_list:link, a.bulletin_list:visited, a.bulletin_list:active, a.bulletin_list:hover {
	font-size:18px;
	line-height: 20px;
	color: #2E3192;
	vertical-align: top;
	font-weight: bold;
	text-transform: none;
	text-decoration: none;
}

a.bulletin_list:hover {
	color: #DAA520;
	text-decoration:none;
}

.bulletin_teaser {
	color: #000000;
	line-height: 15px;
	margin-top: 5px;
	margin-right: 0px;
	display: block;
	border-top: 1px solid #FFEF5E;
	padding-top: 5px;
}
.bulletin_header {
	font-size: 18px;
	line-height: 22px;
	color: black;
	font-weight: bold;
	padding-bottom: 5px;
}

.bulletin_byline {
	margin-top: 0px;
	font-size: 11px;
	font-weight: bold;
	color: black;
}

.bulletin_date {
	font-size: 11px;
	color:#00519B;
	text-transform: uppercase;
}