/*
// --------------------------------------------------------------------------------------------------------------------
// Desktop-Level Definitions
// --------------------------------------------------------------------------------------------------------------------
//  css/body.css
*/


*.bea-portal-body-header, *.bea-portal-body-footer
{
  padding:  0px;
  background-color:  #ffffff;
  margin:  0px;
}


*.bea-portal-body a
{
  font-family:  arial, geneva;
  color:  rgb(102, 102, 102);
  font-size:  11px;
  text-decoration:  none;
}


*.bea-portal-body a:hover
{
  font-size:  11px;
  color:  rgb(204, 0, 0);
  text-decoration:  underline;
}

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


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


*.bea-portal-body-content
{
  background-color:  rgb(255, 255, 255);
}


*.bea-portal-body-header a, *.bea-portal-body-footer a
{
  color:  rgb(204, 204, 229);
}


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


