a:link {
  font-weight: normal;
  color: Blue;
  text-decoration: none
}
a:visited {
  font-weight: normal;
  color: Blue;
  text-decoration: none
}
a:hover {
  font-weight: normal;
  color: Blue;
  text-decoration: underline
}
a.menu:link {
  font-weight: normal;
  color: #555555;
}
a.menu:visited {
  font-weight: normal;
  color: #555555;
}
a.menu:hover {
  font-weight: normal;
  color: 555555;
  text-decoration: underline
}
a.menu2:link {
  font-weight: bold;
  color: #ffffff;
}
a.menu2:visited {
  font-weight: bold;
  color: #ffffff;
}
a.menu2:hover {
  font-weight: bold;
  color: ffffff;
  text-decoration: underline
}
body {
  background-color: #f8f8ef;
  text-align: center;
  font-size: 10pt;
  color: #555555;
}
table,tr,th,td {
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  border-style: none;
  border-width: 1px;
  border-color: #ff991a;
  border-collapse: collapse;
  font-size: 10pt;
  vertical-align: top;
}
th {
  background-color: #fff8ef;
}
table.main {
  width: 760px;
/*  height: 800px;*/
  margin: auto;
}
td.head {
  width: 760px;
  font-size: 9pt;
}
td.head_border1 {
  width: 760px;
  height: 12px;
  background-color: #ffcc66 ;
}
td.head_border2 {
  width: 760px;
  height: 20px;
  background-color: #ff9900;
  color: #ffffff;
  font-size: 9pt;
  text-align: center;
  vertical-align: middle;
}
td.foot {
  width: 760px;
  height: 20px;
  background-color: #ffcc66;
  font-size: 9pt;
  text-align: center;
  vertical-align: middle;
}
td.menu {
  width: 180px;
  padding-bottom: 100px;
}
td.contents {
  width: 580px;
  padding-top: 20px;
  padding-bottom: 30px;
}
/*-------------------------------------*/
table.menu1 {
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
th.menu1 {
  height: 25px;
  background-color: #3366b3;
  border-color: #3366b3;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  color: #ffffff;
  vertical-align: middle;
}
td.menu1 {
  border-color: #3366b3;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  padding-right: 0px;
}
/*-------------------------------------*/
table.menu2 {
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
th.menu2 {
  height: 25px;
  background-color: #33b300;
  border-color: #33b300;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  color: #ffffff;
  vertical-align: middle;
}
td.menu2 {
  border-color: #33b300;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  padding-right: 0px;
}
/*-------------------------------------*/
table.menu3 {
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
th.menu3 {
  height: 25px;
  background-color: #cc4d99;
  border-color: #cc4d99;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  color: #ffffff;
  vertical-align: middle;
}
td.menu3 {
  border-color: #cc4d99;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  padding-right: 0px;
}
/*-------------------------------------*/
table.menu4 {
  width: 160px;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
}
th.menu4 {
  height: 25px;
  background-color: #ff991a;
  border-color: #ff991a;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  color: #ffffff;
  vertical-align: middle;
}
td.menu4 {
  border-color: #ff991a;
  border-style: solid;
  border-width: 1px;
  font-size: 9pt;
  padding-right: 0px;
}
/*-------------------------------------*/
table.c1 {
  width: 500px;
  margin-left: 40px;
  border-style: solid;
}
th.c1 {
  border-style: solid;
  padding: 3px;
}
td.c1 {
  border-style: solid;
  padding: 3px;
}
/*-------------------------------------*/
img {
  border-style: none;
  margin: 0;
  padding: 0;
}
p {
  line-height: 130%;
  margin-left: 25px;
  margin-right: 25px;
}
ul {
  list-style-image: url(images/ai_a01.gif);
  font-size: 10pt;
  line-height: 140%;
}
h1 {
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  color: #555555;
  margin: 0 0 0 0;
  padding: 2px;
}
h2 {
  color: #353bab;
  margin-top: 20px;
}
h3,h4,h5 {
  color: #353bab;
}
h2 {
  text-align: center;
  font-size: 12pt;
  margin-top: 10px;
  margin-bottom: 3px
}
h3 {
  text-align: center;
  font-size: 11pt;
  padding-top: 15px;
}
h4 {
  font-size: 10pt;
  margin-left: 25px;
}
caption {
  padding: 5px;
  font-weight: bold;
}

