html {
	height: 100%;
	margin: 0px;
  padding: 0px;
  margin-bottom: 1px; /* to force scrollbar on right side of page */
}

body {
	background-color: #061521;
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	height: 100%;
}

p {
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	color: #ffffff;
	padding: 0px;
	margin: 0px;
	text-align: left;
}

p.vspace {
	margin-top: 16px;
}

div {
	text-align: left;
}

td {
	font-family: "Arial, Helvetica", sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #ffffff;
}

a {
	color: #37e7e7;
	text-decoration: none;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

p.notice {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #ffe900;
	margin-top: 1px;
	margin-bottom: 2px;
}

img.block {
	display: block;
}

img.hcenter {
	margin-left: auto;
	margin-right: auto;
}

img.standard {
	background-color: #000000;
	padding: 2px;
	border: solid 1px #91a2af;
}

img.plot {
	background-color: #000000;
	padding: 1px;
	border: solid 2px #006288;
}

img.vspace {
	margin-top: 16px;
}

img.plotVspace {
	margin-top: 16px;
}	

