/* CSS Document */


.pagelink:link {color: #ffffff; text-decoration: underline;}
.pagelink:visited {color: #ffffff; text-decoration: underline;}
.pagelink:hover {color: #4697fc; text-decoration: underline;}
.pagelink:active {color: #ffffff; text-decoration: underline;}

.titlefooter {
font-size: 12px;
font-family: "Times New Roman", Times, serif;
color: #666666;
font-weight: bold;
}


.btlinks_div
{
	z-index: 6;
	position:absolute;
	height: 200px;
	width: 917px;
	left: 0px;
	margin-right: auto;
	color: #000000;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	top:2px;
}

.blackfooterdiv
{
	z-index: 5;
	position:absolute;
	background-image: url(../images/footer.jpg);
	background-color: #0000000;
	color: #ffffff;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-align:center;
	height: 400px;
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	bottom:0px;
	
}