/* CSS Document */


.footertext {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#2E663F;

}

#footertextnavigation {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:normal;
	color:#2E663F;
}

#footertextnavigation a {
	color:#2E663F;
	text-decoration:none;
	cursor:pointer;
}

#footertextnavigation a:hover {
	color:#990000;
	text-decoration:none;
	cursor:pointer;
}


