.testclass {
	font-size: 4978345px ;
}

html, body{
	background-color:#FCFCFD;
	background-image:url(/images/home-bg.png);
	background-repeat:repeat-x;
}

#navigation {
	height:680px;
	background-image:none;
	
}

#recent-news {
	width:990px;
	margin:0px auto;
	background-image:url(/images/home/recent-news-bg.png);
	background-repeat:repeat-x;
	font-weight:bold;
	padding-bottom:30px;
}

#recent-news-container {
	opacity: 0 ;
	filter: alpha(opacity=0) ;
}

#recent-news a:link, #recent-news a:visited, #recent-news a:active {
	text-decoration: none ;
	color: #C33D38 ;
}

#recent-news a:hover {
	text-decoration: underline ;
}

#close {
	width: 24px ;
	height: 24px ;
	z-index: 101 ;
	position: absolute ;
	right: 0px ;
	top: 0px ;
}

h1{
	color:#FFFFFF;
}

h2{
	color:#FFFFFF;
	font-size:14px;
}

h2.active{
	color:#000;
}

a:link, a:visited, a:active {
	text-decoration: underline ;
	color: #FFFFFF ;
}
a:hover {
	text-decoration: none ;
	color:#000;
}

ul.text-list{
	margin:0px;
	padding:0px 0px 0px 0px;
	list-style-type:none;
}

ul.text-list li{
	margin:0px;
	float:left;
	display:inline;
}


ul.text-list li a{
	padding:0px 20px 0px 20px;
	display:block;
}

