body {
  position: relative;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  color: #000000;
  margin: 0px;
  padding: 0;
  text-align: center;
	background-color: #000000;
	background-image: url(/images/bg.jpg);
	background-repeat: no-repeat;
	background-position: top center;
}

.page {
  margin:0px auto;
  text-align:left;
  width: 1024px;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}

h1 {
	font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 20pt;
	border-bottom: 1px solid #F5951D;
}

h2 {
	font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 18pt;
}

h3 {
	font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 16pt;
}

h4 {
	font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 14pt;
}
h5 {
	font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 12pt;
}

h6 {
	font-family: "Lucida Grande", "Trebuchet MS", "Eras Demi ITC", Arial, Helvetica, sans-serif;
	font-weight: normal;
	line-height: 1.3em;
	color: #000000;
	margin-top: 6px;
	margin-bottom: 6px;
	font-size: 10pt;
}

p, td, li, dl, dt, dd {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 8pt;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

th {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight:bold;
  color: #000000;
}

a { text-decoration: none; }

img { margin: 5px; }
