@charset "utf-8";
/* CSS Document */

/* Formatação de textos */
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.Texto_12px_verde{
font-family : Tahoma;
font-size : 12px;
color: #8fc646;
}

.Texto_11px_cinza {
font-family : Tahoma;
font-size : 11px;
color: #666666;
}

.Texto_12px_cinza {
font-family : Tahoma;
font-size : 12px;
color: #666666;
text-align:justify;
line-height:16px;
}


/* Formatação de links */

.Link_11px_verde{
font-family : Tahoma;
font-size : 11px;
color: #8fc646;
text-decoration:none;
}

.Link_11px_verde :hover {
font-family : Tahoma;
font-size : 11px;
color: #8fc646
text-decoration:underline;
}

.Link_12px_verde{
font-family : Tahoma;
font-size : 12px;
color: #8fc646;
text-decoration:none;
}

.Link_12px_verde :hover {
font-family : Tahoma;
font-size : 12px;
color: #8fc646;
text-decoration:underline;
}