table {
	border: thin;
}
a:hover {
	text-decoration: none;
}
.footer {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.footer a {
	color: #FFFFFF;
}

/* COPYRIGHT FOOTER
------------------------------------ */

#footer {
      width: 720px;
      margin: 25px auto 0px auto;
	  font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif;
	  font-size: .7em;
	  color: #ffffff;
}

#raLogo  {
	float: left;
	margin-top: 5px;
}
#raTitle {
	margin: 10px 0 0 0;
	text-align: left;
}
#raTitle a {
	color: #ffffff;
	text-decoration: none;
}

#raTitle a:hover {
	color: #ffffff;
	text-decoration: underline;
}

.copyright {
     float:right;
}

