<style type="text/css">
/* 3/2/2001, Yifang. Started developing the CSS for www.yarde.com */

BODY 
{
  font-size: x-small; 
  font-family: "Arial";
  }

/* used for all the page header */
H3 
{
  /*font-size: 14pt;*/
  text-align: center;
  font-size: large;
  font-family: Arial, Verdana, 'Times New Roman', serif;
  font-weight: bold;
  color: #003399;
  }

H4 
{
  font-size: 12pt;
  font-family: Arial, Verdana, 'Times New Roman', serif;
  font-weight: normal;
  line-height: 0pt;
  color: blue
  }

P 
{
  font-size: small;
  font-family: Arial, Helvetica, 'Times New Roman', serif;
  }

P.abstract 
{
  margin-left: 0.5in;
  margin-right: 0.5in;
  font-style: italic;
  font-size: 10pt; 
  font-family: Arial, Helvetica, 'Times New Roman', serif;
  }

.input 
{ 
  FONT-SIZE: 10px;
  COLOR: #000000
  }

.select 
{
  FONT-SIZE: x-small;
  COLOR: #000
  }

.regular
{
  font-size: small;
  font-family: Arial, Helvetica, 'Times New Roman', serif;
}

.regular-small
{
  font-size: x-small;
  font-family: Arial, Helvetica, 'Times New Roman', serif;
}

.regular-blue
{
  font-family: Arial, Helvetica, 'Times New Roman', serif;
  font-size: small;
  color: #003399;
  font-weight: bold;
}

.regular-bold
{
  font-size: small;
  font-family: Helvetica, 'Times New Roman', serif;
  font-weight: bold;
}

</style>
