body
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

tr, th, td
{
  padding: 1px 10px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

em, strong, .emcolor
{
  color: #000088;
}

a, a:hover, a:active, a:visited
{
  color: #000088;
}

h1, h2, h3, h4, h5, h6, caption, dt, .hcolor
{
  color: #415f83;
}

h1, h2, h3, h4, h5, h6
{
  margin: 2px;
}

h2, h4, h6
{
  font-style: oblique;
}

h1 {font-size: 18px;}
h2 {font-size: 17px;}
h3 {font-size: 16px;}
h4 {font-size: 15px;}
h5 {font-size: 14px;}
h6 {font-size: 13px;}

.pcenter
{
  text-align: center;
}

.pbold
{
  font-weight: 600;
}

/****** Body ******/

p
{
  margin-top: 6px;
  margin-bottom: 12px;
}

dt
{
  margin-top: 6px;
  font-style: italic;
  font-weight: bold;
}

dd
{
  margin-bottom: 12px;
}

ul.nobullet
{
  list-style: none outside;
}

ul.nobullet li
{
  padding-left: 12px;
  text-indent: -12px;
  margin-bottom: 3px;
}

hr
{
  margin-top: 36px;
  margin-bottom: 0px;
  background-color: #008;
}


table.simpletable
{
  border: 1px solid black;
}

table.simpletable tr, table.simpletable th, table.simpletable td
{
  border-bottom: 1px solid #b4bafd;
  padding: 5px 30px;
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
}

table.simpletable .colA
{
  background-color: #e0e0ec;
}

table.simpletable .colB
{
  background-color: #d9dcfe;
}

table.simpletable .row0
{
  background-color: #9dabf0;
  font-size: larger;
  font-weight: bold;
}

table.simpletable .row1
{
  background-color: #b4bafd;
}



