body    {
        background-image:      url('images/back2.gif');
        background-repeat:     repeat;
        }

h1,h2,h3 
       {
       font-weight: 600              ;
       color: #00602F                ;
       font-family: Verdana, Arial, Helvetica, sans-serif;
       font-style: normal            ;
       line-height: 100%             ;
       text-decoration: none         ;
       }

h1     {
       text-align: center            ;
	   font-size: 16pt               ;
       }

h2     {
       text-align: left              ;
	   font-size: 15pt               ;
       }
	   
h3     {
       text-align: left  ;
	   font-size: 14pt   ;
       }

p,a,b,i,li,center  
       {
       font-weight: 600        ;
       color: #606060          ;
       font-family: 'Book Antiqua', Georgia,'Times New Roman',Times, serif;
       font-style: normal      ;
       line-height: 105%       ;
       font-size: 12pt         ;
       text-align: justify     ;
	   text-decoration: none   ;
       }

a        { color: #303030; }
a:link   { color: #6B73CF; }
a:visted { color: #303030; }
a:active { color: #00602f; }
a:hover  { color: #00602f; }

b     {
       font-weight: 800       ;
	   color:  #00602f        ;
       }

i      {
       font-weight: 800       ;
	   color:  #6B73CF        ;
       }

li     {
       color:       #6B73CF   ;
       line-height: 125%      ;
       }

center {
       color:  #6B73CF        ;
       text-align: center     ;
       }