table.bulletin {
	padding:0 0 0 0;
	width: 100%;
	margin-top: 15px;
}

table.bulletin td {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 12px;
	border-top: 1px solid #faab53;
	border-bottom: 1px solid #faab53;
	background-color: #FEFBF1;
}

a.bulletin_list {
	background: url(/public/images/bullets/bullet_Arrow_Purple.gif) no-repeat 5 3 0 0;
	padding: 6px 10px 6px 29px;
	display:block;
	font: 15px/17px Georgia, Helvetica, sans-serif;
}

a.bulletin_list:link, a.bulletin_list:active, a.bulletin_list:visited{
	color: purple;
}

a.bulletin_list:hover {
	color: red;
}
.bulletin_teaser {
	line-height: 16px;
	margin-left: 24px;
	display: block;
}
.bulletin_header {
	font: 18px/20px georgia, Times New Roman, Times, serif;
	color: #8d00a3;
	padding-bottom: 6px;
}

.bulletin_byline {
	text-align: right;
	display: block;
	margin-top: -10;
	color: #faab53;
}