.footer{
	background-image: url(../images/footer/footer_bg.gif);
	background-repeat: no-repeat;
	width: 100%;
	background-color: #f1f1f1;
}

.footer_text {
	height: 100%;
	text-align: left;
	vertical-align: top;
	font-size: 7pt;
	color: white;
	font-weight: bold;
	padding-top: 20px;
	padding-left: 10px;
	background-color: #44BAFB;
	border-bottom: 5px solid #4286A6;
}

.footer_text a:hover {
	color:  #628AD0;	
	font-weight: bold;	
	text-decoration: underline;
}

.footer_text a:link, .footer_text a:active, .footer_text a:visited  {
	color: #F10909;		
	font-weight: bold;
	text-decoration: none;
}

.footer_text_admin {
	font-size: 8pt;
	color: #F10909;
	background-color: #A8B0CB;
	text-align: center;
}

.footer_text_contact {
	font-size: 8pt;
	color: white;
}

.footer_text_grey {
	font-size: 8pt;
	color: #999999;
	padding-top: 4px;
	text-align: right;
}


.footer_logos {
	padding-top: 10px;
	padding-right: 10px;
	border-bottom: 5px solid #F10909;
}
