html {
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-color:#2D527C;
}
#frontPageContainer {
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 1000px;
	/*height: 750px;*/
	}
#news1 {
	position: absolute;
	height: 180px;
	width: 210px;
	top: 655px;
	bottom: 0px;
	overflow:hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	left: 5px;
	z-index: 99;
	background-color:#FFFFFF;
}
#news2 {
	position: absolute;
	height: 180px;
	width: 210px;
	top: 655px;
	bottom: 0px;
	overflow:hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	left: 230px;
	z-index: 99;
	background-color:#FFFFFF;
}
#news3 {
	position: absolute;
	height: 180px;
	width: 210px;
	top: 655px;
	bottom: 0px;
	overflow:hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	left: 455px;
	z-index: 99;
	background-color:#FFFFFF;
}
#news4 {
	position: absolute;
	height: 180px;
	width: 210px;
	top: 655px;
	bottom: 0px;
	overflow:hidden;
	opacity: 0;
	filter: alpha(opacity = 0);
	left: 680px;
	z-index: 99;
	background-color:#FFFFFF;
}
.frontPageNewsHeadline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}