body {
	margin: 0;
	padding: 0;
	color: #808;
	font-family: "Century Gothic", "Arial", sans-serif;
}
table {
	background: #7BF;
	width: 100%;
	height: 100%;
}
td#menu {
	width: 105px;
	background: url("images/background_racket.gif");
	background-repeat: no-repeat;
	background-position: top left;
	padding: 20px 0px 0px 10px;
	vertical-align: top;
	font-weight: bold;
	line-height: 1.5em;
}
td#menu a {
	text-decoration: none;
	color: #FFF;
}
li {
	list-style-type: none;
	list-style-position: outside;
}
hr {
	color: #808;
}
td#main {
	padding: 10px;
	vertical-align: top;
	background: url("images/background_ball.gif");
	background-repeat: no-repeat;
	background-position: top right;
}
img#badge {
	border: 0;
	position: absolute;
	bottom: 10;
	left: 5;
}
p.title {
	font-size: 20pt;
	font-weight: 700;
	letter-spacing: -1px;
}
p, p.main {
	font-size: 11pt;
	font-weight: 900;
	letter-spacing: -1px;
}
p.small {
	font-size: 10pt;
	font-weight: 700;
	letter-spacing: -1px;
}
p.centre {
	text-align: center;
}
p.justify {
	text-align: justify;
}
p.left {
	text-align: left;
}
p.right {
	text-align: right;
}
p a {
	color: #808;
}
div a {
	color: #808;
}
td#footer {
	font-size: 8pt;
	font-weight: 400;
	text-align: center;
	vertical-align: bottom;
}
td#footer a {
	text-decoration: none;
	color: #808;
}
div.main {
	font-size: 11pt;
	font-weight: 900;
	letter-spacing: -1px;
	text-align: center;
}
.button {
	font-family: "Century Gothic", "Arial";
	font-size: 11pt;
	font-weight: 700;
	background: #B7E0FF;
	display: inline;
	border-bottom: 3px solid #4DB2FF;
	border-right: 3px solid #4DB2FF;
	border-left: 3px solid #87CBFF;
	border-top: 3px solid #87CBFF;
	color: #800080;
	height: 25px;
}
.textarea {
	font-family: "Century Gothic", "Arial";
	font-size: 11pt;
	font-weight: 400;
	background: #B7E0FF;
	display: inline;
	border-top: 2px solid #4DB2FF;
	border-left: 2px solid #4DB2FF;
	border-right: 2px solid #87CBFF;
	border-bottom: 2px solid #87CBFF;
	color: #800080;
}
form {
	text-align: center;
}