

/* footers
--------------*/

TABLE.footer {
  background: #ffffff;
  text-align: center;

}

TR.footertop {
  background: #6B839F;
}

.footertext, .footertext a:link, .footertext a:visited, .footertext a:active {
	color: #FFFFFF;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align: center;
	padding: 5px 0 5px 0;
}

.footertext a:hover {
	color: #FFFFFF;
	text-decoration: underline 
}

.footertext2, .footertext2 a:link, .footertext2 a:visited, .footertext2 a:active {
	color: #cccccc;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align: center;
	padding: 15px 0 10px 0;
}

.footertext2 a:hover {
	color: #669933;
	text-decoration: underline 
}


