.CSNewsArea
{
   height: 100%;
   vertical-align: top;   
}
.CSNewsAreaTable
{
   height: 100%;
}
.CSNewsAreaTitle
{
   height: 30px;
   text-transform: uppercase;   
   color: White;
   font-weight: bold;
   vertical-align: top;
   padding-top: 6px;
   padding-left: 10px;
   font-size: 10px;
}
.CSNewsAreaBody
{
   height: 100%;
}
.CSNewsItem
{
   padding-left: 11px;
   padding-right: 11px;
   padding-bottom: 23px;
}
.CSNewsTitle
{
	text-decoration: none;
   padding-bottom: 10px;
	color: #FF3100;
   font-weight: bold;
   padding-bottom: 8px;
   font-weight: bold;
   padding-left: 2px;
   padding-right: 2px;
}
.CSNewsImageCell
{
   vertical-align: top;
   height: 100%;
   width: 100%;
   text-align: center;
   padding-bottom: 5px;
}
.CSNewsImage
{
   border-right: #5c5c5c 1px solid;
   border-top: #5c5c5c 1px solid;
   border-left: #5c5c5c 1px solid;
   border-bottom: #5c5c5c 1px solid;
}
.CSNewsAbstract
{
	text-decoration: none;
   padding-bottom: 0px;
   text-align: justify;
   vertical-align: top;
   padding-left: 2px;
   padding-right: 2px;
}


