html, body {
/*font-family: Helvetica;*/
font-family: "Trebuchet MS", Tahoma, Geneva, Arial, Helvetica, sans-serif;
color: Black;
margin: 0px;
padding: 0px;
border-style: none;
}
p, li {
  font-size:        14px;
  line-height: 150%;
  color: Black;
}
p.mainPage {
  color: Black;
}
p.left-sidebar-text {
  color: Gray;
  line-height: 135%;
  font-size: small;
}
h2 {
  color: #003366;
  line-height: 150%;
} 
h3 {
  color: #003366;
} 
h4 {
/*
  color: white;
  padding: 4px;
  background: url(images/gradient.png) 0% 0% repeat-x;
  */
  color: #003366;
  background:#E6E6E6;
  padding: 10px;
} 
img
{  border-style: none;
}
table {
  border-style: hidden;
  border-width: 1px;
  width       : 100%;
}
tr {
  border-style: hidden;
  border-width: 1px;
}
td {
  border-style: hidden;
  border-width: 1px;
}
/*table{border-style:solid;}tr{border-style:solid;}td{border-style:solid;}*/
td.slogan {
  font-size:        22px;
  lighter:          lighter;
  color:            Gray;
}
td.menubar {
  border-width: 1px 1px 2px 1px;
  border-style: solid hidden hidden hidden;
  background:#E6E6E6;
  padding: 3px;
}
td.disclaimer {
  font-size:        10px;
  lighter:          lighter;
  color:            LightGray;
}
a.mainNav    {
  font-size:        16px;
  font-weight:      bold; 
  text-decoration:  none;
  padding-left:     30px;
} 
a.mainNav:link    {
  /* Applies to unvisited links of class mainNav */
  color:            Black;
} 
a.mainNav:visited {
  /* Applies to visited links of class mainNav */
  color:            Black;
} 
a.mainNav:hover   {
  /* Applies to links under the pointer of class mainNav */
  color:            #fe0000;
} 
a.mainNav:active  {
  /* Applies to activated links of class mainNav */
  color:            #fe0000;
} 
li {
  list-style-type:  square;
  margin-top: 8px;
  padding-left: 10px;
}
li.cust-list {
  font-size: 12px;
}
td.dotted-cell {
   border-width: 1px 1px 1px 1px;
   border-spacing: 1px;
   border-style: dotted dotted dotted dotted;
   border-color: black;
}
td.bottom-dotted-cell {
   border-width: 0px 0px 1px 0px;
   border-spacing: 1px;
   border-style: hidden hidden solid hidden;
   border-color: #fe0000;
}

