A:link    {
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
}    /* unvisited links */

A:visited {
	color : White;
	font-size : 12px;
	text-decoration : none;
}   /* visited links   */

A:hover   {
	color : Yellow;
	font-size : 12px;
	text-decoration : underline;
	font-weight : bold;
} /* user hovers     */

A:active  {
	color : Yellow;
	font-size : 12px;
	text-decoration : none;
}   /* active links    */

body {
	scrollbar-face-color:'#DE6F02';
	scrollbar-arrow-color:'#FFFFFF';
	scrollbar-track-color:'#FFA275';
	scrollbar-shadow-color:'#808080';
	scrollbar-highlight-color:'#DFDFDF';
	scrollbar-3dlight-color:'#FFFFFF';
	scrollbar-darkshadow-Color:'#000000';
	text-decoration : none;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-style : normal;
	font-variant : normal;
	font-weight : normal;
	color : Black;
	background-color : #FFFFFB;
}

div.area {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
	padding-bottom: 2px;
	font-weight: bolder;
	padding-top: 2px;
	color: White;
	background: #DF6F03;
}

A.conteudo:link    {
	color : Navy;
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration : none;
}    /* unvisited links */

A.conteudo:visited {
	color : Navy;
	font-size : 12px;
	text-decoration : none;
}   /* visited links   */

A.conteudo:hover   {
	color : Maroon;
	font-size : 12px;
	text-decoration : none;
} /* user hovers     */

A.conteudo:active  {
	color : Red;
	font-size : 12px;
	text-decoration : none;
}   /* active links    */

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size : 12;
	text-align : left;
	font-weight : normal;
	padding : 0 0 0 0;
	margin : 0 0 0 0;
}

td.campeonato {
	font-size: 12;
	text-align: center;
	font-weight: normal;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid Black;
}

td.pontos {
	font-size: 12;
	text-align: center;
	font-weight: bold;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	border: 1px solid Black;
	color: White;
	background-color: #DF6F03;
	border-color: #DF6F03 #DF6F03 #DF6F03 #DF6F03;
	font-style: normal;
}

td.titulo {
	font-size : 12;
	padding-left : 10px;
	padding-right : 10px;
	text-align : center;
	font-weight : bold;
	vertical-align : middle;
	padding-bottom : 3px;
	padding-top : 3px;
	background-color : #4A6C96;
	color : White;
}

td.d_titulo {
	font-size : 12;
	padding-left : 10px;
	padding-right : 10px;
	text-align : left;
	font-weight : bold;
	vertical-align : middle;
	padding-bottom : 3px;
	padding-top : 3px;
	background-color : #4A6C96;
	color : White;
}

td.menu {
	font-size : 12;
	padding-left : 10px;
	padding-right : 10px;
	color : White;
	padding-top : 5px;
	padding-bottom : 5px;
	font-weight : normal;
	text-align : left;
}

td.conteudo {
	font-size : 12;
	text-align : justify;
	padding-bottom : 5px;
	font-weight : normal;
	padding-top : 5px;
	padding-left : 50px;
	padding-right : 50px;
}
