﻿.FOOTER_URL_bold a:link
{
  font-weight:bold;
  text-decoration:underline;
}
.FOOTER_URL_bold a:visited
{
  font-weight:bold;
  text-decoration:underline;
}
.FOOTER_URL_bold a:active
{
  font-weight:bold;
  text-decoration:underline;
}
.FOOTER_URL_bold a:hover
{
  font-weight:bold;
  text-decoration:none;
}




#footer {
	margin: 0;
	padding: 0;
	border: 0;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;

	text-align: center;
	clear: both;
	width: 600px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fefeff;
	line-height:130%;
	color:#52509B;
}
/* Footer Styles */
#footer p {
	color: #52509B;
	margin-top: 5px;
}
#footer a {
	color: #52509B;
	text-decoration: underline;
}
#footer a:hover {
	color: #52509B;
	text-decoration: none;
}
