@charset "utf-8";
/* CSS Document */

body {
	background-image: url(images/stripebg.png);
}
.menubg {
	background-image: url(images/menubg.jpg);
	background-repeat: repeat-y;
}
.index_footer {
	color: #000;
	font-weight: bold;
	font-size: 12px;
}
a:link {
	color: #CCC;
	font-weight: bold;
	text-decoration:none;
}
a:visited {
	color: #CCC;
	font-weight: bold;
	text-decoration:none;
}
a:hover {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
a:active {
	color: #FFF;
	font-weight: bold;
	text-decoration: underline;
}
.contenttable_bottombg {
	background-image: url(images/tablebottom.png);
}
.content {
	color: #FFF;
	text-align: center;
}
