*
{
	margin: 0;
	padding: 0;
}

body
{
	background-color: rgb(80, 80, 80);
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS",Arial,FreeSans;
	font-size: 10pt;
}

div.topdiv
{
	width: 100%;
	// height: 100%;
	padding-top: 32px;
}

div.message
{
	width: 75%;
	padding: 16px;
	text-align: center;
	border: 1px solid rgb(64, 64, 64);
	border-radius: 6px;
	box-shadow: 0px 2px 5px rgb(32, 32, 32);
	-moz-box-shadow: 0px 2px 5px rgb(32, 32, 32);
	-webkit-box-shadow: 0px 2px 5px rgb(32, 32, 32);
	background-color: white;
}

table.maintable
{
	width: 100%;
	border-collapse: collapse;
}

td.tablehead
{
	text-align: center;
	padding: 2px;
	border: 1px solid rgb(128, 128, 128);
	font-weight: bold;
	background-color: rgb(208, 208, 208);
}

td.tablecell
{
	padding: 2px;
	border: 1px solid rgb(128, 128, 128);
	background-color: rgb(244, 244, 244);
}

td.tablecell2
{
	padding: 2px;
	border: 1px solid rgb(128, 128, 128);
	background-color: white;
}

p.header
{
	font-size: 18pt;
	font-weight: bold;
	margin-bottom: 4px;
}

p.subheader
{
	text-align: left;
	width: 100%;
	margin-bottom: 8px;
}

div.copyright
{
	color: white;
	font-size: 8pt;
	margin-top: 32px;
}
ul {
  list-style-position: inside
}
