
body {
  font-family: Verdana, Arial, Helvetica;
  font-size: 10pt;
  color: #000000;
  background-color: #FFFFFF;
}

a.HeadLink {
  text-decoration: none;
  color: #FFFFFF;
}


a.HeadLink:hover {
  text-decoration: underline;
  color: #FFFFFF;
}

a {
  text-decoration: none;
  color: #003399;
}
A:visited { color: #914293  }

a:hover {
  color: #914293;
}

HeadLink {
  text-decoration: none;
  color: #FFFFFF;
}

table.Narrow {
  font-size: 10pt;
  width: 300px;
}

table.Normal {
  font-size: 10pt;
  width: 500px;
}

table.Wide {
  font-size: 10pt;
  width: 620px
}

table.Inout {
  font-size: 10pt;
  width: 500px;
  border-collapse: collapse;
}

table.InoutWide {
  font-size: 10pt;
  width: 620px;
  border-collapse: collapse;
}

tr.Head1 { 
  font-size: 15pt;
  color: #000000;
  font-weight: bold;
  text-align: center;
  background-color: #a4c2e4;
}

tr.Head2 {
  color: #000000;
  font-weight: bold;
  background-color: #a4c2e4;
}

tr.Body1 { 
  color: #000000;
  background-color: #EEEEEE;
}

tr.Body1c { 
  color: #000000;
  text-align: center;
  background-color: #EEEEEE;
}
tr.Body2 { 
  color: #000000;
  background-color: #CCCCCC;
}

tr.Body3 { 
  color: #000000;
  background-color: #FFFFFF;
}

tr.Body3c { 
  color: #000000;
  text-align: center;
  background-color: #FFFFFF;
}

em {
  color: #FF0000;
}

.info {
  font-family: Webdings, Verdana, Arial, Helvetica;
}
