@charset "utf-8";
/* CSS Document */

body{
background-color:#f9edf1;
}

.td_top{
background-image:url(imagens/bg_principal.gif);
background-repeat:no-repeat;
background-position:top;

}

.td_bottom{
background-image:url(imagens/bg_mulher1.gif);
background-repeat:no-repeat;
background-position:bottom;
background-position:right;

}

.txt{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
color:#666666;

}

.titulo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#915879;
font-weight:bold;

}

.subtitulo{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:12px;
color:#915879;
font-weight:bold;

}

a:link { 
	color: #915879; 
	text-decoration: none
}

a:hover {
	color: #FFA07A;
	text-decoration: none
}

a:visited {
	color: #915879; 
	text-decoration: none
}

a:hover {
	color: #FFA07A;
	text-decoration: none
}