/* Css */

* {
	margin:0px;
	padding:0px;
	
	
}

body {
	background-color:#FFFFFF;
}


.top {
	position:absolute;
	width:1200px;
	margin:0 auto;
	height:110px;
	top:10;
	left:10;
	background-color:#FFffff;
/*	border: 1px outset ;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px; */
	
}

.logotop{
	position:absolute;
	top:0;
	left:30;
	width:220px;
	margin:0 auto;
	height:108px;
	/*border: 1px outset ; */
}

#logo1 {
	width:290px;
	height:190px;
	
}

.titulo{
	position:absolute;
	color:#FF0000;
	position:absolute;
	top:70;
	left:400;
	width:320px;
	margin:0 auto;
	height:39px;
	font-size:22px;
}

.hoje{
	position:absolute;
	width:100%;
	margin:0 auto;
	height:30px;
	top:1200px;
	left:0;
	
}

.hoje p{
	color:#FF0000;
	font-size:45px;
	padding-left:100px;
}

.tabela{
	position:absolute;
	width:1200px;
	margin:0 auto;
	height:110px;
	top:200px;
	left:10;
	background-color:#FFffff;
}
