body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #000000;
	background-image:url(../imagens/fundo.jpg);
	background-position:top;
	background-repeat:repeat-x;
}

#divContent{
	position:absolute;
	width:750px;
	left:50%;
	margin-left:-375px;
	margin-top: 199px;
}
#divTopo{
	position:absolute;
	width:962px;
	height:199px;
	left:50%;
	margin-left:-481px;
	background-image:url(../imagens/fundo_topo.jpg);
	background-position: top right;
	background-repeat:no-repeat;
}
#divLogo{
	width:210px;
	height:199px;
	margin-left: 140px;
}
.data{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #a9a9a9;
	text-align: center;
	text-decoration: none;
	padding-left: 20px;
	padding-top: 3px;
}

/* TEXTO GERAL//////////////////////////////////////////////////////*/

.texto{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
	text-decoration: none;
}
.texto a:link,.texto a:active,.texto a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CC0000;
	text-align: justify;
	font-weight:bold;
	text-decoration: none;
}

.texto a:hover{ 
	color: #CC0000;
	font-weight:bold;
}

/* TEXTO CINZA//////////////////////////////////////////////////////*/

.textoGray{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
	text-align: justify;
	text-decoration: none;
	padding-left:0px;
	padding-right:5px;
	}
.textoGray a:link,.textoGray a:active,.textoGray a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #141414;
	text-align: justify;
	font-weight:bold;
	text-decoration: none;
	padding-left:5px;
	padding-right:5px;
}

.textoGray a:hover{ 
	color: #666666;
	font-weight:bold;
	padding-left:5px;
	padding-right:5px;
}



/* MENU BRANCO//////////////////////////////////////////////////////*/
.menuWhite{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
	margin-left:8px;
}
.menuWhite a:link,.menuWhite a:active,.menuWhite a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #FFFFFF;
	text-decoration: none;
}

.menuWhite a:hover{
	color: #141414;
}


/* MENU PRETO//////////////////////////////////////////////////////*/
.menuBlack{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
	margin-left:12px;
}
.menuBlack a:link,.menuBlack a:active,.menuBlack a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #000000;
	text-decoration: none;
}

.menuBlack a:hover{ 
	color: #3C0000;
}

/* FOTO ////////////////////////////////////////////////////////////*/
.foto_esquerda {
	margin-right: 10px;
	padding-bottom: 10px;
}
.foto_direitaa {
	margin-left: 10px;
	padding-bottom: 10px;
}


/* PARAGRAFO BABABOS ////////////////////////////////////////////////*/
#babados p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #444444;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}
#gray p{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5C5C5C;
	margin-top:10px;
	margin-bottom:10px;
	padding-bottom:10px;
}
/* PARAGRAFO BABABOS ////////////////////////////////////////////////*/
.form{
	background-color: #363636;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	width: 267px;
	height: 20px;
}

.formTextarea{
	background-color: #363636;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	width: 267px;
}
.formIndique{
	background-color: #363636;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-left-color: #CC0000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #CCCCCC;
	width: 255px;
	height: 20px;
}