/* General site text */

p, body, td {color: #333333; font-size: 12px; font-family: Verdana, Arial, Helvetica, sans-serif}

/* site links */

a:link {color: #002255; text-decoration: none}
a:visited {color: #002255; text-decoration: none}
a:active {color: #330000; text-decoration: underline}
a:hover {color: #330000; text-decoration: underline}

/* hr */

hr {height: 1px; width: 400px; background: #CCCCCC; margin: 0px 20px 0px 20px}

/* copyright text */

.bluesm {color: #006699; font-size: 10px}

TR.header {
  background: #333333;
}

TR.headerNavigation {
  background: #333333;
}

TD.headerNavigation {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #333333;
  color: #ffffff;
}

A.headerNavigation { 
  color: #FFFFFF; 
}

A.headerNavigation:hover {
  color: #ffffff;
}

TR.headerError {
  background: #ff0000;
}

TD.headerError {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #ff0000;
  color: #ffffff;
  font-weight : bold;
  text-align : center;
}

TR.headerInfo {
  background: #00ff00;
}

TD.headerInfo {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 12px;
  background: #00ff00;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
}

TR.footer {
  background: #666699;
}

TD.footer {
  font-family: Verdana, Arial, sans-serif;
  font-size: 10px;
  background: #666699;
  color: #ffffff;
  font-weight: bold;
}

