/* =============================================================
      Main Style Sheet

      Park Orange       - E87511    Park Brown        - 6D3321
      Park Light Orange - EFB22D    Park Light Brown  - AF8970
    
      Park Green        - 8CD600    

      Park Gold         - FFD87F    Park Pale Gold    - F7E8AA


      Do NOT include additional spaces in each line. Opera and
      Firefox do not support this.
   ============================================================= */

BODY
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  text-align:justify;
  margin-top:0px;
  margin-right:20px;
  background-color:white;
  color:#6D3321;
}

TD
{
  font-family:Arial,Helvetica,sans-serif;
  font-size:14px;
  text-align:justify;
  margin-top:0px;
  margin-right:20px;
  background-color:white;
  color:#6D3321;
}

/* MUST list in this order: link, visited, hover, active */

A:link
{
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  background-color:white;
  color:#E87511;
}

A:visited
{
  text-decoration:none;
  font-size:14px;
  font-weight:bold;
  background-color:white;
  color:#E87511;
}

A:hover
{
  text-decoration:underline;
}

A:active
{
  background-color:white;
  color:#EFB22D;
}

#frm_TextBox
{
  border-size:0px;
  background-color:#AF8970;
  font-size:14px;
}

#frm_button
{
  background-color:#EFB22D;
}

/* Use to create captions under photos. Use <B id="cap">   and   </B>  */

#cap
{
  font-size:12px;
  background-color:white;
  color:#E87511;
}

/* Use to create titles at tops of pages Use <B id="title">   and   </B>  */

#title
{
  font-size:18px;
  font-weight:bold;
  background-color:white;
  color:#6D3321;
}

/* Use to create smaller brown text  */

#small
{
  font-family:Arial,Helvetica,sans-serif;
  font-weight:normal;
  font-size:14px;
  color:#6D3321;
}


