.cell {
	background-repeat: no-repeat;
	padding: 15px;
	font-family: "Trebuchet MS";
	color: #666666;
	font-size: x-small;
}
.homebg {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #666666;
	background-image: url("images/home-bar.gif");
	background-repeat: no-repeat;
	padding: 10px;
	background-position: bottom;



}
.title {
	font-family: "Trebuchet MS";
	text-transform: uppercase;
	color: #993333;
	font-size: medium;
}
.normal {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #666666;
}
.popup {
	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #666666;
	background-image: url("images/popupbg.jpg");
	background-repeat: no-repeat;
	background-position: center top;

}
.popupCopy {

	font-family: "Trebuchet MS";
	font-size: x-small;
	color: #666666;
	background-image: url("images/popupbg2.jpg");
	background-repeat: no-repeat;
	background-position: center top;
}
h3 {
	margin: 0px;
	padding: 5px 0px 0px;
}
.bg {
	background-repeat: repeat-y;
	background-position: center top;
	background-attachment: scroll;
	background-image: url("images/bg.gif");





}
.bar {
	background-image: url("images/bar1.gif");
	background-repeat: repeat-x;
	background-position: top;
}
.tile {
	background-image: url("images/tile-left.jpg");
	background-repeat: repeat-x;

}
.tile-right {
	background-image: url("images/tile-right.jpg");
	background-repeat: repeat-x;

}
.tile-menu {
	background-image: url("images/tile-menu.jpg");
	background-repeat: repeat-x;
}
.bg-home {

	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: scroll;
	background-image: url("images/bg-home.gif");
}
.body-bg {
	background-attachment: scroll;
	background-image: url("images/stripe-bg.gif");
	background-repeat: repeat;
	background-position: center top;
	background-color: #FFFFFF;

}


