.StdText {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
}
.BoldText {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #600;
}

html, body {
  height: 100%;
  margin: 0 0 1px;
  padding: 0;
 }
