@charset "utf-8";
/* CSS Document */
.NewsSectionMonthActive,
.NewsSectionMonth
{
	width: 353px;
	font-family: Arial;
}
	.NewsSectionMonthActive .title,
	.NewsSectionMonth .title
	{
		background-image: url(../img/news/news_active_header.gif);
		background-repeat: no-repeat;
		font-size: 12px;
		font-weight: bold;
		color: White;
		height: 18px;
		padding-left: 12px;
		padding-top: 3px;
	}
		.NewsSectionMonth .title
		{
			background-image: url(../img/news/news_header.gif);		
			background-repeat: no-repeat;
			height: 17px;
		}
	.NewsSectionMonthActive .news
	{
		border-left: 1px solid #D4D4D4;	
		border-right: 1px solid #D4D4D4;
		padding-left: 10px;
		padding-right: 12px;
		padding-top: 6px;
	}
	.NewsSectionMonth .news
	{
		padding-left: 12px;	
		padding-right: 12px;
		*padding-right: 14px;
		padding-top: 6px;
	}
		.NewsSectionMonthActive .news div,
		.NewsSectionMonth .news div
		{
			padding-top: 2px;
			padding-bottom: 8px;
			
		}
		
			.NewsSectionMonthActive .news div .date,
			.NewsSectionMonth .news div .date
			{
				font-size: 10px;
				padding-top: 3px;
				padding-bottom: 3px;
				color: #014719;
			}
			
			.NewsSectionMonthActive .news div .title,
			.NewsSectionMonth .news div .title
			{
				background: none;
				padding: 0px;
				margin: 0px;	
				border: none;
				color: #014719;
				font-size: 11px;
				height: auto;
				padding-bottom: 3px;
			}
			.NewsSectionMonthActive .news div .description,
			.NewsSectionMonth .news div .description
			{
				color: #333333;
				font-size: 11px;	
				padding: 0px;
				padding-bottom: 3px;
			}
			.NewsSectionMonthActive .news div .division,
			.NewsSectionMonth .news div .division
			{
				height: 1px;
				border-bottom: 1px dashed #60B602;	
				margin-bottom: 6px;
			}
				.NewsSectionMonth .news div .division
				{
					border-bottom: 1px dashed #CCCCCC;	
					
					
				}
			
	.NewsSectionMonthActive .footer
	{
		background-image: url(../img/news/news_active_footer.gif);
		background-repeat: no-repeat;
		border: none;
		width: 100%;
		height: 3px;
		background-color: white;
		margin-bottom:19px;
	}
	.NewsSectionMonth .footer
	{
		margin-bottom:15px;
	}
.NewsSectionYears
{
	width: 100%;
}
.NewsSectionYears div
{
	display: block;
	width: 25%;	
	float: left;
	text-align: center;
}
		