.newsLeft
{
	width: 			100px;
	float: 			left;
}

.newsRight
{
	float: 			left;
	margin-left: 	20px;
}

.newsNoteOrange
{
	background: 	url(../images/postit_orange.png) no-repeat;
	float: 			left;
	height: 		86px;
	width: 			83px;
	padding-top: 	11px;
	padding-left: 	9px;
	padding-right: 	5px;
	margin-top: 	5px;
	margin-bottom: 	5px;
	overflow:		hidden;
}
.newsNoteBlue
{
	background: 	url(../images/postit_blue.png) no-repeat;
	float: 			left;
	height: 		86px;
	width: 			83px;
	padding-top: 	11px;
	padding-left: 	9px;
	padding-right: 	5px;
	margin-top: 	5px;
	margin-bottom: 	5px;
	overflow:		hidden;
}

.newsNoteBlue a, .newsNoteOrange a {
	text-decoration: none;
}
.newsDate
{
	color: 			#000;
}