/* Styles used in foot page */#footpage {	display:block;	background-color: white;	width: 898px;	height: 55px;/*border-top-color: black; 	border-top-width: 2px; 	border-top-style: solid; */	border-bottom-color: gray; 	border-bottom-width: 1px; 	border-bottom-style: solid; 	border-left-color: gray; 	border-left-width: 1px; 	border-left-style: solid; 	border-right-color: gray; 	border-right-width: 1px; 	border-right-style: solid;   padding: 2px 0 2px 0;}#myfoot {	font-family: Arial, Helvetica, sans-serif;	font-size: 11px;/*	text-decoration: overline; */	text-align: center;	vertical-align: middle;	color: #292929;}#myfoot a {	text-decoration: none;}#firstrow {	text-decoration: overline;}
