/* #008080=teal,
   #C0C0C0=gray,
   #0066CC=blue
*/

h1,h2,h3,h4
{text-align:center; color: #008080;
}
h1.blue,h2.blue,h3.blue,h4.blue
{color: #0066CC;
}
p
{text-align: center; font-size: 11pt;
font-family: times; color: #C0C0C0;
}
p.one
{
font-size: 10pt;
}
p.two
{color: #0066CC;
font-size: 12pt;
}
p.three
{color: #008080; font-size: 12pt;
}
p.four
{color: #008080; font-size: 12pt;
font-style:italic;
}

body
{
text-align:center;
background-color:#000000;
}

a:link    {color:#0066CC;text-decoration: underline}
a:visited {color:#0066CC;text-decoration: underline}
a:active  {color:#C0C0C0;text-decoration: underline}
a:hover   {color:#C0C0C0;text-decoration: underline}

table

{
class = "center";
border-bottom-color:#0066CC;
border-top-color:#008080;
border-left-color:#0066CC;
border-right-color:#008080;
}

table.center {
    margin-left:auto; 
    margin-right:auto;
  }

.confirmation-field { display: none; }

th
{color: #C0C0C0;
text-align:center;
}

td
{color: #0066CC;
text-align:center;
}