body {
	text-align: center;
	font: 14px verdana, arial, sans-serif;
	color: #FFFFFF;
	padding-bottom: 10px;
	padding-top: 0px;
	background-color: #000000;
	background-image: url(img/bg_page.jpg);
	background-repeat: repeat-x;
}

.atletas {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: bold;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-attachment: fixed;
	background-color: #990000;
	background-repeat: no-repeat;
	}
	
	
a:link {
	color: #000000;
	style: bold;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.celulas
{
    border-right: #666666 1px solid;
    border-top: #666666 1px solid;
    font-size: 11px;
    border-left: #666666 1px solid;
    color: #000000;
    border-bottom: #666666 1px solid;
    font-family: verdana;
    background-color: #ffffff;
}
select, input
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10px;
	margin: 1px;
	border-left: gray 1px solid;
	border-bottom: gray 1px solid;
	font-family: verdana;
	background-color: #e0e0e0;
}

textarea
{
	border-right: gray 1px solid;
	border-top: gray 1px solid;
	font-size: 10px;
	margin: 1px;
	border-left: gray 1px solid;
	width: 300px;
	border-bottom: gray 1px solid;
	font-family: verdana;
	height: 200px;
	background-color: #e0e0e0;
}