body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFDD00;
	margin: 0px;
	background-image: url(img/page-bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

/* textos */

.txt-geral {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #222222;
	padding-left:20px;
	padding-right:34px;
	text-align: justify;
}

.txt-geral-nota {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	color: #222222;
	padding-left:20px;
	padding-right:34px;
	text-align: justify;
	font-style: italic;
}

.txt-titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: #111111;
	padding-left:20px;
	padding-right:34px;
	text-align: justify;
}

/* tabelas */

.tab-geral{
	background-image: url(img/tab-bg.jpg);
	background-repeat: repeat-y;
}

.tab-patrocinadores{
	border:1px dotted #FF0000;
}

/* links */

a:link {color: #000000; text-decoration:none;}
a:visited {color: #000000; text-decoration:none;}
a:hover {color: #ff0000; text-decoration:none;}
a:active {color: #000000; text-decoration:none;}

a.noticias:link {font-size: 10px; color: #ff0000; text-decoration:none; text-align:center; font-weight: bold;}
a.noticias:visited {font-size: 10px; color: #ff0000; text-decoration:none; text-align:center;font-weight: bold;}
a.noticias:hover {font-size: 10px; color: #000000; text-decoration:none; text-align:center;font-weight: bold;}
a.noticias:active {font-size: 10px; color: #ff0000; text-decoration:none; text-align:center;font-weight: bold;}

a.edirect:link {font-size: 11px; color: #ff0000; text-decoration:none; text-align:center;}
a.edirect:visited {font-size: 11px; color: #ff0000; text-decoration:none; text-align:center;}
a.edirect:hover {font-size: 11px; color: #000000; text-decoration:none; text-align:center;}
a.edirect:active {font-size: 11px; color: #ff0000; text-decoration:none; text-align:center;}

