body
 { font-size: 12px; font-family: Arial; line-height: 14px; background-color: #efefef; margin: 16px; padding: 0 }

.center
   { color: #000; font-size: 12px; line-height: 14px; text-align: center; margin: 12px; padding: 0; top: 12px; right: 12px; bottom: 12px; left: 12px; border: 0 }

.center #layout
    { color: #000; font-size: 12px; line-height: 14px; text-align: center; margin: 12px; top: 12px; right: 12px; bottom: 12px; left: 12px }

#layout
  { background-color: white; margin: 0; padding: 0; width: 700px; border: solid 1px #ccc; border-collapse: collapse  }



#label
 { color: #663399; font-size: 12pt; font-family: Verdana, Arial, sans-serif; font-weight: bold; line-height: 14pt }

input
 { font-size: 12pt; font-family: Verdana, Arial, sans-serif }

select
{
  font-family: Verdana, Arial, sans-serif;
  font-size: 8pt;
}

textarea
 { font-size: 12pt; font-family: Verdana, Arial, sans-serif }

a:link,
a:visited,
a:active
 { color: #c60; text-decoration: none }

a:hover
{
  /*color: #0000ff;*/
  color: #ff8000;
  text-decoration: underline;
  /*background-color: #ffeec2;*/
}

h1, h2, h3, h4
{
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #663399;
}

h1
{
  margin: 0;
  margin-bottom: 16px;
  font-size: 16pt;
  line-height: 100%;
}

h2
 { font-size: 12pt; line-height: 100%; margin: 24px 0 8px }

h3
 { font-size: 12pt; line-height: 140%; margin: 24px 0 8px }

p, ul
 { color: black; font-size: 12pt; font-family: Verdana, Arial, sans-serif; font-weight: normal; line-height: 140% }

p
{
  margin-top: 8px;
  margin-bottom: 12px;
}

ul
{
  margin-top: 8px;
  margin-left: 16px;
  margin-bottom: 8px;
  padding-left: 0;
  line-height: 140%;


