.Tit_01 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : small;
	color : black;
	font-weight : bold;
}

.Texto_Bold {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
	color : black;
}

.Texto_Peq{
	font-family : Arial, Helvetica, sans-serif;
	font-size : xx-small;
	color : black;
}

.Link_01{
	color : Blue;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : normal;
}

.Link_01:HOVER {
	color : #88C956;
	text-decoration : underline;
}

.Link_01:VISITED {
	color :  #88C956;
	text-decoration : none;
}

.Link_02{
	color : darkblue;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	font-weight : bold;
}

.Link_02:VISITED {
	color : darkblue;
	text-decoration : underline;
}

P, TD, .Texto {
	font-family : Arial, Helvetica, sans-serif;
	font-size : x-small;
	color : black;
}

BODY {
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 6px;
	/*background-color : White;*/
	scrollbar-3dlight-color : White;
	scrollbar-arrow-color : #8BC765;
	scrollbar-base-color : White;
	scrollbar-darkshadow-color : White;
	scrollbar-face-color : White;
	scrollbar-highlight-color : #8BC765;
	scrollbar-shadow-color : #8BC765;
	scrollbar-track-color : #F0F0F0;
	background: url(imagens/degrade_fundo.gif);
	background-repeat: repeat-x;
	background-color: #cad5ed;
}

#conteudo {
	background-color: #ffffff;
}