/* Cascading Stylesheet for Generic web applications */

/* header colors */
h1 { color:#000066; }
h2 { color:#4F6A92; }
th, th a:link, th a:visited { background-color:#000066; color:#FFFFFF; } th a:hover { color:#ffc; }

/* light, dark and shadow colors */
.dark   { background-color:#000066; }
.light  { background-color:#4F6A92; }
.shadow { background-color:#DDEEFF; }

/* bulleted lists */
ul { list-style-image: url(/images/bullets/ul-item.gif); } 
ul ul { list-style-image: url(/images/bullets/ul-item2.gif); }
ul ul ul { list-style-image: url(/images/bullets/ul-item3.gif); }