
			.news_large, .news_medium
			{
				font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, Sans Serif;
				font-size: 12px;
				color: #F69679;
			}

			.news_small
			{
				font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, Sans Serif;
				font-size: 12px;
				color: #FFD9CD;
			}

			.news_date
			{
				font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, Sans Serif;
				font-size: 12px;
				color: #FFD9CD;
			}

			.news_title
			{
				font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, Sans Serif;
				margin-bottom: 10px;
				font-size: 18px;
				color: #FFD9CD;
			}

			.news_title a
			{
				color: #FFD9CD;
				text-decoration: none;
			}

			.news_title a:hover
			{
				color: #FFD9CD;
				background-color: #340000;
				text-decoration: none;
			}


			.news_intro
			{
				font-weight: bold;
				margin-bottom: 10px;
			}

			.news_text
			{
				margin-bottom: 10px;
			}
			
			ul.news_menu
			{
				list-style-type: none;
				margin: 0px;
				padding: 0px;
			}
		
			ul.news_menu li
			{
				margin-top: 5px;
				margin-bottom: 5px;
			}
		
			ul.news_menu li a
			{
				display: block;
				padding-left: 4px;
				padding-right: 4px;
				color: #FFD9CD;
				text-decoration: none;
			}
		
			ul.news_menu li a:hover, ul.news_menu li a.news_menu_focus
			{
				display: block;
				padding-left: 4px;
				padding-right: 4px;
				color: #F69679;
				background-color: #340000;
				text-decoration: none;
			}

			.news_latest_date
			{
				font-family: Trebuchet, Trebuchet MS, Verdana, Arial, Helvetica, Sans Serif;
				font-size: 12px;
				color: #F69679;
			}

			a.news_latest_title
			{
				/*padding-left: 10px;
				padding-right: 10px;*/
				font-weight: bold;
				color: #F69679;
				text-decoration: none;
			}

			a.news_latest_title:hover
			{
				background-color: #340000;
			}