body {
	margin: 0px;
	background-image: url(imagens/indexR1C1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

h2{
	color:#009900;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 0.1em;
}

.textos{
	color:#666666;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p{
	color:#666666;
	font-family: "Myriad Pro", "Trebuchet MS", Arial;
	font-size: 0.9em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

/* LINK AZUL PEQUENO //////////////////////////////////////////////*/

a.link_azul:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a.link_azul:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a.link_azul:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #003399;
	text-decoration: none;
}
a.link_azul:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-weight: normal;
	color: #990000;
	text-decoration: none;
}
/*//////////////////////////////////////////////////////////////*/
