@charset "utf-8";
body{
  font-family: sans-serif;
  color: #000033;
  background-color:#f8f8f8;
}
#container{
  width: 760px;
  margin: 0px auto;
}
.title{
  margin-left: 1em;
  font-size:14pt;
  font-weight:bold;
  color:#FFFFFF;
}
.close-guide{
  text-align:right;
  margin-right:0em;
  font-size:9pt;
  font-weight:normal;
  color:#FF0000;
}
.small{
  margin-left:0em;
  font-size:8pt;
  font-weight:normal;
  color:#333399;
}
.env-listitem{
  margin-left:150px;
  font-size:10pt;
  font-weight:normal;
  color:#333399;
}
.env-middle{
  margin-left:100px;
  font-size:10pt;
  font-weight:normal;
  line-height:1.25;
  color:#000000;
}
.env-remarks{
  margin-left:150px;
  font-size:10pt;
  font-weight:normal;
  line-height:1.0;
  color:#FF0000;
}
.message{
  margin-left:20px;
  font-size:10pt;
  font-weight:normal;
  line-height:1.5;
  color:#000000;
}
.middle{
  margin-left:40px;
  font-size:10pt;
  font-weight:normal;
  line-height:1.25;
  color:#000000;
}
.menu{
  margin-right:1em;
  font-size:10pt;
  font-weight:normal;
  line-height:1.25;
  color:#000000;
}
.remarks{
  margin-left:2em;
  font-size:10pt;
  font-weight:normal;
  line-height:1.0;
  color:#FF0000;
}
.middle-em{
  margin-left:1em;
  font-size:12pt;
  font-weight:bold;
  line-height:1.5;
  color:#000000;
}
.large{
  margin-left:1em;
  font-size:14pt;
  font-weight:bold;
  color:#FFFFFF;
}
.sp_large{
  margin-left:1em;
  font-size:14pt;
  font-weight:bold;
  color:#003399;
}
.disclaimer{
  margin-left:40px;
  font-size:12pt;
  font-weight:bold;
  line-height:1.5;
  color:#FF3333;
}
.link{
  font-size:11pt;
  font-weight:bold;
  color:#3333FF;
}
.current{
  font-size:11pt;
  font-weight:bold;
  color:#00FFFF;
  background-color:#3333FF;
}
.titleback{
  background-color:#003366;
}
.itemback{
  background-color:#003366;
}
.sp_itemback{
  background-color:#FFCC99;
}
.image{
  text-align:center;
  vertical-align:middle;
}
.copyright{
  margin-right:0em;
  text-align:right;
  font-size:10pt;
  color:#000033;
}

#OSAndBrowserTable {
  text-align: center;
  border: 1pt solid #dddddd;
  border-collapse: collapse;
}

#OSAndBrowserTable th {
  background-color: #dddddd;
  padding: 5px;
  border-right: 1pt solid #red;
}

.blueTr td {
  background-color: #f1f3f9;
}

td {
  padding: 5px;
}