/***********************************************
Tudo
***********************************************/
*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	border:none;
	vertical-align:middle;

}
/***********************************************
Fim do Tudo
***********************************************/
/***********************************************
Body
***********************************************/
body {
	background:#e9f8e7;
	color:#000000;
	margin:0 auto;

	}

.floatLeft {
float: left;
margin-left: 5px;
}

.floatRight {
float: right;
margin-right: 5px;
}

#Images1 {
position: absolute;
z-index: 100;
top:355px;
margin-left:10px;
}

#Images2 {
position: absolute;
z-index: 100;
top:355px;
margin-left:85px;
}

#Images3 {
position: absolute;
z-index: 100;
top:335px;
margin-left:655px;
}

#Images4 {
position: absolute;
z-index: 100;
top:25px;
margin-left:10px;
}

#Images5 {
position: absolute;
z-index: 100;
top:35px;
margin-left:150px;
}

.titulo a,p{
	font:bold 80% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	color:#0033FF;
	}

#cabecalho a{
	font:bold 75% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#cabecalho h1 {
	font:bold italic 95% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	background:inherit;
	color:#000;
	}

#cabecalho h2 {
	font:bold  95% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	background:inherit;
	color:#ff0000;
	}

#Principal .a:hover {
	background:inherit;
	border:none;
	color:#fff;
	height:30px;
	padding:3px 0% 2px;
	}

#Principal h1 {
	color:#966;
	background:inherit;
	font:bold 200% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#Principal p {
	color:#000;
	background:inherit;
	font:bold 70% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#Principal table {
	margin-left: auto;
	margin-right: auto;
	width:520px;
	position:absolute;
	top:335px;
	display:inline;
	}

#Principal table tr {
	margin-top:1px;
	}

#Principal table td#COL1 {
	padding-top: 30px;
	text-align:left;
	width:350px;
	}

#Principal table td#COL2 {
	padding-top: 25px;
	text-align:center;
	width:50px;
	}

#Principal table td#COL3 {
	text-align:right;
	width:120px;
	}


#Principal table tr td  {
	height:auto;
	}

#esquerda a {
	background:inherit;
	color:#d29e31;
	font:bold 100% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#esquerda a:hover {
	background:inherit;
	color:#ffffff;
	font:bold 100% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#esquerda b {
	background:inherit;
	color:#000;
	text-decoration: underline;
	font:bold 100% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#esquerda b:hover {
	background:inherit;
	color:#ffffff;
	font:bold 100% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#esquerda table {
	margin-left: auto;
	margin-right: auto;
	width:190px;
	position:absolute;
	top:350px;
	display:inline;
	}

#esquerda table tr {
	margin-top:1px;
	}

#esquerda table tr td  {
	height:auto;
	padding: 1px;
	}

#Rodape p{
	color:#000;
	background:inherit;
	font:bold 60% 'Trebuchet Ms', Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
	}

#menu {
float: left;
width: 14em;
}

#menu dt {
cursor: pointer;
height: 20px;
line-height: 16px;
margin: 2px 0;
}

#menu dd {
position: absolute;
z-index: 100;
left: 7em;
margin-top: -1.4em;
width: 9em;
background: #d1e8c5;
color:#000;
border: 1px solid gray;
}

#menu ul {
padding: 2px;
}

#menu li {
color:#d29e31;
background:inherit;
font-size: 75%;
height: 18px;
line-height: 12px;
}

#menu li a, #menu dt a {
color: #d29e31;
background:inherit;
text-decoration: none;
display: block;
}

#menu li a:hover {
color: #000;
background:inherit;
text-decoration: underline;
}

#menu1,#menu2,#menu3,#menu4,#menu5 {
position: absolute;
width: 10em;
z-index: 500;
}

#menu1 {
top:150px;
}

#menu2 {
top:190px;
}

#menu3 {
top:230px;
}

#menu4 {
top:270px;
}

#menu5 {
top:310px;
}




/***********************************************
Fim do Body
***********************************************/
/***********************************************
Divs
***********************************************/
div {
	margin:0 auto;
	}

#total {
	width:770px;
	border:1px solid black;
	background:url(../dpf/images/dpf.jpg);
	}

#cabecalho {
	width:770px;
	height:70px;
	line-height: 10px;
	text-align:right;
	}

#esquerda {
	float:left;
	text-align:left;
	line-height: 10px;
	width:200px;
	height:305px;
	}

#Principal {
	width:520px;
	height:305px;
	text-align:left;

	}

#Rodape {
	width:770px;
	height:15px;
	text-align:center;
	}

/***********************************************
Fim dos divs
***********************************************/