﻿.contentContainer {
	margin              : 0px 20px 0px 0px;
	width               : 880px;
}
/*News Item*/
/******************************************************************************/
.newsItem {
	margin-bottom:	20px;
	border-bottom:	1px dotted #ffffff;
}

/*news image*/

.newsImage
{
	float: left;
	padding-right: 10px;
	width: 175px;
	height: 150px;
	position: relative;
}

.newsImage img
{
	position: absolute;
	left: 0px;
	top: 0px;
}

.newsContainer
{
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size:12px;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}
.newsDate
{
   font-size:  12px;
   color:      #767676 
}
.NewsTitle
{
  
  
}
.newsItem .title {
	margin-top: 	0px;
	margin-bottom: 	5px;
	font-size: 		14px;
	font-weight:	bold;
	padding-bottom:  10px;
}

.newsItem a {
	color: 			#000000;
	text-decoration: none;
}

.marginleft25
{
    margin-left: 	25px;
}
.newsItemTitle
{
    font-family:	Verdana,Arial,Helvetica,sans-serif;
	font-size: 		15px;
	font-weight:	normal;
	font-weight:	bold;
}
.newsItem .title span span {
	margin-top: 	0px;
	margin-bottom: 	5px;
	font-size: 		14px;
	font-weight:	bold;
}
.newsItem .notice {
	margin-top:		0px;
	margin-bottom:	15px;
	font-size: 		11px;	
}

.newsItem .notice a {
	color:			#666666;
	text-decoration: none;
}

