/* 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/sunnypointe_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: url("/images/template/sunnypointe_pagecontainer.jpg") no-repeat;
}

