/* CSS Document */

.contentTable
{
	border-collapse:collapse;
}

.contentTop
{
	margin:				0px;
	padding: 			0px;
	width:				720px;
}

.contentCenter
{
	margin: 						0px; 
	padding: 						0px; 
/*	background-color:		#FFFFFF;*/
	width: 							720px; 
}

.contentBottom
{
	margin: 						0px; 
	padding: 						0px; 
	width: 							720px;
	height:							55px;
	background-image:		url(images/contentBottomNarrow.jpg);
}

.textSection
{
  width:          640px;
	margin-left:		40px;
	margin-right:		40px;
  margin-top:     4px;
  margin-bottom:  14px;
}

.newsTable 
{
	width:							204px;

}
.newsTop 
{
	color:							#D31145;
	text-align:					left;
	padding-left:				35px;
	font-size:					20px;
	width:							204px;
	height:							28px;
	background-image:		url(images/newsTop.jpg);
	background-repeat:	no-repeat;
}
.newsCenter
{
	width:							204px;
	height:							15px;
	background-image:		url(images/newsCenter.jpg);
	background-repeat:	no-repeat;
}
.newsLink:hover
{
	color:							#D31145;
}
.newsLink:link
{
	color:							#D31145;
	text-decoration:		none;
}
.newsLink:visited
{
	color:							#D31145;
	text-decoration:		none;
}
.newsBottom
{
/*	color:							#FFFFFF;*/
	text-align:					left;
	padding-left:				35px;
	padding-top:        7px;
	vertical-align:			top;
	font-size:					20px;
	width:							204px;
	height:							61px;
	background-image:		url(images/newsBottom.jpg);
	background-repeat:	no-repeat;
}
.newsContent
{
	border-right:				1px solid #c7c8ca;
	font-size:					9px;
	text-align:					left;
	height:							100px;
	vertical-align:			top;
}
.newsReadMore
{
	height:							16px;
	padding-left:	      0px;
	padding-bottom:     2px;
	text-align:					left;
	vertical-align:			top;
}

.newsReadMore .imgL
{
	padding-right:      5px;
	padding-bottom:     0px;
}
.newsContent H2
{
	font-size: 					11px;
	margin-bottom:			0px;
	margin-top:					0px;
}
.readMore A
{
	font-size:					11px;
}