.destaque  {
	font-family : Times, serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	background-color : darkGreen;
	color : yellow;
}

.titulo  {
	font-size : 12pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : darkgreen;
	padding : 2pt;
	border-color : Green;
	border-style : solid;
	text-align : center;
}

.back01  {}

.item01  {
	font-family : serif;
	font-size : 10 pt;
	font-weight : bold;
	font-style : normal;
	color : DarkGreen;
	text-decoration : none;
}

.item02  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : DarkGreen;
	text-decoration : none;
}

a.item01:hover  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : DarkGreen;
	text-decoration : underline;
}

.back02  {
	border-width : medium;
	border-color : DarkGreen;
	border-style : solid;
	padding : 1pt;
}

a.item02:hover  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : DarkGreen;
	text-decoration : underline;
}

.back03  {
	padding : 1pt;
	border-width : medium;
	border-color : Red;
	border-style : solid;
	background-color : lemonchiffon;
}

.item03  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : none;
}

a.item03:hover  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
	text-decoration : underline;
}

.bg01  {
	background-color : #CCFFFF;
}

.bg02  {
	background-color : #CCFFCC;
}

.bg03  {
	background-color : #FFCCCC;
}

.item  {
	font-size : 12 pt;
	font-family : serif;
	font-weight : bold;
	color : DarkGreen;
	font-style : italic;
	text-decoration : none;
}

a.item:hover  {
	font-size : 12 pt;
	font-family : serif;
	font-weight : bold;
	font-style : italic;
	color : Green;
	text-decoration : underline;
}

.dest01  {
	color : Blue;
	font-size : 9 pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}

.dest02  {
	color : DarkGreen;
	font-size : 10 pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
}

.dest03  {
	font-size : 10 pt;
	font-family : sans-serif;
	font-weight : bold;
	font-style : normal;
	color : Navy;
}

.lista  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : DarkGreen;
	text-decoration : none;
}

a.lista:hover  {
	font-size : 10 pt;
	font-family : serif;
	font-weight : bold;
	font-style : normal;
	color : darkgreen;
	text-decoration : underline;
}

.dest  {
	font-size : 9pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : darkgreen;
	text-decoration : underline;
}


