body {
	background-attachment: fixed;
	background-image: url(../futsal-wall.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.nav {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CCCCCC;
}

.nav:link {
	text-decoration: none;
}
.nav:visited {
	text-decoration: none;
	color: #CCCCCC;
}
.nav:hover {
	text-decoration: none;
	color: #666666;
}
.nav:active {
	text-decoration: none;
	color: #CCCCCC;
}

.textboxform {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #EBEBEB;
	text-indent: 5px;
	border: 1px solid #000000;
	vertical-align: middle;
}

