/* CSS Document */
a:link {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #990000;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
}
/*------------------------------------------- FOOTER STYLE ----------------------------------------*/
.hideMe, .accessLinks {
	display:none;
}
.footer, .footer h1 {
	width:100%;
	text-align:center;
	font-size:xx-small;
}
.credits {
}
.siteCredits h1 a:link, .siteCredits h1 a:hover, .siteCredits h1 a:visited, .siteCredits h1 a:active {
	color:#ccc;
	font-size:xx-small;
}
/*--------------------------------------- END OF FOOTER STYLE -------------------------------------*/
/* ----------------------------------------  CUSTOM STYLES  ---------------------------------------*/
.addressBox {
	border:1px solid #666;
	padding:4px;
}
/* --------------------------------------  END CUSTOM STYLES  -------------------------------------*/