/* Files for news display */

TABLE.news{
	margin-left:19px;
	margin-right:19px;
	border:none;
}

.news TD.date{
	background-color:#006699;
	padding: 3px;
	border: none;
	width: 50px;
}
.news TD.date SPAN{
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
}
.news TD.date .dateline1{
	font-size:11px;
}
.news TD.date .dateline2{
	font-size:14px;
	font-weight: bold;
}
.news TD.date .dateline3{
	font-size:11px;
	font-weight: bold;
}
.news TD.title{
	vertical-align: top;
}
.news TD.title H3{
	color:#FFFFFF;
	margin-top: 0px;
	margin-left: 5px;
	margin-bottom: 1px;
}
.news TD.title P{
	font-size: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 5px;
	margin-right: 20px;
	color:#EEEEEE;
}
.news TD.content P{
	margin-top: 5px;
	margin-bottom: 25px;
	margin-left: 5px;
	margin-right: 3px;
}