body 
{
background-color: #0436F3;
}

h1 {margin: 6px; color:#0436F3; font-size:10pt;font-family: Arial}
h2 {margin: 6px; color:#000000; font-size:10pt;font-family: Arial}
h3 {margin: 6px; color:#FFFFFF; font-size:8pt;font-family: Arial}

p {margin: 6px; font-size:10pt; font-family: Arial}
p.small {font-size:9pt; font-family: Arial}

hr { background:none; border:none; border-bottom: 1px dotted #0436F3;}
hr.dotted { background:none; border:none; border-bottom: 1px dotted #FFFFFF;}
hr.grey { background:none; border:none; border-bottom: 1px dotted #B8B4B1;}

a:link     {text-decoration: none; color:#B8B4B1; font-size:10pt; font-family: Arial}
a:visited  {text-decoration: none; color:#B8B4B1; font-size:10pt; font-family: Arial}
a:hover    {text-decoration: none; color:#000000; font-size:10pt; font-family: Arial}
a:active   {text-decoration: none; color:#000000; font-size:10pt; font-family: Arial}

table.coll {
	border-width: 1px;
	border-spacing: ;
	border-style: dotted;
	border-color: #A07D33;
	border-collapse: collapse;
	background-color: ;
}

TABLE.MYTABLE
  { 
     font-family:arial;
     font-size:10pt;
     background-color:#FEDC94;
     width:670;
     border-style:dotted;
     border-color:#A07D33;
     border-width:1px;
  }

  TH.MYTABLE
  {
     font-size:10pt;
     color:#4C2903;
  }


  TR.MYTABLE
  { 
  }

  TD.MYTABLE
  {  
     font-size:10pt;
     background-color:#FEDC94;
     color:black;
     border-style:solid;
     border-width:1px;
     border-color:#4C2903;
     text-align:left;
  }


