/*****************************************
 * COMMON
 *****************************************/

a
{
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
}

a:link, a:visited
{
  color: #002973;
  text-decoration: none;
}

a:hover
{
  color: #002973;
  text-decoration: underline;
}


body {
  border: none;
  overflow: auto;
  background: #FFFFFF;
}

p {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #002973;
  margin: 0px;
}


.mainTABLE {
  width: 780px;
  height: 100%;
  background: #FFFFFF;
}

span.footer {
  font-family: Arial;
  font-size: 11px;
  font-weight: bold;
  color: #002973;
}




