/* CSS Document */

*{
	margin:0;
	padding:0;
	}

body{
	background:#FFCC99;
	font-family:"Trebuchet MS", Arial, Tahoma;
	font-size:10px;
	}

.global{
	width:760px;
	//background:#FFCC99;
}
	/*Topo*/
.topo{
	width:760px;
	height:80px;
	background:#FFFFCC;
	border:#990000 solid 1px;
	}
		table.top{
			width:760px;
			height:80px;
			}
		td.logo{
			width:200px;
			}
		td.nome{
			color:#990000;
			font-size:36px;
			font-weight:bold;
			text-align:center;
		}
		td.informacoes{
			font-size:12px;
		}
		td.negrito{
		font-size:12px;
		font-weight:bold;
		}
		td.telefones{
			font-weight:bold;
			color:#990000;
			font-size:18px;
		}

		
	/*Relogio*/
.relogio{
	width:760px;
	height:50px;	
	}




		/*corpo*/
.corpo{
	width:760px;
	}
	
		td.fotos{
			width:100px;
			border:#990000 solid 1px;
			}
.rodape{
	width:760px;
	height:28px;
	text-align:center;
	font-size:10px;
	color:#990000;
	border:#990000 solid 1px;
	}
.centro{
	width:460px;
	vertical-align:top;
	padding:20px;
	}