.footer
{
	left: 0px;
	top: 0px;
	width: 100%;
	height: 27px;
	background-image: url(../media/images/footer/footer_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	vertical-align: middle;
	padding: 0;
	margin: 0
}

.footerCopyRight 
{
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
}

.footerLink 
{
    font-size: 11px;
    font-weight: bold;
    color: White;	
    text-decoration: none;
}
.footerLink:Hover
{
	text-decoration: underline;
}

