html,body {

  margin:0;
  padding:0;
  border:0;
  font-size:1px;
  font-family: Arial, Helvetica, sans-serif;
  background-color:#666666;
  /*background:url(images/bg_lines.gif) repeat;*/
  background:url(images/bg.jpg) top right repeat-x fixed;
}

.normal {

  font-size:9pt;
  font-family: Arial, Helvetica, sans-serif;
  font-color:#111111;
}

.small {

  font-size:7pt;
  font-family: Arial, Helvetica, sans-serif;
  color:#222222;
}

.date {
	font-size:9pt;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-color:#555555;
	color: #003366;
}

.heading {

  font-size:10.5pt;
  font-weight:bold;
  font-family: Arial, Helvetica, sans-serif;
  font-color:#111111;
}

a:link {

	text-decoration: none;
	color: #003366;
}

a:visited {

  text-decoration: none;
  color: #003366;
}

a:active {

  text-decoration: none;
  color: #003366;
}

a:hover {

  /*text-decoration: underline;*/
  color: #003366;
}

.small a:link {

	text-decoration: none;
	color: #222222;
}

.small a:visited {

	text-decoration: none;
	color: #222222;
}

.small a:active {

	text-decoration: none;
	color: #222222;
}

.small a:hover {

	text-decoration: none;
	color: #222222;
}
