﻿/* Text sizing styles */

#footerLinks,
#footerTextAddress,
#footerTextContact {
	font-size:				8pt;
}
/*/*/a{}
body #footerLinks,
body #footerTextAddress,
body #footerTextContact {
	font-size:				xx-small;
	voice-family:			"\"}\"";
	voice-family:			inherit;
	font-size:				x-small;
}
html>body #footerLinks,
html>body #footerTextAddress,
html>body #footerTextContact {
	font-size:				x-small;
}
/* */

#footer1 {
	clear:					both;
	width:					778px;
/*	margin-top:				30px;*/
/*	padding-top:			10px;*/
}

#footer{
	BORDER-TOP: #fff 6px solid;
	MARGIN: 0px auto;
	WIDTH: 900px;
	background:#FFFFFF;
	border-color:#FFFFFF;
}

#footerLinks {
	text-align:				center;
	background:				#eee;
	padding-top:			4px;
	padding-bottom:			4px;
}
#footerLinks a:link,
#footerLinks a:visited,
#footerLinks a:active {
	text-decoration:		none;
	color:					#000;
	font-weight:			bold;
}
#footerLinks a:hover {
	text-decoration:		underline;
	color:					#000;
	font-weight:			bold;
}

#pageFooter {
	position:				relative;
	clear:					both;
	color:					#000;
	background:				#fff;
	margin-top:				10px;
	margin-left:			10px;
}

#footerTextAddress {
	float:					left;
	display:				inline;
}

#footerTextContact {
	float:					right;
	text-align:				right;
}