.whatsnewdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 40%;
	border-bottom: 3px;
	border-bottom-color: #eeeeee;
	border-bottom-style:solid;
}

.whatsnewheading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	width: 100%;
	border-bottom: 3px;
	border-bottom-color: #eeeeee;
	border-bottom-style:solid;
}

.whatsnewentry ul {
	font-size: 18px;
	color:black;
	width: 95%;
	border:none;
}

.whatsnewentry li {
	font-size: 18px;
	font-weight: normal;
	color:black;
	width: 95%;
	border:none;
}

ul.whatsnewentry li {
	list-style-type:none;
	background-image:url(../gfx/design/blckrndbullet.gif);
	background-repeat: no-repeat;
	background-position: 0 .40em;
	padding-left:12px;
	padding-bottom: 8px;
	
}

.whatsnewmonth {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin:0;
	padding:0;
}

.whatsnewentry {
	font-size: 18px;
	text-align: justify;
}

.whatsnewentry a:link, .whatsnewentry a:visited {
	color: navy;
}

.whatsnewentry a:hover {
	color: #003511;
}

