



/* ************  Content Typography ************ */


td /* content block */
{
  font-family:"Lucida Sans Unicode",geneva,verdana,sans-serif;
  font-size:9pt;
  color:#333333;
  line-height: 1.8em;
}

h1 /* home page headers */
{
  font-family:Garamond,"Palatino Linotype","Times New Roman",Times;
  font-size:12pt;
  font-weight:bold;
  line-height: 1.8em;
}

h2 /* content headers */
{
  font-family:Garamond,"Palatino Linotype","Times New Roman",Times;
  font-size:12pt;
  font-weight:bold;
  line-height: 1.8em;
  color:#990000;
}

h3 /* content sub-headers, eg. record.htm */
{
  font-family:"Lucida Sans Unicode",geneva,verdana,sans-serif;
  font-size:9pt;
  font-weight:normal;
  text-decoration:underline;
  line-height: 1.8em;
  color:#000000;
}

h4 /* main picture quotes */
{
  font-family:Garamond,"Palatino Linotype","Times New Roman",Times;
  font-size:12pt;
  font-weight:bold;
  font-style:italic;
  line-height: 1.4em;
  color:#ffffff;
}

h5
{
}


h6 /* footer */
{
  font-family:"Lucida Sans Unicode",geneva,verdana,sans-serif;
  font-size:7pt;
  font-weight:normal;
  line-height: 1.8em;
  color:#999999;
}

.blockquote /* info block quotes */
{
  font-family:Garamond,"Palatino Linotype","Times New Roman",Times;
  font-size:10pt;
  font-weight:bold;
  font-style:italic;
  line-height: 1.2em;
  color:#990000;
  NOWRAP;
}

.highlight
{
  color:#cc3333;
}



/* ************  Top Menu styles ************ */

.topmenu
{
  font-family:Garamond,"Palatino Linotype","Times New Roman",Times;
  font-size:11pt;
  font-weight:bold;
  line-height: 1.8em
}

A:link, A:visited 
{ 
  text-decoration:none;
  color:#cc3333;
}

A:hover 
{ 
  color:#333333;
  text-decoration:none; 
}



/* ************  Side Menu styles  ************ */

.sidemenu 
{ 
  font-family:Garamond,"Palatino Linotype","Times New Roman",Times;
  font-size:11pt;
  font-weight:bold;
  line-height:10pt;
  color:#cccccc;
}

A.sidemenu:link, A.sidemenu:visited 
{ 
  font-weight:bold;
  text-decoration:none; 
  color:#cccccc;
}

A.sidemenu:hover 
{ 
  color:#ffffff;
}



/* ************  Borders and Separators ************ */

.border1 /* leftmost and rightmost borders */
{
  background:#cccccc;
}

.border2 /* for images in info block column */
{
  border:solid 1px silver;
  float:left; /* if placed with text, it floats left */
  padding:1px;
  margin-right:0px;
}






/* ************  For Reference Only  ************ */
/*
    font-family:Verdana,Arial,Tahoma,"Lucida Sans Unicode",sans-serif;
*/

