body {
	background-image: url('index-files/bg1.jpg');
	background-repeat: no-repeat;
	margin-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	font-family: arial, helvetica, sans-serif;
}
a { color: #c00050 }
table { border-collapse: collapse }
td { vertical-align:top }
hr { width: 80% }
.b {
	vertical-align:top;
	height: 36px; 
	min-height: 36px; 
	max-height: 36px;
	cursor: pointer;
	font-weight: bold;
}
.b a{font-size: .8em; top:0px;
	display: block;
	position:relative;
	color:black;
	width: 152px;
	height: 32px;
	text-decoration: none;
	text-align: center;
	background: url('img/button.gif');
	background-position: -152px 0;
}
.b a:hover {background-position: 0px 0;
}
.b span {color: #ff4080;
	position:absolute;
	display:block;
	top:-1px;
	text-align:center;
	width: 150px;
}
.lW { float: left; clear: left; height: 15px; }
.rW { float: right; clear: right; height: 15px; }