@charset "utf-8";
/* CSS Document */

body {
	background-image: url(imagens/fundo_sky.jpg);
	background-repeat: repeat;
    background-attachment: fixed;
    margin: 0;
}

img {
	border: none;
}

.bordas_icones  {
	border-color:	#666666;
	border-width:	thin;
}

.links  {
	color:	#666666;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	bold;
	text-decoration:	none;
}

.links:hover  {
	color:	#CC0000;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	bold;
}

.links2  {
	color:	#666666;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	normal;
	text-decoration:	none;
}

.links2:hover  {
	color:	#CC0000;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	11px;
	font-weight:	normal;
}


.texto_padrao_bold  {
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	10px;
	font-style:	bold;
	font-weight:	bold;
}

.texto_padrao_bold_red  {
	color:	#666;
	font-family:	Verdana, Arial, Helvetica, sans-serif;
	font-size:	12px;
	font-style:	bold;
	font-weight:	bold;
}


.texto_padrao_peq  {
color:	#666666;
font-family:	Verdana, Arial, Helvetica, sans-serif;
font-size:	11px;
font-style:	normal;
font-weight:	normal;
line-height:	125%;
}

.texto_padrao  {
color:	#666666;
font-family:	Verdana, Arial, Helvetica, sans-serif;
font-size:	12px;
font-style:	normal;
font-weight:	normal;
line-height:	125%;
}


