
                                   /* BODY */

BODY
      {
      background: #FFFFFF;
      font-family: Arial;
      font-size: 10pt;
      color: #000000;
      margin-top : 5pt;
      margin-left : auto;
      margin-right : auto;
      margin-bottom : 5pt;
	  border : medium;
	  border-color: Black;
      }


                                    /* TD */

TD
      {
	  font-family: Arial;
	  font-size: 10pt;
	  color: #000000;
	  }

                                    /* TABLE */	  
	  
TABLE
      {
	  font-family:Arial;
	  font-size: 10pt;
	  color: #000000;
	  }

                                    /* LINKS */

A:LINK
      {
	  color: #0000FF;
	  Text-decoration: underline;
	  }
A:VISITED
      {
	  color: #0000FF;
	  Text-decoration: underline;
	  }
A:ACTIVE
      {
	  color: #0000FF;
	  Text-decoration: underline;
	  }
A:HOVER
      {
	  color: #FF0000;
	  Text-decoration: underline;
	  }

                                    /* MENU */

.MENU:LINK
      {
	  font-family: Arial;
	  font-size: 11px;
	  color:#FFFFFF;
	  text-decoration: underline;
	  font-weight : bold;
	  }
.MENU:VISITED
      {
	  font-family: Arial;
	  font-size: 11px;
	  color:#FFFFFF;
	  text-decoration: underline;
	  font-weight : bold;
	  }
.MENU:ACTIVE
      {
	  font-family: Arial;
	  font-size: 11px;
	  color:#FFFFFF;
	  text-decoration: underline;
	  font-weight : bold;
	  }
.MENU:HOVER
      {
	  font-family: Arial;
	  font-size: 11px;
	  color:#FFFFFF;
	  text-decoration: underline;
	  font-weight : bold;
	  }

                                    /* MUSEXE */

.MUSEXE:LINK
      {
	  font-size: 10pt;
	  color:#ab679c;
	  text-decoration: underline;
	  font-weight : bold;
	  }
.MUSEXE:VISITED
      {
	  font-size: 10pt;
	  color:#ab679c;
	  text-decoration: underline;
	  font-weight : bold;
	  }
.MUSEXE:ACTIVE
      {
	  font-size: 10pt;
	  color:#ab679c;
	  text-decoration: underline;
	  font-weight : bold;
	  }
.MUSEXE:HOVER
      {
	  font-size: 10pt;
	  color:#ab679c;
	  text-decoration: none;
	  font-weight : bold;
	  }

                                    /* INPUT.MINI */

input.mini {
            border:outset 1pt;
	  border-color: #000000;
	  width: 70pt;
	  color: #FF0000;
	  background: #FFFFFF;
	  }
                                    /* END */
