

#backwards
{
  unicode-bidi:bidi-override;
  direction: rtl;
  color:#c00;
}

td.Red
{
  color : #c63d40;
}

td.Green
{
  color : #327c31;
}

td.Orange
{
  color : #b37848;
  text-decoration: blink;
}

tr.header {
  background-color: #bdbdbd;
  color : #555555;
  font-family: sans;
  font-size : 18px;
  font-weight : bold;
  
}

tr.body1
{
  background-color: #e1ecea;
  color: #000000;
  font-family: times;
  font-size: 16px;
  font-weight: normal;

}


tr.body2
{
  background-color: #eafdfa;
  color: #000000;
  font-family: times;
  font-size: 16px;
  font-weight: normal;
}


p.H1
{
  color: #000000;
  font-family: times;
  font-size: 16px;
  font-weight: bold;
  
}

p.H2
{
  color: #000000;
  font-family: times;
  font-size: 16px;
  font-weight: normal;
}

p.H3
{
  color: #3e4b58;
  font-family: times;
  font-size: 14px;
  font-weight: normal;
  margin: 4px;
}


p.H4
{
  color: #000000;
  font-family: times;
  font-size: 12px;
  font-weight: normal;
  font-variant: small-caps;
  margin: 2px;
}