BODY    {
        margin-left: 2%;
        margin-right: 2%;
        font-family: helvetica,arial,sans-serif;
        font-size: 10pt;
        color: black;
}

BIG    {
        font-family: helvetica,arial,sans-serif;
        font-size: 16pt;
        color: black;
        font-weight: bold;
}

H1, H2, H3, H4 { font-weight: bold }

H1      { font-size: 20pt; 
          font-weight: bold;
}

H2      { font-size: 16pt; 
          font-weight: bold;
 }

H3      { font-size: 14pt; 
          font-weight: bold;
}

H4      { font-size: 12pt;
          font-weight: bold;
}

LI      { list-style: outside }

TD      {
        font-family: helvetica,arial,sans-serif;
        font-size: 10pt;
        color: black; 
        background-color: FFFFFF;
	background-image: url(images/back.jpg);
}

TH      {
        font-family: helvetica,arial,sans-serif;
        font-size: 11pt;
        color: black; 
        background-color: E2E3FC;
        font-weight: bold;
	background-image: url(images/back.jpg);
}



