/* CSS Document */

body {
  color : #000000;
  background : #ffffff;
  font-family : "Times New Roman", Times, serif;
  font-size : 15pt;
}
a {
  text-decoration : underline;
  color : #0000ff;
}
#stylefour, #styletwo {
  display : none;
}
#header {
  display : block;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	line-height: 20px;

#header {                                  /* 6. */
	display: list-item;                /* 1. */
	list-style-image: url(.../resources/div_images/banner.gif); /* 2. */
	list-style-position: inside;       /* 3. */
	letter-spacing: -1000em;           /* 4. */
	font-size: 1pt;                    /* 5. */
	color: #fff;                       /* 5. */
	}