html, body	{
	font-family:Arial,Helvetica,sans-serif;
	font-size:19px;
	margin:0px;
	padding:0px;
}
*	{
	hyphens:auto;
	-moz-hyphens:auto;
	-o-hyphens:auto;
	-webkit-hyphens:auto;
	-ms-hyphens:auto;
	word-break:break-word;
}
table	{
	width:100%;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	border-style:solid;
	border-width:1px;
	border-collapse:collapse;
}
td	{
	padding:10px;
}
.left	{
	min-width:160px;
	text-align:left;
	padding-left:10px;
}
.middle	{
	min-width:160px;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	
}
.right	{
	min-width:160px;
	text-align:right;
	padding-right:10px;
}
.boldtitle	{
	color:green;
	font-weight:bold;
	padding:0px;
	margin:0px;
}
tr:nth-child(even) {
  background-color:rgba(0,0,0,0.06);
}
tr:nth-child(odd) {
  background-color:white;
}
table, th, td {
	border-width:1px;
	border-style:dotted;
	border-color:green;
}
noscript	{
	display:none;
}
h1	{
	font-size:38px;
	text-align:center;
	margin-bottom:20px;
}
.note	{
	text-align:center;
	font-size:17px;
	margin-bottom:40px;
	margin-top:0px;
}
a	{
	color:#2fa2d7;
	text-decoration:none;
}
#anchor	{
	text-align:center;
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
}
.anchors a	{
	color:black;
	line-height:30px;
	text-decoration:underline;
}
#mobile	{
	display:none;
}