	/* BOX NEWS */
	#content .box.news {
		width: 98%;
		margin: 0% 1% 1% 1%;
		float: left;
	}
		#content .box.news.A,
		#content .box.news.A DIV.rtop P,
		#content .box.news.A DIV.rbottom P {
			background: #fff;
		}
		#content .box.news.B,
		#content .box.news.B DIV.rtop P,
		#content .box.news.B DIV.rbottom P {
			background: #e5f1f6;
		}
		.box.news,
		.box.news DIV.rtop P {
			background: #f2f2f2;
		}
		.box.news DIV.rbottom P {
			background: #f2f2f2;
		}
		.box.news IMG {
			margin: 0.5em;
			float: left;
			border: 5px solid #cce4ee;
		}
		.box.news SPAN {
			padding: 0.5em 1em 0em 1em;
			margin: 0;
			display: block;
			font: normal 0.75em Arial, Helvetica, sans-serif;
		}
		.box.news H2 {
			padding: 0.5em 1em 0em 1em;
			margin: 0;
			font: bold 1.2em "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
		.box.news H3 {
			padding: 0.2em 1em 0em 1em;
			margin: 0;
			font: normal 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
		}
	/* BOX NEWS DETAILS */
	#pageTxt .news {
		width: 98%;
		margin: 0% 1% 1% 1%;
		float: left;
		font-size: 0.9em;
	}
		#pageTxt .news SPAN.date {
			background: #e5f1f6;
			display: block;
			padding: 0.2em 0.5em 0.2em 0.5em;
			font: bold 1.2em Arial, Helvetica, sans-serif;
			color: #0079a8;
			text-align: right;
		}
		#pageTxt .news IMG.img {
			margin: -1.2em 1em 0.5em 0em;
			float: left;
			border-right: 8px solid #e5f1f6;
			border-bottom: 8px solid #e5f1f6;
			border-left: 8px solid #e5f1f6;
		}
		#pageTxt .news H2 {
			padding: 0.2em 0.5em 0.2em 0.5em;
			font-size: 1.4em;
			color: #0079a8;
		}


