/*----------------------------------------------------------------------------*/

body
{
  background-color : #ffffff;

  margin : 10px;

  font-family : arial, helvetica, sans-serif;
  color : #534440;
}

h1, .head1 { font-size : 16pt; font-weight : bold; }
h2, .head2 { font-size : 14pt; font-weight : bold; } 
h3, .head3 { font-size : 12pt; font-weight : bold; } 

.alert { color : #ff0000; }
.centered { text-align : center; }
.grey { color : #666666; }
.note { color : #0000cc; }
.small { font-size : 7pt; }
.box { padding : 4px; border : 1px solid #cccccc; }

input, textarea, select
{
  font-family : arial, helvetica, sans-serif;
  font-size : 10pt;
  color : #534440;
}

/*----------------------------------------------------------------------------*/

.content
{
  background-color : #ffffff;

  font-size : 10pt;
  line-height : 14pt;
  color : #534440;

  margin-left : 10px;
}

.content a, .footer a
{
  color : #706890;
  text-decoration : none;
}

.content a:hover, .footer a:hover
{
  text-decoration : underline;
}

/*----------------------------------------------------------------------------*/

.datafooter, .datafooter input
{
  text-align : center;
  font-weight : bold;
}

.dataheader
{
  background-color : #faf7eb;
  font-weight : bold;
  font-size : 10pt;
}

.datarow1, td.datatable
{
  font-size : 10pt;
}

.datarow2
{
  font-size : 10pt;
}

#datarowemp { background-color : #faf6eb; }

.datatable
{
  font-size : 10pt;
}

/*----------------------------------------------------------------------------*/

.footer
{
  background-color : #ffffff;

  font-size : 9pt;
  color : #635956;
  text-align : center;

  margin-left : 10px;
  padding-top : 10px;
}

/*----------------------------------------------------------------------------*/

.left_list
{
  background-color : #faf6eb;
  padding-right : 10px;
  text-align : right;
}

.nav0
{
  background-color : #ffffff;

  font-size : 10pt;
  font-weight : bold;
}

.nav1
{
  background-color : #faf6eb;

  font-size : 10pt;
  font-weight : bold;
  color : #d9c070;
  text-decoration : none;
}

.nav1 a, .nav1 a:visited
{
  color : #d9c070;
  text-decoration : none;
}

.nav1 a:hover
{
  color : #181795;
  text-decoration : none;
}

#nav1hot { color : #181795; }

/*----------------------------------------------------------------------------*/
