/*/// for Home page /////// */
#pop_Layer1 {
	position:absolute;
	left:15px;
	top:1px;
	width:451px;
	height:305px;
	z-index:1;
}

.linkGreyNoLine a:active,.linkGreyNoLine a:visited,.linkGreyNoLine a:link {
	COLOR: #333333;
	text-decoration: none;
}
.linkGreyNoLine a:hover {
	text-decoration: underline;
}

#whatsnew a{
	display: block;
	padding: 17px 0;
	margin: 4px 0;
	width: 170px;
	background-color: #fff;
	text-decoration: none;
}

#whatsnew a:link, #whatsnew a:visited{
	color: #007aa9;
	text-decoration: none;
	font-weight:bold;
	font-size:0.9em
}

#whatsnew a:hover{
	background-color: #EAF4D1;
    text-decoration: underline;
}

#whatsnew #active{
	background-color: #EAF4D1;
}

.f-btn {
	display: block;
	width: 31px;
	height: 31px;
	background: no-repeat url('/includes/images/facebook0.jpg') bottom;
	text-indent: -99999px;
	float:left;
}
.t-btn {
	display: block;
	width: 31px;
	height: 31px;
	background: no-repeat url('/includes/images/twitter0.jpg') bottom;
	text-indent: -99999px;
	float:left;
}
.y-btn {
	display: block;
	width: 31px;
	height: 31px;
	background: no-repeat url('/includes/images/youtube0.jpg') bottom;
	text-indent: -99999px;
	float:left;
}
.f-btn:hover, .t-btn:hover, .y-btn:hover {background-position: 0 0;}
/* /////////////////// */
