
/* =============== body =============== */

body {
	font-family: "Arial";
	font-size: 11pt;
 	color: black;
 	margin-left: 2em;
 	margin-right: 2em;
}

html, body {
  scrollbar-face-color: #1F89E0;
  scrollbar-arrow-color: #FFFFFF;
  scrollbar-3dlight-color: #1F89E0;
  scrollbar-highlight-color: #FFFFFF;
  scrollbar-darkshadow-color: #1F89E0;
  scrollbar-shadow-color: #FFFFFF;
}

table, th, td {
  font-family: "Arial";
  font-size: 11pt;
}

em {
  font-weight: normal;
  font-family: Verdana;
  font-style: normal;
}
p {
  line-height: 1.3em;
  text-indent: 1em;
}

/* =============== body:global head  area =============== */

#GlobalHeadArea {
    margin: 0;
	height: 96px;
	min-height: 96px;

  background-image: url(bk_1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  }
  
/* =============== body:global foot  area =============== */

#GlobalFootArea {
    margin: 0;
	height: 96px;
	min-height: 96px;

  background-image: url(bk_2.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  }


/* =============== anchor =============== */

a {
  text-decoration: none;
}
a:link {
  color: #1F89E0;
  text-decoration: none;
}
a:visited {
  color: #73310D;
  text-decoration: none;
}
a:hover {
  color: 73310D;
  text-decoration: underline;
  }
a:active {
	 color: #73310D;
	 text-decoration: none;
}

/* =============== anchor: sub_title =============== */

div#sub_title a:link {
  color: white;
  text-decoration: none;
}
div#sub_title a:visited {
  color: white;
  text-decoration: none;
}

div#sub_title a:hover {
  color: 73310D;
  text-decoration: underline;
  }

/* =============== different Font =============== */

font8 {
    font-family: "Arial";
	font-size: 8pt;
}

font9 {
	font-family: "Arial";
	font-size: 9pt;
}

font14 {
	font-family: "Arial";
	font-size: 14pt;
	 	color: white;

}

h1 {
  color: white;
  font-size: 15pt;
  font-family: "Comic Sans MS";
  font-style: italic;
  text-align: center;
  background-color: green;
}
h2 {
  color:orange;
  font-size: 14pt;
  font-family: Verdana;
  border-color: orange;
  border-style: solid;
  border-width: 2px;
  padding-left: 4px;
  text-aline: center;
}
h3 {
  color:orange;
  font-size: 14pt;
  font-family: Verdana;
  text-aline: center;
}
h4 {
  color:white;
  font-size: 14pt;
  font-family: Verdana;
  text-aline: center;
}
