html, body {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  padding: 0px; margin: 0px;
  background: #FFFFFF;
  cursor: default;
  color: #333333;
  height:100%;
}

table, tbody, tr, td {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  vertical-align: top;
  cursor: default;
  color: #333333;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Arial, Helvetica, Sans-Serif;
  padding: 0px; margin: 0px;
  font-weight: normal;
  text-align: left;
}

p {
  font: normal 11px Verdana, Arial, Helvetica, Sans-Serif;
  margin: 0px 0px 0px 0px;
  padding-bottom: 10px;
}

h1 {font-size: 22px; text-align: left; color: #08208C; font-weight: normal;}
h2 {font-size: 12px; text-align: left; color: #333333;}
h3 {font-size: 12px; text-align: left; color: #333333;}
h4 {font-size: 12px; text-align: left; color: #333333;}

.nobr {white-space: nowrap;}
.small {font-size: 10px;}

small {font: normal 10px Arial, Helvetica, Sans-Serif; color: #7B7D7B;}

ul, ol {text-align: left; margin: 0px 0px 0px 15px;}
ul ul, ol ol, ol ul, ul ol {margin: 10px 0px 10px 15px;}
ul li, ol li {margin: 0px 0px 2px 0px;}
li p {text-align: justify;}

a:link, a:visited, a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #000066;
}
a:hover {
  text-decoration: underline;
  color: #0955C3;
}

form {padding: 0px; margin: 0px;}

input.form, select.form, textarea.form {
  padding: -2px; margin: 0px; #margin: -1px 0px;
  font: normal 10px Arial; color: #888888;
}

textarea.form {
  overflow: auto;
}

select.form {
  font: normal 10px Arial;
}

input.button {
  font: bold 11px Tahoma; color: #FFFFFF;
  background-color: #08208C;
  border: 1px solid #808080;
  padding-bottom: 1px;
  margin-right: 5px;
}

table.form p {
  padding: 0px; padding-top: 1px;
  text-align: right;
  font-size: 14px;
  color: #000000;
}

table.form span {
  position: relative; top: -5px;
  font-size: 11px; color: #FF0000;
}

table.form .form {
  font-size: 12px;
}

img {display: block;}

a:link.product, a:visited.product, a:hover.product{
  font-size: 11px;
  color: #0E56CF;
  text-decoration: underline;
}
a:hover.product{
  text-decoration: none;
}

#main h1 {
  font: normal 18px Arial;
  padding-bottom: 15px;
  color: #000080;
}

div.promotion {
  display: none;
}

div.promotion h1 {
  color: #666666;
}

div.promotion p {
  text-align: justify;
  color: #888888;
}

div.promotion strong {
  color: #888888;
}

table.division td {
  border-left: 1px solid #E4E4E4;
  #border-left: expression(parentNode.firstChild==this?'0px none':'1px solid #E4E4E4');
}

table.division td:first-child {
  border-left: 0px none;
}

#main div p {
  font: normal 10pt Verdana;
}