/* Use color picker at http://www.pagetutor.com/colorpicker/ */

A:link { color: #0000ff ;		/* links are blue */
         text-decoration: none }
A:visited { color: #000088 ; 		/* visited links are darker blue */
         text-decoration: none }
A:hover  { color: #0099ff;		/* hover color is lighter blue */
	    text-decoration: underline ;
	    font-style: italic }
A:active  { color: #339933;		/* active links are light green */
	    text-decoration: underline ;
	    font-style: italic }

A.navbar  { text-decoration: none ;   /* don't underline links in navbar */
	    font-weight: bold ;
	    font-variant: small-caps ;
	    font-size: 9pt }

A.navbar:link, A.navbar:visited { color: #cc0000 }
A.navbar:hover { color: #0099ff }
A.navbar:active { color: #339933 }

A.navbar-current { text-decoration: none ;
		   font-weight: bold ;
		   font-variant: small-caps ;
		   font-size: 9pt 
		   color: #000000}

/* current page in navbar is white */
A.navbar-current:link, A.navbar-current:visited { color: #000000 }
A.navbar-current:hover { color: #0099ff }
A.navbar-current:active { color: #339933 }

P.navbar, TD.navbar
	{ color: #cc0000 ;
	  font-weight: bold ;
	  font-variant: small-caps ;
	  font-size: 9pt }

body, frameset, frame
        { background-color: #ffff99 ;
	  color: #cc0000 ;		/* text color is white */
	  font-family: sans-serif ;
	  font-size: 10pt }
