a:link        {text-decoration: none; color: blue; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
a:visited     {text-decoration: none; color: purple; font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
a:active      {font-family: Arial, Helvetica, sans-serif; font-size: 10pt;}
p, ol, li, ul {font-family: arial; font-size: 10pt; color: black}
.footer		  {font-family: arial; font-size: 8pt; color: black}
.header       {font-family: arial; font-weight: bold; font-size: 10pt}
.major        {font-family: arial; font-weight: bold; font-size: 15pt}
td			  {font-family: arial; font-size: 10pt; color: black}
font          {font-family: arial; font-size: 10pt; color: black}
font.footer   {font-family: arial; font-size: 8pt; color: black}
font.footer2  {font-family: arial; font-size: 8pt; color: white}
font.major	  {font-family: arial; font-weight: bold; font-size: 15pt; color: black}
blockquote    {font-family: arial; font-size: 10pt; color: black}
body          {color: white;}

#Body{
	z-index:-1;
}

#FB_budgetLinkDiv{
  position: absolute;
  right: 0;
  top: 0;
  width: 175px;
  height: 175px;
  overflow: hidden;
  z-index: 10000000;
  text-align: left;
  }
  #FB_budgetLink{
    position: absolute;
    right: 13px;
    top: 13px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #ccc;
    border: solid 1px #000;
    width: 150px;
    height: 150px;
    padding: 5px;
    z-index: 1;
		filter: alpha(opacity=1); /* internet explorer */
		-khtml-opacity: 1;      /* khtml, old safari */
		-moz-opacity: 1;       /* mozilla, netscape */
		opacity: 1;           /* fx, safari, opera */
		}
    #FB_budgetLink img{
      width: 150px;
      height: 150px;
      border: 0;
      }
  #FB_bbCloser{
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: url(../images/btn_close_x.png) 0 0 no-repeat;
    cursor: pointer;
    z-index: 2;
    }


#FB_budgetLinkDiv.FB_budgetLink_minimized{
  width: 42px;
  height: 42px;
  }
#FB_budgetLinkDiv.FB_budgetLink_minimized #FB_budgetLink{
  display: none;
  }
.FB_budgetLink_minimized #FB_bbCloser{
  background-position: 0 -42px;
  }


