	/*
 * Creative Sign 2007 combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-attachment: scroll;
	background-position: center center;
	background-repeat: repeat-y;
	margin: 10px 0px 0px;
	background-attachment: scroll;
	background-image: url(mid.png);
	background-repeat: repeat-y;
	background-position: center center;
	margin-top: 5px;
}

/* Put a border on all generated images */
.image {
	margin: 2;
	padding: 1px;
	border: 1px solid #999999;
}

/* Style for all table cells. */
td {
	text-align: center;
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}

