/* Example style sheet file (note how this comment was created) green 669999 */

       BODY    {background: #FFFFFF;
       			font-family: times, times roman, serif;
       			font-size: 100%;
                line-height: 100%;
                color: #444444;
                margin-top: 10;
                text-align: justify;
                }

       
       .article {font-weight: normal;
                letter-spacing: 0pt;
                text-align: left;
                color: red;
                font-family: times, times roman, serif;
                font-size: 9pt;}
                
       TD		{font-weight: normal;
                letter-spacing: 0pt;
                text-align: left;
                color: #444444;
       			font-size: 80%;
                line-height: 170%;
                font-family: times, times roman, serif;}
                
       P		{font-weight: normal;
                letter-spacing: 0pt;
                text-align: left;
                color: #444444;
       			font-size: 100%;
                line-height: 170%;
                text-align: justify;
                font-family: times, times roman, serif;}
       
       B { color: #DD0000; letter-spacing: 0pt;}

       A:link  {color: #FF0000;
                text-decoration: none;}    
                
       V:link  {color: #DD0000;
                text-decoration: none;} 
                
       link  {color: #DD0000;
                text-decoration: none;} 

       H1       {font-weight: bold;
                letter-spacing: 1pt;
                text-align: left;
                color: #993300;
                font-family: times, times roman, serif;
                font-size: 14pt;}
                
       H2       {font-weight: bold;
                letter-spacing: 1pt;
                text-align: left;
                color: #993300;
                font-family: times, times roman, serif;
                font-size: 13pt;}

       CITE    {font-family: times, times roman, serif;
                font-style: italic}
                
       STRONG       {font-weight: bold;
                letter-spacing: 1pt;
                text-align: left;
                color: #993300;
                font-family: times, times roman, serif;
                font-size: 12pt;}

		UL		{font-weight: normal;
                letter-spacing: 0pt;
                text-align: left;
                color: #444444;
                font-family: times, times roman, serif;
       			font-size: 100%;}

		H6		{font-weight: normal;
                letter-spacing: 0pt;
                text-align: centre;
                color: #000000;
                font-family: times, times roman, serif;
                font-size: 9pt;}

