/*
//  body.css

*/


*.bea-portal-body a
{
  display:  inline;
  color:  rgb(102, 102, 102);
  text-decoration:  none;
}


*.bea-portal-body-header, *.bea-portal-body-footer
{
  color:  rgb(0, 0, 0);
  border-style:  solid;
  border-bottom-color:  rgb(178, 178, 178);
  border-top-color:  rgb(248, 248, 248);
  padding:  0px;
  border-width:  1px 0px;
  margin:  0px;
  background-color:  rgb(229, 229, 229);
}


*.bea-portal-body-footer a
{
  color:  rgb(0, 0, 0);
  background-color:inherit;
}


*.bea-portal-body-header
{
  font-size:  large;
  font-weight:  bold;
}


*.bea-portal-body-content
{
}


*.bea-portal-body-footer
{
  font-size:  x-small;
  font-style:  italic;
}


*.bea-portal-body
{
  font-family:  Verdana, Arial, Helvetica, sans-serif;
  color:  rgb(0, 0, 0);
  padding:  0px;
  margin:  0px;
  background-color:  rgb(255, 255, 0);
}


*.bea-portal-body a:hover
{
  color:  rgb(0, 0, 0);
  text-decoration:  underline;
  background-color:inherit;
}

