
body {
  margin: 0;
  padding: 0;
  border: 0;
  background-color: #5C5C5C;
  background-image: url(/images/sliver.gif);
  background-repeat: repeat-x;
  font-family: Verdana;
  font-size: 8pt;
  color: #111111;
}

h1 {
  font-size: 10pt;
	color: #CB0101;
}

p {
  line-height: 210%;
}

p.indent {
  text-indent: 6em;
}

a {
  border: 0;
  color: #009B97;
  font-weight: bold;
}

a:hover {
  color: #CB0101;
}

td {
  font-size: 8pt;
  color: #444444;
}

td b {
  color: black;
}

th {
  font-size: 10pt;
}

img {
  margin: 0;
  padding: 0;
  border: 0;
}

table.head {
  background-color: white;
}

div.main {
  width: 829px;
  margin-left: 71px;
  background-color: white;
}

div.content {
  padding-left: 20px;
  padding-right: 30px;
}

div.copy {
  font-size: 6pt;
	color: #DDDDDD;
	margin-left: 500px;
	padding-bottom: 20px;
}

div.quotes {
  position: absolute;
	left: 375px;
	top: 85px;
	width: 375px;
	height: 150px;
	color: white;
	font-size: 12pt;
	overflow: auto;
	visibility: hidden;
}

div.quotes p {
  line-height: 140%;
}

div.quotes p.quote-source {
  font-size: 10pt;
}

div.question {
  border: 1px solid #999999;
	margin: 20px;
	padding: 7px 15px 15px 15px;
	width: 400px;
	text-align: left;
	background-color: #F0F0F0;
  display: none;
}

div.question-header {
  font-size: 120%;
	font-weight: bold;
  background-color: #C9C9C9;
	margin: 20px 10px;
	padding: 5px 10px;
}

div.question-question {
	margin: 0 10px 15px 40px;
	line-height: 150%;
	font-weight: bold;
}

div.question-answer {
  margin-bottom: 5px;
	margin-left: 50px;
}

div.question-answer input {
	margin-right: 10px;
	vertical-align: middle;
}

div.question-prevnext {
  margin-top: 20px;
  padding-top: 5px;
  background-color: #C9C9C9;
	height: 27px;
}

img.next-button {
  display: none;
}