.news_content {
	margin-bottom: 2em;
}
.news_border{
  border:1px solid #0000A4;
  margin-bottom: 15px;
  padding-left:5px;
  padding-right:5px;
}

.cell_hl{
  color: #FF0000;
  font-weight: bold;
}

.cell_new{
  color: #FF0000;
  font-weight: bold;
  background-image: url(../images/new.gif);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 35px;



}




.table_title{
  color: #0000A4;
  font-weight: bold;
  background-color:#62AFE8 ;
  text-align: center;
}

.table_border{
  border: 1px solid #62AFE8;

}
.news_picture {
	float: right;
	margin: 0 0 5px 5px;
	border: 2px solid #6699FF;
}
.large_text_red{
  color: #FF0000;
  font-size: 30px;
  clear:both;;
}

.large_text_blue{
  color: #0000A4;
  font-size: 18px;
  clear:both;;
}

.small_text_blue{
  color: #0000A4;
  font-size: 18px;
  clear:both;;
}


.news_topic{
	font-weight: bold;
	color: #0000A4;
	font-size: 18px;
    margin: 10px 0 3px 0; /*T R B L*/
}

.new_news_topic{
  background-image: url(../images/new.gif);
  background-position: left center;
  background-repeat: no-repeat;

	font-weight: bold;
	color: #0000A4;
	font-size: 18px;
    padding-left: 35px;
    margin: 10px 0 3px 0; /*T R B L*/
}
.news_posted {
	font-size: 10px;
	color: #990000;
    text-align:left;
    margin: 0 0 3px 0; /*T R B L*/
}

.news_entry {
    margin: 0px 5px 3px 10px; /*T R B L*/
    padding: 3px ; /*T R B L*/
 	font-size: 14px;
	color: #7F7F7F;

}
.news_entry img {
    border: 3px double #6699FF;
    margin: 10px;
  }

.sideText{
    text-align:center;
    font-size:14px;
    padding-top:3px;
    padding-bottom:3px;

}

