.news {
  border-collapse: collapse;
  border: 1px solid #666666;
  font: normal 11px verdana, arial, helvetica, sans-serif;
  color: #363636;
  background: transparent;
  text-align:left;
}

.news th.red {
	background: #FF9999;
	font-weight:bold;
}
.news th {
	background: #f1f1f1;
	font-weight:bold;
}

.news td.red {
	background: #FF9999; 
	font-weight:bold;
}

.news td.caption {
  font: bold 10px arial, helvetica, sans-serif;
  background: transparent;
}

.news td.header {
	background: #f1f1f1;
    text-align: center;
    font: bold 20px arial, helvetica, sans-serif;
}

.caption_news {
    background: none repeat scroll 0 0 transparent;
    color: #2277BB;
	width: 150px;
	font:  12px arial,helvetica,sans-serif;
    padding: 16px 4px 0 0;
    text-transform: uppercase;
}
