/* ----------------------------------------------------------- */
body {font-family: Times, serif;
      font-size: 10pt;
      background-color: #f0f0e0;
      color: #606000; }

table {font-size: 10pt;
       font-family: Times, serif; }

/* ----------------------------------------------------------- */
.smnote { font-size: 9pt; }

/* ----------------------------------------------------------- */
.footnote {position: relative;
           font-size: 9pt;
           top: -5px;
           left: 0px;}

/* ----------------------------------------------------------- */
/* pgtitle - The "title" of the page (formerly h1 tag)        
             Used only once on page, at top.                   */
.pgtitle {  font-size: 18pt;
            font-weight: bold; }

/* ----------------------------------------------------------- */
/* sectitle - The "title" of the section (formerly h3 tag)
              Used multiple times throughout the page.         */
.sectitle {  font-size: 12pt;
             font-weight: bold; }

/* ----------------------------------------------------------- */
/* Banner / header - set off by use of a table */
.banner {background-color: #e0e0e0;
         color: #202020; }

/* Banner-border - This is the border around the table */
.bannerb {background-color: #bbbbbb; }

/* ----------------------------------------------------------- */
/* A light framed table that does not look so HTML 1.0-ish  */
.lightframe {	border-color: #a0a000;
				border-style: solid;
				border-collapse: collapse;
}

/* ----------------------------------------------------------- */
/* Link specific settings */
a:link {
	text-decoration: none;
	color: #009060;
}
a:visited
{
	text-decoration: none;
	color: #009060;
}
a:active  {
	text-decoration: none;
	color: #009060;
}   

.navbar {font-weight: bold;
           background-color: #d0d0a0; }

