div.blocker
{
	display: block;
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

.footerText
{
	font-size: 10px;
}

div#footer
{
	float: right;
	text-align: right;
	vertical-align: bottom;
}

div#footer div#footerLine
{
	float: right;
}

div#footer div#footerLinks
{
	margin-top: 1px;
	float: right;
}

div#footer span.footerLink
{
	float: right;
	white-space: nowrap;
}

div#footer img.bullet
{
	position: relative;
	top: -2px;
}

#footer A:link, #footer A:visited {
color:#333333;
text-decoration:none;
}

#footer A:hover {
color:#e88800;
text-decoration:underline;
}