body
{
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12pt;
  background-color: WHITE;
}


h1
{
  font-size: 18pt;
  font-weight: bold;
  background-color: skyblue;
  margin: 25px 0px 25px 0px;
}
h2
{
  font-size: 14pt;
  font-weight: bold;
  margin: 20px 0px 0px 0px;
}
h3
{
  font-size: 12pt;
  font-weight: bold;
  margin: 15px 0px 0px 0px;
}
h4
{
  font-size: 12pt;
  font-weight: bold;
}


p
{
  font-size: 12pt;
  margin: 5px 0px 0px 0px;
}
p.ThumsiVersion
{
  font-size:8pt;
  background-color: GAINSBORO;
  text-align: center;
}
p.Logo
{
  margin:15px 0px 0px 0px;
  text-align: center;
}


br
{
  font-size: 0pt;
}


table
{
  font-size: 10pt;
  vertical-align: top;
}
th
{
  background-color: cornflowerblue;
  font-weight: bold;
  text-align: left;
  vertical-align: top;
  padding: 0px 20px 0px 0px;
}
td
{
  vertical-align: top;
  padding: 0px 20px 0px 0px;
}
table.Borders, table.Borders td, table.Borders th 
{
  border: 1px solid black;
  padding-left: 5px;
}
table.Non-Borders, table.Non-Borders td, table.Non-Borders th 
{
  border: 0;
  padding-left: 0;
}

td.Legend
{
  font-weight: bold;
  background-color: #EAEAEA;
}
td.Mantatory
{
  background-color: yellow;
  padding-top: 10px;
  padding-bottom: 10px;
}
td.Voluntary
{
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
}


ul
{
  font-size:10pt;
  list-style-type:square;
  margin: 5px 0px 0px 25px;
}
li
{
  margin-bottom:10px;
  margin: 5px 0px 0px 0px;
}


a:active, a:link, a:visited
{
  color: BLUE;
}
a:hover
{
  color: RED;
}

img
{
  border: 0px;
}



.Head
{
  page-break-before:always;
}


