* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: auto;
}

img {
  max-width: 100%;
  height: auto;
}

#Table_01 {
  margin: 0 auto;
}

.headings {
	font-size: 16px;
	font-weight: bolder;
	color: #666666;
}
.heading2 {
	font-weight: bold;
	color: #FF0000;
}
.headingblack {

	font-weight: bold;
	color: #000000;
}
.text {
	font-size: 16px;
	color: #333333;
	text-align: right;
	font-weight: bold;
}
.headblueblack {


	font-weight: bold;
	color: #000066;
}
.link {
	font-size: 16px;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}
a:link {
	color: #FF0000;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}
a:visited {
	font-size: 16px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: none;
}
a:hover {
	color: #FF8282;
	text-decoration: underline;
}
.smallheading {
	font-size: 14px;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
}
.textenglish {

	font-size: 16px;
	color: #333333;
	text-align: left;
	font-weight: bold;
}

@media (max-width: 800px) {
  #Table_01 {
    width: 100% !important;
    max-width: 771px;
  }
}
