*{
	margin: 0;
	padding: 0;
	
}
body{
	background-color: #C7C7C7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table, td, tr{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link, a:active, a:visited{
	color: #719744; text-decoration:none  
} a:hover, {
	color: #719744; text-decoration:underline   

}

#holder{
	margin: auto;
	width: 750px;
	background-color:#FFFFFF;
}
#header{
	background-image: url(img/header.jpg);
	background-repeat: no-repeat;
	width: 100%;
	height: 203px;
}
#menu{
	background-image: url(img/menu_bg.jpg);
	width: 100%;
	height: 27px;
	text-align: left;
}
#menu ul, #menu ul a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
#menu li{
	list-style: none;
	display: inline;
	padding: 6px 30px 6px 30px;
	border-right: #000 solid 2px;
	line-height: 27px;
}
#menu ul a.selecionado{
	text-decoration: underline;
}

div#msg01{
	background-image:url(img/msg_bg.jpg);
	height: 68px;
	width: 100%;
}
div#msg01 a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: right;
	font-size: 11px;
	margin: 2px 15px 0 0;
}

#msg02{
	background-image: url(img/msg_bg_internas.jpg);
	height: 66px;
	width: 100%;
}
#msg02 a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	float: right;
	font-size: 11px;
	margin: 2px 15px 0 0;
}

/*Conteúdo*/
#conteudo{
	background-color: #FFF;
	width: 750px;
	border-left: #000 solid 1px;
	border-right: #000 solid 1px;
	text-align: left;
}

#contentA{
	width: 170px;
	float: left;
	background-color: #EEE;
	border-right: #000 2px dotted;
	padding: 10px 3px 3px 3px;
}

#contentB{
	width: 570px;
	float: right;
}
#contentA u{
	color: #EEE;
}

/* Mudar os dois seletores juntos */
#contentA strong a{
	line-height: 27px;
	text-decoration: none;
	margin: 0 0 0 7px;
}
#contentA a strong{
	line-height: 27px;
	text-decoration: none;
	margin: 0 0 0 7px;
}

#contentA a strong em{
	line-height: 27px;
	color: #006600;
	text-decoration: none;
	font-style: normal;
}

#contentA a em strong{
	line-height: 27px;
	color: #006600;
	text-decoration: none;
	font-style: normal;
}
/* /Mudar os dois seletores juntos */

/*Rodapé*/
#footer{
	background-image: url(img/footer_bg.jpg);
	height: 25px;
	width: 100%;
	color: #FFF;
	line-height: 25px;
	clear: both;
}
#footer p{
	margin: 0 0 0 15px;
	text-align: left;
}




/*Titulos*/

.titulo1{
	font-size: 17px;
	color: #719744;
	font-weight: bold;
}
.titulo2{
	font-size: 13px;
	color: #719744;
	font-weight: bold;
}
.titulo3{
	font-size: 13px;
	color: #719744;
	font-weight: bold;
}
.titulo4{
	font-size: 12px;
	color: #719744;
	font-weight: bold;
}

/* Destaques */
.destaque1{
	font-size: 15px;
	color: #719744;
	font-weight: bold;
}
.destaque2{
	font-size: 12px;
	color: #719744;
	font-weight: bold;
}
.destaque3{
	font-size: 11px;
	color: #719744;
	font-weight: bold;
}

/*.borda-imagem img{     
	margin: 5px;
	border: #006600 solid 1px; */
}