body {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 10pt;
	text-align: center;
	width: 778px;
	margin: auto;
	color: #333333;
}
*{
	margin: 0px;
	padding: 0px;
}
p{
	text-indent:30px;
	text-align: justify;
/*	padding: 10px 10px 10px 0px;*/
	margin: 0px;
}
H2{
	color: #FF6600;
}
H3{
	color:#507CAB;
	font-size: 9pt;
}
H4{
	color:#507CAB;
	font-size: 11pt;
}
H5{
	color: #FF6600;
	font-size: 13pt;
}
#site {
	text-align: left;
	width: 778px;
}
#topo{
	z-index: 0; 
	float: left;
	top: 10px;
	position:absolute;
}
#corpo{
	position:absolute;
	float: left;
	z-index: 2;
	width: 608px;
	top:280px;
	margin: 0 0 0 170px;
	text-align:left;
}
#corpo a{
	cursor: hand;
}

#esquerda{
	position:absolute;
	float: left;
	z-index: 1;
	width: 163px;
	top:355px;
	text-align:left;
}
#esquerda a{
	cursor: hand;
}
#home1{
	width:300px;
	float:left;
	text-align:left;
	padding-right: 4px;

}
#home2{
	width:300px;
	float:left;
	text-align:left;
	padding-left: 4px;
}
#home3{
	width:604px;
	float:left;
	text-align:left;
	padding-top: 20px;
}
.submenu {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 11px;
	text-transform: uppercase;
	color: #394D70;
	background-image: url(img/bg_submenu.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: left;
	height: 20px;
	width: 600px;
	padding: 3px 0px 0px 150px;
	margin: 10px 0px 10px 0px;
}
.submenu a {
	color: #394D70;
	text-decoration:none;
	padding: 0px 11px 0px 3px;
	font-weight: bold;
	cursor: hand;
}
.submenu a:hover {
	color: #FF6600;
	text-decoration:none;
}
.submenu a:active {
	color: #FF6600;
	text-decoration:none;
}
a {
	cursor: hand;
	font-weight: bold;
	color: #FF6600;
}
a:hover {
	cursor: hand;
	font-weight: bold;
	color:#FF6600;
}
#rodape {
	color: #666666;
	text-align: center;
	width: 100%;
	font-size: 10px;
	padding: 5px 0px 0px 0px;
}
#rodape a{
	color: #666666;
}

