body	{ 	border:0px; 
			margin:0 0 10 0;
			text-align:center;
			font-family:arial;
			color:#FFFFFF;
			background-color:#2F434C;
			background-image:url('../imagens/fundo.jpg');
			background-repeat:repeat-x;
			background-position:top;
		}
form	{ 
			margin:0px;
		}
a		{	text-decoration:none;
		}
td		{	font-family:inherit;
			font-size:12px;
		}
img		{	border:0px;
		}
.table	{	border:0px;
			outline:0px;
			border-collapse:collapse;
			font-family:inherit;
			font-size:12px;
			line-height:22px;
		}
.table td
		{ 	padding:0px;
		}	
		
		
---------------------ESTRUTURA--------------------------
#bemvindo
		{	width:240px;
			height:230px;
		}
		
#menu	{	width:200px;
			height:230px;
			vertical-align:top;
		}

#logo	{	width:340px;
			height:230px;
			vertical-align:top;
		}
#meio
		{	width:540px;
			height:400px;
			vertical-align:top;
		}
#lateral
		{	width:240px;
			height:400px;
		}

.caixa	{	vertical-align:top;
			border:1px solid #60899D;
			background-color:#44626F;
			width:99%;
			height:98%;
		}
#caixaTopo
		{	border-top:0px;
		}
#tituloLateral
		{	font-size:18px;
			font-family:inherit;
			color:#99BBC7;
			text-align:left;
			border-bottom:1px solid #99BBC7;
			width:99%;
			margin:4px 4px 0px 4px;
		}
#titulo2
		{	font-size:18px;
			font-family:inherit;
			color:#FFFFFF;
			text-align:left;
			text-decoration:underline;
			margin:4px 4px 0px 4px;
		}
#telefone
		{	font-size:19px;
			font-weight:bold;
			vertical-align:middle;
			line-height:35px;
		}
.link1,a{	font-size:11px;
			color:#FFFFFF;
		}
.link1:hover, a:hover
		{	color:#60899D;
		}
		
.link2	{	font-size:12px;
			font-weight:bold;
			color:#FFFFFF;
		}
.link2:hover
		{	color:#60899D;
		}
.link3	{	font-size:12px;
			font-weight:bold;
			height:22px;
			line-height:22px;
			width:500px;
			text-indent:20px;
			color:#FFFFFF;
			border:1px solid #2F434C;
		}
.link3:hover
		{	color:#60899D;
			border:1px solid #60899D;
		}

#text1	{	line-height:11px;
		}

#copy	{	font-size:11px;
			font-family:inherit;
		}

#divisao{	background-image:url('../imagens/divisao.jpg');
			background-repeat:no-repeat;
			background-position:center center;
			width:8px;
			height:400px;
		}
		
.campo	{	width:200px;
		}
		
.submit {
	font-family:Verdana;
	font-size:8pt;
	color: #FFFFFF;
	font-weight: bold;
}
.submit,
.submit-disabled {
	background: #fefefe url(../imagens/btn_fundo.jpg) repeat-x;
	border: 1px solid;
	border-color: #0F0E16 #0F0E16 #0F0E16 #0F0E16;
}
.submit:hover,
.submit:focus {
	border: 1px solid;
	border-color: #EB8E8E #E56D6D #DA2B2B #E56D6D;
}
html>body input.submit-disabled, 
html>body input.submit-disabled:hover, 
html>body input.submit-disabled:focus {
	color: #8A8E92;
	background-color: #f2f2f2; 
	border: 1px solid;
	border-color: #EB8E8E #E56D6D #DA2B2B #E56D6D;
}
.submit:visited {
	color: #2b333c;
}

.lista ul { margin-left:15px; }


#foto_voando
		{
			width:150px; 
			height:150px; 
			position:absolute; 
			z-index:9999; 
			top:100px;
			left:0px;
			text-align:center;
			vertical-align:top;
			visibility:hidden;
			border:1px solid #44626F;
			background-color:#2F434C;
		}

#foto_ampliada
		{	
			width:300px;
			height:150px;
			margin:2px;
		}
#btn_fechar
		{
			width:666px;
			height:20px;
			line-height:22px;
			background-color:#44626F;
			margin:2px;
			color:#99BBC7;
			font-family:arial;
			font-size:12px;
			text-decoration:none;
		}
#btn_fechar:hover
		{
			background-color:#60899D;
			color:#2F434C;
		}
		
.texto
		{ 	color:#000000;
		}		