h1 {
  margin-top: 6pt;
  font-weight: bold;
  font-size: 16pt;
  color: #0033CC;
}

h2 {
  font-weight: bold;
  font-size: 14pt;
  color: #404040;
}

h3 {
  font-weight: bold;
  font-size: 12pt;
  color: #404040;
}

h4 {
  font-weight: bold;
  font-size: 12pt;
  color: #404040;
}

ul {
  margin-left: 20px;
}

li {
  font-size: 11pt;
}

td.menu {
  color: #ffffff;
}

a:link.menu {
  color: #ffffff;
}

a:visited.menu {
  color: #00dfff;
}

a:active.menu {
  color: #ffffff;
}

p.logo {
  font-weight: bold;
  font-size: 16pt;
  color: #808080;
}

p.banner {
  margin-top: 3pt;
  margin-bottom: 0pt;
  padding-bottom: 0px;
  font-weight: bold;
  font-size: 14pt;
  color: #404040;
}

p.intro {
  font-size: 11pt;
  margin-left: 30px;
  margin-right: 30px;
}

li.feature {
  padding-top: 6pt;
  font-weight: bold;
  font-size: 11pt;
}

p.feature {
  font-size: 10pt;
  font-weight: normal;
  margin-left: 10px;
  margin-right: 10px;
}

img.feature {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
}

td.product {
  border: thin dotted silver;
  background-color: #FFFFCC;
  vertical-align: top;
}

td.sidebar {
  border: thin dotted silver;
  background-color: #f0f0f0;
  vertical-align: top;
}

table.grid {
  width: 98%;
  border: 1px solid silver;
  background-color: #ffffff;
  horizontal-align: right;
}

th.grid {
  font-weight: bold;
  text-align: left;
  border: 1px solid silver;  
  background-color: #e0e0e0;  
}

td.grid {
  border: 1px solid silver;
}