html, body {
 font-family: Arial;
 font-size: 12pt;
 font-weight: normal;
 background-color: #FFFFE0;
 color: #000080;
 topmargin: 0;
 leftmargin: 0;
 scrollbar-base-color:#FEB268;
 scrollbar-3d-light-color:#FFFFFF;
 scrollbar-arrow-color:#FFFFFF;
 scrollbar-darkshadow-color:#000000;
 scrollbar-face-color:#FEB268;
 scrollbar-highlight-color:#FFFFFF;
 scrollbar-shadow-color:#000000;
 scrollbar-track-color:#FFD0A3;
}

h1
{
 font-family: Arial;
 font-size: 15pt;
 font-weight: bold;
 color: #000080;
 text-align: center;
 font-style: italic;
}

h2
{
 font-family: Arial;
 font-size: 14pt;
 font-weight: bold;
 color: #000080;
 text-align: center;
}

h3
{
 font-family: Arial;
 font-size: 13pt;
 font-weight: bold;
 color: #000080;
 text-align: center;
}

h4
{
 font-family: Arial;
 font-size: 12pt;
 font-weight: bold;
 color: #000080;
}

.copyright
{
 font-family: Arial;
 font-weight: normal;
 font-size: 7pt;
 text-align: center;
 color: #000080;
 font-style: italic;
}

th
{
 font-family: Arial;
 font-weight: bold;
 font-size: 10pt;
 color: #000080;
}

td
{
 font-family: Arial;
 font-weight: normal;
 font-size: 10pt;
 color: #000080;
}

dt
{
 font-family: Arial;
 font-weight: bold;
 font-size: 10pt;
 color: #000080;
}

dd
{
 font-family: Arial;
 font-weight: normal;
 font-size: 10pt;
 color: #000080;
}

hr
{
 color: #DA802A;
 background-color: #DA802A;
 height: 1px;
}

.cellscroll
{
 height: 600;
 overflow: scroll;
 overflow-x:hidden;
}