body
{
	background-image: url(../../images/fundo_quadrado.gif);
	background-repeat: repeat;
	margin: 0px;
}

.body {
	background-image: url(../../images/layout_site_03.gif);
	background-repeat: no-repeat;
	background-position: top;
	background-color: #CCCCCC;
}

.link {
	color: #000000;
	text-decoration: none;
}

.link:hover {
	color: #000000;
	text-decoration: underline;
}

.link_a {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-variant: small-caps;
	margin-right: 8px;
	padding-right: 22px;
	text-align: right;
	display: block;
}

.link_a:hover {
	color: #d04633;
	background-image: url(../../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}

P
{
	font-size: small;
	color: black;
	font-family: arial;
}

.topo{
	width:770px;
	margin-left:auto;
	margin-right:auto;
	
	}
.segura_banner{
	float:left;
	width:575px;
	height:185px;
	}
.quebra{
	clear:both;
	}
#menu{
	height: 185px;
	width: 195px;
	background-image: url(../../images/fundo_menu.jpg);
	float:right;
	background-repeat: no-repeat;
	background-position: left top;
}

#menu ul{
	margin: 0px; 
	padding: 0px
}


#menu li{
	list-style: none;
	height: 25px;
	color: #000000;
	text-decoration: none;
}

#menu li a{
	color: #000000;
	text-decoration: none;
}

#menu li a:link{
	color: #000000;
	text-decoration: none;
}

#menu li a:visited{
	color: #000000;
	text-decoration: none;
}

#menu li a:hover{
	color: #d04633;
	background-image: url(../../images/pointer.gif);
	background-repeat: no-repeat;
	background-position: right center;
	display: block;
}
#menu li a:active{
	color: #000000;
	text-decoration: none;
}


