html { height: 100%; }

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	margin-top: 1px;
	margin-bottom: 0px;
	text-align: justify; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	height: 100%;
}

a:link, a:visited { color: #808080; text-decoration: none; font-weight: bold; }
a:active, a:hover { color: #6B5D70; text-decoration: underline; font-weight: bold; }

td.tdFont1pt {
	font-size: 1pt;
}

form          { margin: 0px; }
input, select, textarea { font-family: Arial, Verdana; font-size: 8pt; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; border: 1px solid #067e41; }
nput.noborder { border: 0px; }
input.buttons { padding-left: 5px; padding-right: 5px; border: 1px solid #000000; width: 70px; }

table.tableConteudo, table.tableConteudoTopo {
	width: 652px;
	border: 0px;
	text-align: center;
}

.tableConteudo {
	background-image:url(/clube/back.jpg);
	background-repeat:repeat-y;	
}

td {
	font-family: Arial;
	font-size: 8pt;
}

td.tdNoticiasPrincipal {
    font-family: Arial;
    font-size: 8pt;
}

p.pCenter {
    text-align: Center;
    margin-left: 0px;
    margin-right: 0px;
}

p.pJustify {
    text-align: Justify;
    margin-left: 10px;
    margin-right: 10px;
}

p.pDireita {
	text-align: Right;
	margin-right: 5px;
}

p.pEsquerda {
	text-align: left;
	margin-left: 5px;
}

p.pTopo {
	text-align: center;
	margin-top: 8px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
}

p.pRodape {
	padding-right: 170px;
	text-align: center;
}

font.fontRodape {
	color: #808080;
	font-size: 8pt;
}

option.optionDepto {
	background-color: #e0e1e3; 
	color: #014f27;
}
