.topper {
	background-image: url(slices/topper.gif);
	background-repeat: no-repeat;
}
.header {
	background-image: url(slices/header.jpg);
	background-repeat: no-repeat;
}
.welcome {
	background-image: url(slices/welcome.gif);
	background-repeat: no-repeat;
}
.content {
	background-image: url(slices/idnex_content.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
}
.indexback {
	background-image: url(slices/index_back.gif);
	background-repeat: repeat;
}
a:link {
	color: #CC9933;
	text-decoration: underline;
}
a:visited {
	color: #CC9933;
	text-decoration: underline;
}
a:hover {
	color: #333333;
	text-decoration: none;
}
a:active {
	color: #CC9933;
	text-decoration: underline;
}
