#body
{
  background: #fff;
	font-family: "trebuchet ms", verdana, georgia, times, "times new roman", serif;
  font-size: 12pt;
  color: #000;
}

div#navigation, div#more
{
  display: none;
  background: transparent;
}



#banner h1
{
  font-size: 14pt;
  margin-bottom: 12pt;
  background: transparent;
}

#banner img
{
	display: none;
  background: transparent;
}

#banner h3
{
	display: none;
  background: transparent;
}


div#content
{
  width: auto;
  border: 0;
  margin: 0;
  padding: 0;
  float: none;
  color: #000;
  background: transparent;
}

div#content img
{
	display:none;
	background: transparent;
}

a:link, a:visited
{
  color: #005;
  background: transparent;
  font-weight: bold;
  text-decoration: underline;
}

a:link:after, a:visited:after
{
  padding: 0 4pt;
  margin: 0 4pt;
  font-size: 90%;
}


hr
{
  width: 80%;
  padding-bottom: 0;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6
{
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

p
{
  margin-top: 0.2em;
  padding-top: 0.2em;
}

#footer
{
display: none;
}

table
{
  border: 1px solid #000;
  margin: 0;
  padding: 0;
  font-size: small;
  border-spacing: 0;
  border-collapse: collapse;
}

th
{
  text-align: left;
  font-size: small;
  font-size: 90%;
  font-weight: bold;
  margin: 1px;
  padding: 1px;
  white-space: nowrap;
  border: 1px solid #000;
  background: #fff;
}
  
td
{
  border: 1px solid #000;
  margin: 1px;
  padding: 1px;
  text-align: center;
  font-size: smaller;
  font-size: 80%;
  white-space: nowrap;
  background: #fff;
}

td.col1, th.col1
{
  white-space: normal;
  text-align: left;
}

th.separator
{
  text-align: left;
  font-size: small;
  white-space: nowrap;
}

