/* CSS Document */

*
{
  padding: 0px;
  margin: 0px;
}


html
{	
 background-color : #C8C8C8;
  }


body 
{  	margin-top: 14px;
  }

.bkg-branding {background-image:url(../images/branding/bkg-branding.jpg); background-position:top; background-repeat:no-repeat;
}
/* Footer
---------------------------------- */
.footer
{
  color: #999999; font-family:Arial, Helvetica, sans-serif;
  padding: 7px;
  margin: 0px 0px 0px 0px;
  background: transparent;
  text-align: center;
  clear: both;
  font-size: 10px;
}

.footer a,
.footer a:visited,
.footer a:active
{
  color: #FADBCB;
  background:inherit;
}

.footer a:hover
{
  color: #000;
  background:inherit;
  text-decoration: underline;
}
.sig
{
  color: #999999; font-family:Arial, Helvetica, sans-serif;
  padding: 7px;
  margin: 0px 0px 0px 0px;
  text-align: center;
  clear: both;
  font-size: 10px;
}

.sig a,
.sig a:visited,
.sig a:active
{
  color: inherit;
  background:inherit;
}

.sig a:hover
{
  color: inherit;
  background:inherit;
  text-decoration: underline;
}
#etoNotice,
.hidden
{
  display:none;
}
