BODY 
{scrollbar-face-color: #CCCCCC; scrollbar-shadow-color: #CCCCCC; 
scrollbar-highlight-color: #CCCCCC; scrollbar-3dlight-color: #CCCCCC; 
scrollbar-darkshadow-color: #333399; scrollbar-track-color: #333399;
scrollbar-arrow-color: #FF9900}

a:visited {  color: #0000FF; text-decoration: none}
a:link {  color: #0000FF; text-decoration: none}
a:hover {  color: #FF6600; text-decoration: none}
a:active {  color: #0000FF; text-decoration: none}

a:visited.men2 {  color: #FFFFFF; text-decoration: none}
a:link.men2 {  color: #FFFFFF; text-decoration: none}
a:hover.men2 {  color: #FFCC00; text-decoration: none}
a:active.men2 {  color: #FFFFFF; text-decoration: none}

a:visited.men3 {  color: #0000FF; text-decoration: none}
a:link.men3 {  color: #0000FF; text-decoration: none}
a:hover.men3 {  color: #FF6600; text-decoration: none}
a:active.men3 {  color: #0000FF; text-decoration: none}

  /* letter and word spacing */
         .letterspaced    {letter-spacing: 10pt;}
         .wordspaced      {word-spacing: 20px;}
  /* vertical alignment examples */
         .sub             {vertical-align: sub;}
         .super           {vertical-align: super;}
  /* text alignment properties */ .right {text-align: right;}
         .left            {text-align: left;}
         .justify         {text-align: justify;}
         .center          {text-align: center;}
  /* indentation and line-height examples */
         p.indent         {text-indent: 20px;
                           line-height: 200%;}
         p.negindent      {text-indent: -10px;
                           background-color: yellow;}
         #bigchar         {background-color: red;
                           color: white;
                           font-size: 28pt;
                           font-family: Impact;}
         p.carson         {font-size: 12pt;
                           font-family: Courier;
                           letter-spacing: 4pt;
                           line-height: 20pt;}
  /* text transformation properties */
         .uppercase       {text-transform: uppercase;}
         .lowercase       {text-transform: lowercase;}
         .capitalize      {text-transform: capitalize;}
  /* text-decoration properties */
         .underline       {text-decoration: underline;}
         .blink           {text-decoration: blink;}
         .line-through    {text-decoration: line-through;}
         .overline        {text-decoration: overline;}
  /* white space control */
         .normal          {white-space: normal;}
         .pre             {white-space: pre;}
         .nowrap          {white-space: nowrap;}

UL.main	{
	list-style-image: url(bullet.gif);
	margin-left:0.50cm
}

P { font: 10pt/12pt Verdana, Arial, Helvetica, sans-serif }