body {
	background: url(images/blue/bkg.gif);
}
ul li {
	list-style: url(images/blue/bullet.gif);
	line-height: 16px;
	padding-bottom: 4px;
}

.shadowLeft {
	background: url(images/blue/shadow_left.gif) repeat-y right top;
}
.topBar {
	background: url(images/blue/topbar.gif) repeat-x;
}
.shadowRight {
	background: url(images/blue/shadow_right.gif) repeat-y left top;
}
.footer {
	color: #333;
	padding-top: 11px;
	padding-bottom: 2px;
	background: url(images/blue/footer_bkg.gif) repeat-x;
	padding-right: 13px;
}
.footerNoPad {

	color: #333;
	padding-top: 0px;
	padding-bottom: 2px;
	background: url(images/blue/footer_bkg.gif) repeat-x;
}
b {
	font-weight: bold;
	color: #636386;
}
.lowRightCorner {
	background: url(images/blue/corner_low_right.gif) no-repeat;
}
.lowLeftCorner {
	background: url(images/blue/corner_low_left.gif) no-repeat;
}
