td {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
body {  font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000; }
a {  color: #336699; }
.footertext {  font-family: Arial, Helvetica, sans-serif; font-size: 11px; }
.arial14Grey {  font-family: Arial, Helvetica, sans-serif; font-size: 14px; color: #717171; font-weight: bold; }
h4 {  font-size: 18px; }
h1 { font-size: 18px; }
h2 { font-size: 18px; }
h3 { font-size: 18px; }

div#newsform {
	position: absolute;
	top: 110px;
	left: 690px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	border: solid 1px black;
	padding: 7px;
}

div#newsform {
  top: expression( ( ignoreMe = document.body.scrollTop ) + 110 + 'px' );
}

body > div#newsform {
	position: fixed;
	top: 110px;
	left: 690px;
}

div#newsform center  { text-align: left;}
div#newsform font { font-family: Arial, Helvetica, sans-serif;  }

/* Previous Articles Box */

div#previous {
	position: absolute;
	top: 385px;
	left: 690px;
	width: 230px;
	font-family: Arial, Helvetica, sans-serif; font-size: 11px;
	border: solid 1px black;
	padding: 7px;
}

div#previous {
  top: expression( ( ignoreMe = document.body.scrollTop ) + 385 + 'px' );
}

body > div#previous {
	position: fixed;
	top: 385px;
	left: 690px;
}