/* CSS Document */
body {
	background-image: url(../images/bkgrnd.jpg);
	background-repeat: repeat;
	margin-top: 0px;
}

td img {display: block;}body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #003366;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}

.footer {
	margin: 5px;
	font-size: 10px;
	color: #FFFFFF;
}

.footer a:link, .footer a:visited {
	color: #FFFFFF;
	font-weight:normal;
	text-decoration: none;
}

.footer a:hover {
	color: #003366;
	font-weight: normal;
	text-decoration: underline;
}

.navbar {
	margin: 5px;
	line-height: 20px;
	color: #FFFFFF;
}

.navbar a:link, .navbar a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.navbar a:hover {
	text-decoration: none;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
}

.textbox_title {
	margin: 5px;
	font-weight: bold;
}

.textbox_title_blue {
	margin: 5px;
	padding: 2px;
	font-weight: bold;
	background-color: #003366;
	color:#FFFFFF;
}

.textbox_body {
	margin: 5px;
}

a.tooltip {
  z-index:24;
  color:#FFFFFF;
  position:relative;
  text-decoration:none;
}

a.tooltip:hover {
  z-index:25;
  color:#FFFFFF;
  border-bottom:1px solid #FFFFFF;
  text-decoration:none;
}

a.tooltip span {
  display:none;
}

a.tooltip:hover span {
  position:absolute;
  top:2em;
  left:5em;
  border:1px solid #003366;
  padding:3px;
  display:block;
  width:500px;
  color:#003366;
  background-color:#FFFFFF;
  text-align: left;
  font-weight: normal; 
}