img {
  max-width: 80vw;
  //max-height: 40vh;
  height: auto;
}
p {
	font-family: Calibri, arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}

body {
	font-family: Calibri, arial;
	font-size: 10pt;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
h1 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 14pt;
	//font-size:6vw;
	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
h2 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 12pt;
	//font-size:4vw;

	font-weight: bold;
	font-style: normal;
	font-variant: normal;
	color: #000000;
}
h3 {
	font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
	font-size: 12pt;
	//font-size:3vw;
	font-weight: bold;
	font-style: italic;
	font-variant: normal;
	color: #000000;
}
Bold_Text {
	font-weight: bold;
}
table {
	text-align: left;
	vertical-align: top;
	line-height: normal;
	margin-left:3px;
	margin-right:3px;
//	width:90vw;
}
td_NoWrap  {
	white-space: nowrap;
}
Td_Top {
	white-space: normal;
}

