body {
	margin: 0px;
	padding: 0px;
	font-size: 9pt;
	color: #666666;
}

form {
	margin: 0px;
	padding: 0px;
	display: inline;

}

img {
  border: 0px;
}

.nav {
	color: #0078cc;
	font-size: 9pt;
}

.navb {
	font-weight: bold;
	color: #0078cc;
	font-size: 9pt;
}

.small {
	font-size: 7pt;
}

.footer {
	color: #aaaaaa;
	font-size: 10pt;
}

a.menu:link {
	color: #0078cc;
	text-decoration: none;
}
a.menu:visited {
	color: #0078cc;
	text-decoration: none;
}
a.menu:hover {
	text-decoration: underline;
}

 div.tooltip {
    position: absolute;
    left: -10000px; /* move out of sight */
    font-size: small;
    font-weight: lighter;
    border: 1px solid #666;
    margin: 0.2em;
    padding: 0.2em;
    max-width: 20em;
    background-color: #FFFFDC;
  }
  
  
button#subscribe {
	margin: 1em 0 0;
	width: 88px;
	height: 20px;
	border: 0;
	background: url(/images/buttons/subscribe.png) no-repeat;
	text-indent: -9999em;
	cursor: pointer;
}