a:link {
	color: #b40101;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
	color: #333333;
}


#flashContent {
	position: fixed;
	z-index: 1;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-family: "Lucida Sans Unicode", "Lucida Sans", Tahoma, "Trebuchet MS";
	font-size: 11px;
}
td {
	font-size: 10px;
}

#home {
	padding: 20px;
	width: 200px;
	left: 80px;
	top: 150px;
	background-color: #F5f5f5;
	position: absolute;
	z-index: 10;
}
#eventos {
	background-color: #f5f5f5;
	width: 370px;
	left: 400px;
	top: 150px;
	z-index: 11;
	position: absolute;
	padding: 20px;
}
#modalidades {
	padding: 20px;
	_height: 450px;
	width: 250px;
	position: absolute;
	left: 100px;
	top: 150px;
	background-color: #f5f5f5;
	z-index: 10;
}

.apelo {
	font-weight: bold;
	color: #990000;
}
#horario {
	padding: 20px;
	width: 120px;
	position: absolute;
	left: 120px;
	top: 130px;
	background-color: #f5f5f5;
		z-index: 10;
}
#tabela_horario {
	height: 200px;
	width: 550px;
	position: absolute;
	left: 300px;
	top: 130px;
		z-index: 10;
}
#tabela_horario h1 {
	font-weight: bolder;
	color: #FFFFFF;
	font-size: 10px;
}
#mensagem {
	background-color: #f5f5f5;
	width: 370px;
	left: 80px;
	top: 150px;
	z-index: 11;
	position: absolute;
	padding: 20px;
}
