body { 
  background-image: url("img/background.gif");
  background-attachment: fixed;
  background-position: 50% 50%;
  background-repeat: repeat;
  margin: 0px;
}

h1 { margin-bottom: 0pt 
}

h2 { margin-bottom: 0pt 
}

h3 { margin-bottom: 0pt 
}

a { text-decoration:none; color: #333333; 
}

a:hover { text-decoration: underline;
}

.txt-8pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.txt-9pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.txt-11pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.txt-13pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #5C9DBE;
	border: 1px dotted #003366;
}
.bot {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #FFFFFF;
	background-color: #006699;
	border: 1px dotted #003366;
	height: 30px;
	font-weight: bold;
}