html, body {
  margin: 0;
  padding: 0;
  max-height: 50px;
  overflow: hidden;
  background-color: #ffffff
}

#topTitle  { height: 50px;
               font-size: 19px; font-family: 
               'Franklin Gothic Medium', Verdana, Geneva, Arial, Helvetica, sans-serif; 
               color: #000000; padding-left: 15px }

a.topLink:link, a.topLink:visited {
	color: #444444;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
a.topLink:hover {
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	}
