BODY {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
}
A:LINK {
	color: #FF8000; 
	text-decoration : none;
	font-weight : bolder;
	}
A:HOVER {
	color: #FF8000; 
	text-decoration : underline;
	font-weight : bolder;
}
A:VISITED {
	color: ;#969696
	text-decoration : none;
	font-weight : bolder;
}
A:FOCUS {
	color: ;#969696
	text-decoration : underline;
	font-weight : bolder;
}
.Titulo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 15px;
	text-transform : uppercase;
	color: #09A686;
	font-stretch : narrower;
	font-weight : bold;
}
.SubTitulo {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-transform : uppercase;
	color: #FF8000;
	font-stretch : condensed;
	font-weight : bold;
}
.SubTitulo2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #FF8000;
	font-stretch : condensed;
	font-weight : bold;
}
.Texto {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
	font-stretch : condensed;
}
.Comentario {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #515151;
	font-stretch : condensed;
	font-weight : bolder;
	font-style : italic;
}
.Label {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	font-weight : bolder;
}
.Box {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color: #000000;
	border : 1px solid #0B6652;
}
.BotaoON {
	color: #DBFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-transform : uppercase;
	height : 20px;
	border : 1px none  #FFFFFF;
	width : 102px;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 1px;
	background-image : url(../images/btnMENU_on.gif);
	cursor: hand;
}

.BotaoOFF {
	color: #FFF86B;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-transform : uppercase;
	height : 20px;
	width : 102px;
	border : 1px none  #FFFFFF;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 1px;
	background-image : url(../images/btnMENU_off.gif);
	cursor: hand;
}

.BotaoAtivo {
	color: #DBFFFF;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-transform : uppercase;
	height : 20px;
	border : 1px none  #FFFFFF;
	width : 102px;
	margin-bottom : 1px;
	margin-left : 1px;
	margin-right : 1px;
	margin-top : 1px;
	background-image : url(../images/btnMENU_on.gif);
}

.lixoON{
	background : #0ABE99;
}
.lixoOFF{
	background : #E19913;
}	