/* ---------------------------- Padrão -----------------------------*/

html, body {
	border:0px;
	margin:0px;
	max-height:100%; /* Mesma coisa do padding só que funciona no IE*/
	padding:0px;
	text-align:center;
	margin: 0;
	padding: 0;
	background-image:url(imagens/fundo3.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-x;
}

body, label, span, input, select, option, textarea, a, table, tr, td, div, ul, li
{
	color: rgb(0,0,0);
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	margin:0px;
	padding:0px;
	text-decoration:none;
}

input, select, textarea {
	font-size: 10px; 
	font-weight: bold; 
	color: rgb(117, 197, 240);
	background-color: rgb(255, 255, 255);
	border: 1px solid rgb(233, 233, 233);
}

label
{
	font-weight:bold;
	text-align:right;
	padding-right: 0.5em;
	display:block;
	float:left;
	font-size:10px;
	color:rgb(153, 153, 153);
}

br
{
	line-height:1ex;
}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------------*/

.tabela
{
	width:775px;
	margin:0 auto;
	border:0;
	border-style:solid;
	border-color:rgb(0, 0, 0);
	background-color:#FFFFFF;
}

.fotos
{

border:3px;border-style:solid;
border-color:rgb(142, 142, 142);
}

.BOTAO
{
	cursor: pointer;
	margin-bottom:1ex;
	text-align:center;
	border:0;
	margin:0px;
}

.data
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:rgb(142, 142, 142)
}

#texto
{
	width:402px;
	padding:5px;
	padding-top:15px;;
	text-align:left;
	border:0;
	display:table;
	font-size:11px;
}

.texto1
{
font-weight:bold;
color:rgb(1, 92, 173);
}
.texto2
{
font-weight:bold;
color:rgb(233, 19, 7);
}

.texto3
{
font-style:italic;
}

.muda
{
	font-size: 10px; 
	font-weight: bold; 
	color: rgb(255, 255, 255); 
	border: 1px solid rgb(233, 233, 233);
	background-color:rgb(117, 197, 240);
}

.nda
{}