a {
	font-family: Trebuchet MS, Tahoma, Arial;
	color: #CCCCCC;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
body,td,th {
	font-family: Trebuchet MS, Tahoma, Arial;
	font-size: 11px;
	color: #CCCCCC;
}
body {
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.bg-baixo {
	background-image: url(../image/bg-baixo.jpg);
	background-repeat: repeat-x;
}
.titulos {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 15px;
	font-weight: bold;
	color: #CCCCCC;
	text-decoration: none;
}
.texto-medio {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 13px;
	font-weight: bold;
	color: #CCCCCC;
}
.form {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666666;
	border: 1px solid #222222;
	padding: 3px;
}
.titulo {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
}

.estilo-mural {
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 11px;
	font-style: italic;
	color: #FFFFFF;
}



input,textarea,select{
	border:#acacac 1px solid;
	color: #666666;
	font-size:11px;
	padding:4px;
	-moz-border-radius: 4px;
	background-image: url(../image/bg-input.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}

input:hover, select:hover {
	border:1px solid #4FAED2;
}

input:focus, select:focus {
	border:1px solid #666666;
	color:#333333;
	background-image: url(../image/bg-input-cinza.png);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.botao {
	height: 29px;
	width: 102px;
	border: 1px none #000000;
}
#thub a {
	height: 78px;
	width: 78px;
	display: block;
	background-color: #333333;
	float: left;
	margin: 9px;
	padding: 3px;
	cursor: hand;
}
#thub {
	display: block;
	float: left;
	width: 514px;
}

#thub a:hover {
	text-decoration: none;
}






#container {
	border: 2px solid #000000;
}



#busca {
	padding-top: 20px;
	padding-bottom: 20px;
}



/* @group search */

#search {
	float: left;
	clear: left;
	width: 217px;
	height: 31px;
	background: url('../image/bg-pesquisa.gif') no-repeat;
	overflow: hidden;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
}
#search input {
	float: left;
	background: transparent;
	border: 0;
	color: #CCCCCC;
	font-size: 11px;
	width: 166px;
	height: 17px;
	padding: 7px;
}
#search input:focus {
	outline: 0;
}
#search a {
	float: left;
	display: block;
	height: 31px;
	width: 36px;
	cursor: pointer;
}
#conteudo {
	font-weight: normal;
	font-size: 11px;
}
#menu a {
	display: block;
	float: left;
}
#menu {
	margin-left: 15px;
}
#rodape #end {
	display: block;
	float: left;
}
#Galeria {
	list-style-type: none;
	list-style-position: inside;
	padding: 0px;
}
#Galeria li {
	height: 78px;
	width: 78px;
	border: 3px solid #999999;
	float: left;
	margin: 9px;
}
#Galeria li a {
	height: 78px;
	width: 78px;
	cursor: pointer;
	display: block;
}






.m1 {
	background-image: url(../image/bt_inicio.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 100px;
}
.m2 {
	background-image: url(../image/bt_quemsomos.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 72px;
}
.m3 {
	background-image: url(../image/bt_servicos.gif);
	background-repeat: no-repeat;
	height: 20px;
	width: 70px;
}
.m4 {
	background-image: url(../image/bt_todos_eventos.gif);
	height: 20px;
	width: 65px;
	background-repeat: no-repeat;
	background-position: left;
}
.m5 {
	background-image: url(../image/bt_palavra.gif);
	height: 20px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: left;
}
.m6 {
	background-image: url(../image/bt_faleconosco.gif);
	height: 20px;
	width: 120px;
	background-repeat: no-repeat;
}
  a.copyright{
	position:relative;
	padding:0;
	color:#CCCCCC;
	text-decoration:none;
	cursor:help;
	z-index:0;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	display: block;
	float: right;
	margin-top: 25px;
  }
  a.copyright{
  background:transparent;
  z-index:25; 
  }
  a.copyright span{display: none}
  a.copyright:hover span{
	display:block;
	position:absolute;
	width:85px;
	top:3em;
	text-align:left;
	left:0;
	border:3px solid #333333;
	color:#CCCCCC;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 10px;
	margin-top: -55px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	filter: Alpha(Opacity=50%);
	height: 50px;
  }
