
table.SiteFooter {
			border-top		 : solid 2px #ac0c18;
			border-left		 : solid 1px #445c76;
			border-right	 : solid 1px #445c76;
			border-bottom	 : solid 1px #445c76;
			background-color : #450000;
			width			 : 700px;
			}
td.SiteFooter {
			border-top		 : solid 3px #ac0c18;
			color			: #ffffff;
			font-size		: 7pt;
			padding			: 3px;
			}
a.FooterLink:link		{
			text-decoration	: none;
			color			: #ffffff;
			}
a.FooterLink:visited	{
			text-decoration	: none;
			color			: #ffffff;
			}
a.FooterLink:hover 	{
			text-decoration	: underline;
			color			: #bfdaed;
			}
