/* Footer Definitions */
/* File Name footer.css */

.footer  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	padding-left: 0px;
	}
.footer a:visited {
	color: #333333;
	text-decoration: underline;
	}
	
.footer a:link {
	color: #333333;
	text-decoration: underline;
	}
.footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e28916;	
	}
.footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #e28916;
	}
.creditfooter {
	font-size: 10px;
	line-height: 15px;
	letter-spacing: normal;
	padding-right: 25px;
	padding-left: 25px;
}

.creditfooter a:link {
	color: #e28916;
	text-decoration: underline;
	font-weight: normal;
}

.creditfooter  a:visited {
	color: #808080;
	text-decoration: underline;
	font-weight:normal;
}

.creditfooter a:hover {
	text-decoration: underline;
	color: #ffffff;
	background-color: #e28916;
	font-weight: normal;
}

.creditfooter a:active {
	text-decoration: none;
	color: #333333;
	background-color: #FFFFFF;
	font-weight: normal;
}
