body{
	font-family: arial, sans-serif;
	font-size: .8em;
	background-color: #000;
	line-height: 1.5em;
}
img{
	border: none;
}
a{
	color: #f63;
	text-decoration: none;
}
a:visited{
	color: #f90;
}
a:hover{
	color: #639;
	text-decoration: underline overline;
}
h1, h2, h3, h4, h5{
	margin: 6px 0px;
	text-align: center;
	color: #f60;
}
p{
	margin: 0px;
	margin-bottom: 1em;
	line-height: 1.5em;
	color: #333;
}
#content{
	position: relative;
	margin-left: 272px;
	margin-right: 24px;
	min-height: 360px;
}
#curvetop{
	position: absolute;
	top: 0px;
	left: -40px;
}
#curvebot{
	position: absolute;
	bottom: 0px;
	left: -40px;
}

table.grid{
	background-color: #ff9;
	border: 2px outset;
}
table.grid td{
	border: 1px inset;
}

/* BUTTONS */
.tbtn{
	display: block;
	width: 186px;
	height: 52px;
}
.tbtn a{
	text-decoration: none;
}
.tbtn img{
	border: 0px;
}
.tbtn span{
	position: absolute;
	top: 16px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-size: 1.25em;
	font-weight: bold;
	color: #ff3;
	width: 186px;
	text-align: center;
	cursor: pointer;
}
.tbtn a:hover img{
	visibility: hidden
}
.tbtn a:hover span{
	color: #000;
}
/* END BUTTONS */

#footer{
	position: relative;
	top: -1.8em;
	text-align: center;
}
#footer a{
	color: #fff;
}