/* CSS Document */

.MainBody {
	width: 1000px;
	font-family:Arial, Helvetica, sans-serif;
}

.MainBody a {
	color:#000;
	text-decoration:underline;
}

.MainFooter {
  text-align: center;
	font-size:10px;
	color:#999;
}

.LICENSE {
  font-size: 12px;
  color: blue;
  float: center;
}

.COPY {
  font-size: 12px;
  color: blue;
  float: center;
}

.FEATURES {
  font-size: 24px;
}

.SMALL {
  font-size: 12px;
}

.TopBar {
  border-width: 0px;
  text-align: center
}

.Index {
  border-width: 0px;
  text-align: center
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
  text-align: center;
	font-size: 36px;
	font-weight: bold;
  margin-top: 10;
  margin-bottom: 10;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
  text-align: center;
	font-size: 24px;
	font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h3 {
	font-family:Arial, Helvetica, sans-serif;
  text-align: center;
	font-size: 16px;
	font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

h4 {
	font-family:Arial, Helvetica, sans-serif;
  text-align: center;
	font-size: 40px;
	font-weight: bold;
  color: red;
  padding: 0;
  margin-top: 0;
  margin-bottom: 20;
}

h5 {
	font-family:Arial, Helvetica, sans-serif;
  text-align: center;
	font-size: 36px;
	font-weight: bold;
  margin-top: 20;
  margin-bottom: 0;
}

h6 {
  font-family: "Arial Narrow", Arial, sans-serif;
  text-align: center;
	font-size: 10px;
	font-weight: bold;
  padding: 0;
  margin: 0;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}

li {
  display: list-item
  font-family: "Times New Roman", Times, serif;
	font-size: 16px;
}


img {
  max-width: 100%;
  height: auto;
  width: auto\9; /* ie8 */
}

.THIRDS {
  max-width:1024px;
}

.THIRDS img {
  max-width: 30%;
  height: auto;
  width: auto\9; /* ie8 */
}

.Index {
  background-color:#99CCFF;
}

.Index a {
  text-decoration:none;
}

.Description p {
   margin-top: 0;
   margin-bottom: 0;
}

.Description ul {
   margin-top: 0;
}

td.Description {
 	vertical-align: top;
  width: 400;
}

.SelectIcon {
  background-image: url(../ICON/select_100x100a.jpg);
  height: 100px;
  width: 100px;
 	vertical-align: middle;
  text-align: center;
	font-size: 14px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}


.SelectIconMulti {
  background-image: url(../ICON/select_100x100.jpg);
  height: 100px;
  width: 100px;
 	vertical-align: middle;
  text-align: center;
	font-size: 16px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.SelectIconMulti br {
  line-height: 24px;
}

.MenuTable p {
  font-family: "Times New Roman", Times, serif;
	font-size: 12px;
}

.MenuTable a {
  text-decoration : none;
  color: black;
}

input[type=button]{
    background-color: LawnGreen;
    font-size:16px;
    font-weight: bold;
}

input[type=submit]{
    background-color: LawnGreen;
    font-size:16px;
    font-weight: bold;
}

div.horizontal {
    width: 100%;
    height: 400px;
    overflow: auto;
}

div.overflow {
  white-space:pre;
  overflow:scroll;
  width:1200px;
  padding:10px;
}

h1.certificate {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  text-align: center;
	font-size: 48px;
	font-weight: bold;
  margin-top: 0;
  margin-bottom: 10;
}

input[type="text"]
{
  font-family: Arial;
  font-size: 12px;
}

textarea {
  font-family: Arial;
  font-size: 12px;
}