<style type="text/css">  
.Tstyle1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	font-weight: bold;
}
.Tstyle1AA {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #EEEEEE;
	font-weight: bold;
}
.Tstyle3 {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
}
.Tstyle3A {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#E7E7E7;
	border-color:#A4A4A4;
}
.Tstyle3Ax {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}

.Tstyle4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	text-decoration:none;
	color:#FFFFFF;
	font-weight:bold;

}
.Tstyle4A {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	text-decoration:none;
	color:#993333;
	font-weight:bold;

}

.Tstyle5 {
text-decoration:underline;
cursor:hand;
}
.border1 {
	border-bottom:solid; 
	border-left:solid; 
	border-right:solid; 
	border-top:solid;
	border-color:#999999;
}
.border1A {
	border-bottom:solid; 
	border-left:solid; 
	border-right:solid; 
	border-top:solid;
	border-color:#999999;
	background-image:url(../imagens/back01.gif); 
}

.fundo1 {
background-color:#FDEAC6;
}

.teta_da_loba {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	
}
.contatoW {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;

	background-color:#8C8C8C;
	
}

.contato {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	background-color:#8C8C8C;
	
}
.contato1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.contato1A {
font-family:"Courier New", Courier, monospace;
	font-size: 12px;
	
}
.contato0A {
background-color:#E4E4E4;
}

.como_chegar {
	font-family: "Courier New", Courier, monospace;
	font-size: 12px; 
	background-color:#E5E5E5;
}
.como_chegarA {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	background-color:#DDDDDD;
}
	/* 
	General styles for this example page */
	
	#dhtmlgoodies_menu img{
		border:0px;
	}

	/* End general styles for this example page */
	/* General configuration CSS */
	
	#dhtmlgoodies_menu ul li ul{
		display:none;	/* Needed to display ok in Opera */
	}
		
	#dhtmlgoodies_menu{
		visibility:hidden;	
		font:Verdana, Arial, Helvetica, sans-serif;
		font-size:14px;	  
		background-color: #FFCC33;
		color: #002200;

	}
	#dhtmlgoodies_menu ul{
		margin:0px;	/* No indent */
		padding:0px;	/* No indent */
	}
	#dhtmlgoodies_menu li{
		list-style-type:none;	/* No bullets */
	}	
	#dhtmlgoodies_menu a{

		margin:0px;
		padding:0px;
	}
	/* End general configuration CSS */
	
	
	/* Cosmetic */
	
	/***********************************************************************
		CSS - MENU BLOCKS
	 	General rules for all menu blocks (group of sub items) 
	***********************************************************************/
	
	#dhtmlgoodies_menu ul{
		border:1px solid #FFCC33;
		background-color: #FFCC33;
		padding:1px;
		color: #002200;
	}
	
	
	
		
	#dhtmlgoodies_menu ul.menuBlock1{	/* Menu bar - main menu items */
		border:0px;
		border-color:#FFCC33;
		padding:1px;
		border:1px solid #FFCC33;
		background-color:#FFCC33;
		overflow:visible;
		font-weight:bold; 
		color: #002200;
	}
	#dhtmlgoodies_menu ul.menuBlock2{	/* Menu bar - main menu items */
		border:0px;
		padding:1px;
		border:1px solid #555;
		color: #002200;
		
	}
	
	/***********************************************************************
		CSS - MENU ITEMS
	 	Here, you could assign rules to the menu items at different depths.
	***********************************************************************/
	/* General rules for all menu items */
	#dhtmlgoodies_menu a{
		color: #000;
		text-decoration:none;
		padding-left:2px;
		padding-right:2px;
	
	}
	
	/*
	Main menu items 
	*/
	
	#dhtmlgoodies_menu .currentDepth1{
		padding-left:5px;
		padding-right:5px;
		border:1px solid #FFCC33;
	}
	#dhtmlgoodies_menu .currentDepth1over{
		padding-left:5px;
		padding-right:5px;
		background-color:#317082;
		border:1px solid #000;
		
		
	}
	#dhtmlgoodies_menu .currentDepth1 a{
/*		font-weight:bold; */
	}
	#dhtmlgoodies_menu .currentDepth1over a{	/* Text rules */
		color:#FFF;
/*		font-weight:bold; */
	}
	
	/* Sub menu depth 1 */
	#dhtmlgoodies_menu .currentDepth2{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth2over{
		padding-right:2px;
		background-color:#E2EBED;
		border:1px solid #000;
	}	
	#dhtmlgoodies_menu .currentDepth2over a{	/* Text rules */
			color: #002200;
	}	
	/* Sub menu depth 2 */
	#dhtmlgoodies_menu .currentDepth3{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth3over{
		padding-right:2px;
		background-color:#EDE3EB;
		border:1px solid #000;
	}
	/* Sub menu depth 3 */
	#dhtmlgoodies_menu .currentDepth4{
		padding-right:2px;
		border:1px solid #FFF;
	}
	#dhtmlgoodies_menu .currentDepth4over{
		padding-right:2px;
		background-color:#EBEDE3;
		border:1px solid #000;
	}	
	
/****************************************************************************************
	* 	LAYOUT CSS FOR THE MENU
	****************************************************************************************/

	/***********************************************************************************************
	
	Copyright (c) 2005 - Alf Magne Kalleland post@dhtmlgoodies.com
	
	Get this and other scripts at www.dhtmlgoodies.com
	
	You can use this script freely as long as this copyright message is kept intact.
	
	***********************************************************************************************/
	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;	
	}
	.bodyText p{
		margin-top:5px;
	}
	#mainContainer{
		width:760px;
		height:40px;
		border:1px solid #000000;
		margin:0 auto;
		background-repeat:no-repeat;
		padding-top:5px;			
	}
	#mainMenu{
		background-color:  #FF9900;	/* Background color of main menu */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:12px;	/* Font size of main menu items */
		border-bottom:1px solid #336633;	/* Bottom border of main menu */
		height:20px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
		
	}
	#mainMenu a{
		padding-left:5px;	/* Spaces at the left of main menu items */
		padding-right:5px;	/* Spaces at the right of main menu items */
		font-weight:bold; 	/* Don't change these two options */
		position:absolute;
		bottom:-1px;	/* Change this value to -2px if you're not using a strict doctype */
	}
	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;/* Font of sub menu items */
		background-color:#41851E;	/* Background color of sub menu items */
		color: #FFFFFF;
		width:100%;	/* Don't change this option */
		height:20px;
		
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
	}
	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */
		border-left:1px solid #336633;
		border-top:1px solid #336633;
		border-right:1px solid #336633;		
		background-color: #41851E;	/* Background color */
		cursor:pointer;	
		color:#FFFFFF;/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}
		
	/*
	Style attributes of inactive menu items
	*/
	#mainMenu .inactiveMenuItem{		
		color: #000;	/* Text color */
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	/* No underline on sub menu items - use text-decoration:underline; if you want the links to be underlined */  
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #fff;	/* Text color */
		font-size:0.9em; 
	}
	
	#submenu a:hover{
		color: #FFFF00;	/*  color when the user moves the mouse over sub menu items */
	}
	
	/****************************************************************************************
	* 	FIM DO LAYOUT CSS FOR THE MENU
	****************************************************************************************/
	



</style>