/* Style Definitions */

h1
{
  page-break-after: avoid;
  font-family: Verdana,sans-serif;
  font-size: 24pt;
}

h2
{
  page-break-after:avoid;
  font-size: 16pt;
  font-family:Verdana,sans-serif;
  font-weight:normal;
  padding: 20px 0px 0px 0px;
}

h3
{
  page-break-after:avoid;
  font-size: 12pt;
  font-family:Verdana,sans-serif;
  font-weight:bold;
  line-height: 0em;
  padding: 20px 0px 0px 0px;
}

h4
{
  page-break-after:avoid;
  font-size: 12pt;
  font-style: italic;
  font-variant: small-caps;
  font-family:Verdana,sans-serif;
  font-weight:normal;
  line-height: 1em;
}

hr
{
  border-style: solid; 
  border-width: 1px;
  border-color: #D0D0FF;
  width: 100%;
}

a:link    {color: #0000FF; text-decoration:none}    /* unvisited link */
a:visited {color: #800080; text-decoration:none}    /* visited link */
a:hover   {text-decoration:underline;}    /* mouse-over link */
/*a:active  {color: #0000FF; text-decoration:none}    */ /* selected link */


/* =============================  Style of main content  ============================= */

#content,td,body,div
{
    font-size: 10pt;
    font-family: Arial, "Trebuchet MS", sans-serif;
}
div#content
{
    padding: 20px;
}
td#content_td
{
	vertical-align: top;
}


/* ================================  Footer, etc.  ================================ */


div.copyright
{
  font-size:8pt;
  font-family: "Trebuchet MS",Arial,sans-serif;
  color: #7F7F7F;
}
a.copyright {color: #7F7FE0; text-decoration: none;}

span.lastmodified
{
  color: #000000;
}

td.menu_loggedin {
    padding: 0px 16px 0px 16px;
    font-weight: bold;
    font-family: "Trebuchet MS",Arial,sans-serif;    
    font-size: 11pt;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #C0D0E0;
    background-color: #F0F0F0;
    color: #006000;
}
td.menu_loggedin#lo:hover
{
    background-color: #E7ECFF;
}



td.menu_loggedout {
    padding: 0px 16px 0px 16px;
    font-weight: bold;
    font-family: "Trebuchet MS",Arial,sans-serif;    
    font-size: 11pt;
    border-style: solid;
    border-width: 0px 1px 0px 1px;
    border-color: #C0D0E0;
    background-color: #F0F0F0;
    color: #B00000;
}
td.menu_loggedout:hover
{
    background: none;
}

/* ================================  Other stuff  ================================ */

p.lastupdate
{
    color: #7F7F7F;
    font-size: 8pt;
    font-style: italic;
}