table.navbar a:link {
	color: #000000;
	text-decoration: none;
}
table.navbar a:visited {
   color: #000000;
   text-decoration: none;
}
table.navbar a:hover {
   color: #ffffff;
   text-decoration: none;
}
body { 
    font-family: helvetica, arial, sans-serif;
    font-size: 10pt;
    background-color: #ffffff;
    color: #000000;
}

a:link {
    /*color: #009933; /*#ff0000;*/
}
a:visited {
   /*color: #cc0099; /*#0000aa;*/
}

a:active {
    /*color: #99cc00;/**/
}

a:hover {
   color: #339900;
}

a:link.region {
}

h1,h2,h3,h4,h5,h6,h7 { 
    color: #669966;
}

h1 { font-size: 18pt; }
h2 { /*border-width: 1px;*/ font-size: 14pt; font-weight: 600; }
h3 { /*border-width: 1px;*/ 
     font-size: 12pt; 
     font-weight: 600;
     margin-top: 0px; 
     margin-bottom: 0px;
}

tt,samp { font-family: courier }

textarea, pre {
  font-family: monospace;
  font-size: 9pt;
}

