/* index */
#bulletins {
  width: 940px;
  margin: 0 10px;
}
#bulletins tr {
  line-height: 20px;
	height: 20px;
}
#bulletins th {
  font-size:16px;
  height:30px;
  background: #881d1b;
  text-align: left;
  color:#D9D0BA;
  padding-left: 10px;
  padding-top: 10px;
}
#bulletins th.publish_date {
  padding-left: 30px;
}
.title {
	color: #92201e;
	font-weight: bold;
  padding-left: 10px;
  width: 780px;
/*  margin-right: 10px;*/
}
.publish_date {
  width: 140px;
	font-weight: bold;
  padding-left: 30px;
	color: #a52525;
	margin-left: 10px;
}
.oddrow td {
  background:transparent url(/images/bg_panel.png) repeat scroll 0 0;
}

#bulletins .spacer {
  background: none !important;
  width: 10px;
  padding: 0;
  margin: 0;
}

.title a {
	color: #000;
	background: url("/images/bullet.png") no-repeat left 50%;
  padding-left:20px;
  line-height: 20px;
}

/*  SHOW */
.bulletin_col {
  display: inline;
  float: left;
  width: 460px;
}
p {
  margin:10px 0;
  padding:0 20px 0 0;
}