@charset "utf-8";
/* CSS Document */
#latestNewsContainer{
	position: absolute;
	bottom: 0px;
	right: 20px;
	width: 249px;
	text-align: center;
	color:#000;
	text-decoration: none;
	cursor: pointer;
	background-color: #f7f7f5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display:none;
}
a #latestNewsContainer, a #latestNewsContainer p, a #latestNewsContainer h4{
	color: #000;
	text-decoration: none;
}
a:hover #latestNewsContainer{
	background-color: #91b3ce;
}
#latestNewsContainer h4{
	margin: 10px;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
#latestNewsContainer p{
	margin: 10px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
