/* footerFrame */

* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
}

body {
	background: #d4e4f4 url(../images/bg_footerFrame.gif);
	height: 52px;
	width: 845px;
}

#footerText {
	position: absolute;
	top: 16px;
	left: 0px;
	width: 845px;
	height: 36px;
	background: #d4e4f4 url(../images/colorLine.gif) bottom left no-repeat;
	
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	text-align: right;
}

.boldorange {
	color: #ee7f01;
	font-weight: bold;
}

#footerText a:link, #footerText a:visited, #footerText a:active {
	color: #000;
	text-decoration: none;
}	

#footerText a:hover {
	color: #ee7f01;
	text-decoration: none;
}	

