/*
 * Combined style sheet for the index pages and the slide pages.
 */

/* Style for all bodies. */
body {
	padding:0px 0px 0px 0px;
	margin:0px auto 0px auto;
	width:1000px;
	background-color:#FFFFFF;
	color:#000000;
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:8pt;
	font-stretch:extra-expanded;
	font-style:normal;
	}

#wrapper {
	padding:28px 0px 40px 0px;
	margin:40px auto 40px auto;
	width:1000px;
	border:1px solid #00723e;
	background-image:url(../res/wrapper_bg.gif);
	text-align:center;
	}

#wrapper a{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#6c1f7e;
	text-align:center;
	}
	
#wrapper td a{
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	color:#6c1f7e;
	text-align:center;
	}
		
table{
	text-align:center;
	}
	
/* Put a border on all generated images */
.image {
	border-width: 1;
	border-color: #00723e;
	border-style: solid;
	margin: 5;
}

/* Style for all table cells. */
td {
	font-size: 10px;
}

