/* common*.css modifies background graphics and element colors. */
/* This stylesheet modifies all media. */
/* Works with commonScreen.css and commonPrint.css to modify backgrounds and colors. */

/* Common tag modifiers */
body {
	color: #666666;	
	background: #FFFFFF url("/images/template/generic_body.jpg") repeat-x;
}
a:link, a:visited {
	color: #006633;
}
a:hover, a:active  {
	color: #666666;
}
ul {
	list-style-image: url("/images/template/common_li.gif");
}
hr {
	border-style: solid;
	border-width: 1px;
	border-color: #CCCCCC;
}
#pageContainer {
	background-image: url("/images/template/generic_pagecontainer.jpg");
	background-repeat: no-repeat;
}
#topNav p {
	color: #FFFFFF;
}
#topNav a { 
	color: #FFFFFF;
}
#topNav li {
	list-style-image:    url("/images/template/common_li_light.gif");
}