/* stylesheet for splash pages */

BODY {
  background: #ffffff  
  color: #000000;
  margin: 0px;
}

A {
  color: #000000;
  text-decoration: none;
  font-weight: 30px;
}

A:hover {
  color: #FF7575;
  text-decoration: underline;
}

FORM {
        display: inline;
}

TR.header {
  background: #ffffff;
}

TR.headerNavigation {
  background: #0A5E96;
}

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

A.headerNavigation { 
  color: #420288; 
}

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

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: #0A5E96;
}

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

TD.pageHeading, DIV.pageHeading{
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #420288;
  background-color: #ffffff;
}

TD.pageHeading_pinfo, DIV.pageHeading_pinfo{
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #420288;
  background-color: #ffffff;
}

TD.main, P.main {
  font-family: Verdana, Arial, sans-serif;
  font-size: 11px;
  line-height: 1.5;
}

TD.smallText, SPAN.smallText, P.smallText {
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: bold;
}

TD.smallTextCat, SPAN.smallTextCat, P.smallTextCat {
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

TD.splashCat {
  font-family: Arial, sans-serif;
  font-size: 12px;
  line-height: 1.5px
  font-weight: normal;
  border-left-style: none;
  border-left-color: gray;
  border-left-width: 1px;
}

TD.splashColLink {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 5pt;
  font-weight: 550;
}

TD.splashColLink2 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20pt;
  font-weight: normal;
}

TD.splashCol {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

TD.headCat, SPAN.headCat, P.headCat {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-description: none;
  color: #420288;
  border-bottom-style: solid;  
  border-bottom-color: gray;
  border-bottom-width: 1px;
}

TD.headCat2, SPAN.headCat2, P.headCat2 {
  border-left-style: solid;
  border-left-color: gray;
  border-left-width: 1px;
}