#menu UL {
	list-style: none;
	text-align: left;
	margin: 0px;
	padding: 1px;
	background-color: white;
	width: 150px;
}
#menu LI {
	display: block;
	text-align: left;
	font-family: Verdana, Tahoma;
	border-bottom-color: gray;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	margin-top: 3px;
}
#menu LI.header {
	font-family: Verdana, Tahoma;
	font-size: 11pt;
	font-weight: bold;
	color: darkblue;
	margin-top: 4px;
}
#menu A {
	color: black;
	text-decoration: none;
}
#menu A:hover {
	text-decoration: underline;
	background-color: blue;
}
#chaguim A:hover {
	background-color: blue;
}
#chaguim A {
	background-color: white;
}
BODY {
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	background-color: white;
	margin: 0px;
}
TD {
	font-family: Verdana, Tahoma;
	font-size: 9pt;
}
.pequeno {
	font-size: 8pt;
}
.errormessage {
	color: #FF0000;
}
.cinzaFraco {
	font-size: 7pt;
	color: #999999;
}
A.cinzaFraco:hover {
	font-size: 7pt;
	color: #999999;
	text-decoration: underline;
}
.negrito {
	font-weight: bold;
	color: #777777;
}
.tituloMusica
{
	font-weight: bold;
	font-size: 12pt;
	margin-top: 12pt;
	text-align: center;
	margin: 0;
}

.subTituloMusica
{
	font-weight: bold;
	font-size: 11pt;
	text-align: center;
	margin: 0;
}

.explicacao {
	font-size: 9pt;
	color: gray;
}
.siteTitle {
	font-family: Tahoma;
	font-size: 21pt;
	font-weight: bold;
	text-align: center;
	text-shadow: gray;
	color: white;
	text-decoration: none;
}
.topTable {
	background-color: darkblue;
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: white;
}
.topBotao {
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	font-stretch: extra-condensed;
}
TEXTAREA.topTextbox {
	font-family: Verdana, Tahoma;
	font-variant: small-caps;
	font-size: 8pt;
	background-color: white;
}
INPUT.topTextbox {
	font-family: Verdana, Tahoma;
	font-variant: small-caps;
	font-size: 8pt;
	background-color: white;
}
.topText {
	color: white;
	border-width: thin;
	border-color: white;
	font-size: 8pt;
}

.pageTitle {
	font-family: Verdana, Tahoma;
	font-size: 16pt;
	text-shadow: blue;
	color: darkblue;
	text-align: center;
	margin-top: 3pt;
	margin: 0pt;
}
.interno {
	font-family: Verdana, Tahoma;
	font-size: 9pt;
	color: red;
}
A {
	text-decoration: none;
	color: black;
}
A.endereco {
	border-bottom: dotted thin;
	font-weight: normal;
	color: black;
}
A.endereco:link {
	text-decoration: none;
}
A.endereco:visited {
	text-decoration: none;
}
A.endereco:hover {
	text-decoration: none;
	background-color: yellow;
}
A.endereco:active {
	text-decoration: none;
}
