﻿ul#NewsList {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

ul#NewsList li {
	padding: 20px 0px 20px 0px;
	margin: 0px;
	border-bottom: 1px solid #dadada;
}

ul#NewsList li a {
	font-weight: bold;
}

.CurrentPage {
	color: #aaaaaa;
}

.ContactThumbnail {
	float: right;
	margin-left: 10px;
}

.newsdatecal {
	width: 48px;
	background-image: url(/_img/cal_bg.gif);
	background-repeat: no-repeat;
	border-bottom: 1px solid #a5c1b5;
	margin-right: 20px;
	padding-top: 8px;
	text-align: center;
	min-height: 60px;
}

.newsdatecal .month {
	font-size: 11px;
	line-height: 10px;
	text-transform: uppercase;
}

.newsdatecal .day {
	font-size: 24px;
	line-height: 32px;
}

.newsdatecal .year {
	font-size: 12px;
	line-height: 8px;
}