body,td
 {
  font-family: "sans-serif";
  color: black;
  font-size: 84%;
 }

a
 {
  font-size: 100%;
  text-decoration: underline;
  color: black;
 }

a:link
 {
  color: black;
  text-decoration: underline;
 }
 
a:visited
 {color: black;}
a:active
 {color: black;}
a:hover
 {color: gray;}

a.nav:link
 {
  font-size: 105%;
  text-decoration: none;
  color: black;
 }
 
a.nav:visited
 {
  font-size: 105%;
  text-decoration: none;
  color: black;
 }

a.nav:hover
 {color: white;}


a.subnav
 {
  font-size: 88%;
  text-decoration: none;
  color: white;
 }

a.subnav:visited
 {
  font-size: 88%;
  text-decoration: none;
  color: white;
 }
 
a.subnav:hover
 {color: silver;}
 
a.service
 {
  font-size: 75%;
  text-decoration: none;
  color: white;
 }

a.service:visited
 {
  font-size: 75%;
  text-decoration: none;
  color: white;
 }
 
a.service:hover
 {color: silver;}

a.copyr:link
 {
  font-size: 100%;
  text-decoration: none;
  color: #EFEFEF;
 }
 
a.copyr:visited
 {
  font-size: 100%;
  text-decoration: none;
  color: #EFEFEF;
 }

a.copyr:hover
 {color: red;}


h1
 {
  color: #0044AB;
  font-size: 140%;
  text-align: left;
  border-bottom: 1px solid gray;
 }
 
.hnoborder
 {
  border-bottom: 0px solid gray;
 }

h2
 {
  color: #FFFFFF;
  font-size: 105%;
  text-align: left;
  background-image: url(image/product_fader.gif);
  background-repeat: no-repeat;
  padding-left: 5px;
 }

h3
 {
  color: black;
  font-size: 125%;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px solid gray;
 }
 
h4
 {
  color: #0044AB;
  font-size: 125%;
  font-weight: bold;
  text-align: right;
  margin-top: 0px;
 }

td.nav
 {
  color: white;
  font-weight: bold;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 10px;
  padding-right: 10px;
 }
 
.navborder
 {
  border-right: 1px solid white;
 }

td.subnav
 {
  color: white;
  padding-left: 15px;
 }

td.subsubnav
 {
  color: white;
  padding-left: 8px;
 }

td.subnavcat
 {
  font-size: 95%;
  font-weight: bold;
  color: #FEA170;
  padding-left: 10px;
 }

.subnavborder
 {
  border-bottom: 1px solid silver;
 }

td.footer
 {
  color: black;
  font-size: 75%;
 }
  
ul
 {
  color: #0044AB;
 }
 
p.red
 {
  color: red;
 }
 
.padded
 {
  padding-left: 20px;
  padding-right: 25px;
 }
 
.teams
{
 padding-left: 6px;
 padding-right: 12px;
}

.error
{
 color: red;
}

td.counter
 {
  font-size: 95%;
  color: white;
 }
 
td.copyright
 {
  font-size: 68%;
  color: #EFEFEF;
 }
 
td.cms
 {
  font-size: 70%;
 }
 
td.cmsnav
 {
  font-size: 70%;
  /*
  background-color: #CED6E7;
  border-top: 1px dotted gray;
  border-left: 1px dotted gray;
  */
 }

td.team
 {
  font-size: 70%;
 }
 
.inactive
 {
  color: gray;
 }