/* NEWS PAGE STYLE RULES */

.Article {
	clear: both;
	}

.Article td {
	border-bottom: 1px dotted #5B261C;
	}

.Article td.Illustration {
	width: 150px;
	padding: 10px 10px 20px 10px;
	}

.Article td.Illustration img {
	border-right: 2px solid #5B261C;
	border-bottom: 3px solid #5B261C;
	}

.Article td.Info {
	padding: 10px 10px 20px 10px;
	}

.Article div.date {
	color: #5B261C;
	font-style: italic;
	}

.Article td h3 {
	}

.Article p {
	text-align: justify;
	}

.Article a {
	color: #5B261C;
	text-decoration: underline;
	}
