/* Cascading Stylesheet for the Finance & Grants (FG) web applications */
  
/* header colors */
H1 { color:#1E5100; }
H2 { color:#447744; }
th, th a:link, th a:visited { background-color:#336600; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark, and shadow */
.dark   { background-color:#1E5100; }
.light  { background-color:#447744; }
.shadow { background-color:#99CC99; }

/* bulleted lists */
ul { list-style-image: url(/images/bullets/ul-fg.gif); }
ul ul { list-style-image: url(/images/bullets/ul-fg2.gif); }
ul ul ul { list-style-image: url(/images/bullets/ul-fg3.gif); }