/* 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 {
	background: #FFFFFF;	
	color: #666666;	
}
a:link, a:visited {
	color: #006633;
}
a:hover, a:active  {
	color: #666666;
}
ul {
	list-style-image:    url("/images/template/common_li.gif");
}
#pageContainer {
	background: url("/images/template/land_pagecontainer.jpg") no-repeat;
}

