/* Cascading Stylesheet for the Specialized Programs (SP) web applications  */

/* header colors */
H1 { color:#3C3C00; }
H2 { color:#70703D; }
th, th a:link, th a:visited { background-color:#3C3C00; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark, and shadow colors */
.dark   { background-color:#3C3C00; }
.light  { background-color:#70703D; }
.shadow { background-color:#CDCDAA; }

/* bulleted lists */
ul { list-style-image: url(/images/bullets/ul-sp.gif); } 
ul ul { list-style-image: url(/images/bullets/ul-sp2.gif); }
ul ul ul { list-style-image: url(/images/bullets/ul-sp3.gif); }