BODY {
 
  color: #313131;
  margin: 0px;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
}

A { 
  color: #000000;
  text-decoration: none; 
}

A:hover { 
  color: #990000;
  text-decoration: none; 
}

A.header { 
  color: #140A50;
  text-decoration: none; 
}

A.header:hover { 
  color: #4426F8;
  text-decoration: none; 
}


TABLE {
 
  /*	border-color: #7F7F81;*/
  border-style: solid;
  border-width: 0px;
}


TD	{
/*	background:#99CC99; */
 /* border-color: #7F7F81; */
  border-style: solid;
  border-width: 0px;
  text-align : left;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
}

TD.banner	{
  /* border-color: #7F7F81; */
  border-style: solid;
  border-width: 0px;
    text-align : center;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
}


TD.mainHeader	{
  border-color: #7F7F81;
  border-style: solid;
  border-width: 0px;
  text-align : left;
  font-family: Verdana, Arial, sans-serif; 
  font-size: 11px;
  color:#C57128; /*#140A50;*/
  font-weight : bold;
}

TD.borders {
 /* border-color: #336666; */
  border-style: solid;
  border-width: 0px;
  text-align : left;

}

TD.header {
  font-weight : bold;
  text-align : center;
  color: #C57128; /*#140A50;*/
  border-style: solid;
  border-width: 1px;
}

TD.blue {
  font-weight : bold;
  text-align : center;
  color: #140A50;
  border-style: solid;
  border-width: 0px;
}

TD.green {
  font-weight : bold;
  text-align : center;
  color: #140A50;
  border-style: solid;
  border-width: 0px;
}

TD.navigation {
  font-weight : bold;
  text-align : center;
  color: #140A50;
  border-style: solid;
  border-width: 1px;
  border-color: #ffffff;
}


select {
 border-style: solid;
 border-width: 1px;
 border-color: #336666;

}

textarea	{
 border-style: solid;
 border-width: 1px;
 border-color: #336666;
}