

BODY { 
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border:0;
	background: #FFFFFF;
	font-family: cursive;
	font-size: 14px;
	/*font-family: Helvica;*/
	/*font-size: 18px;*/
	
}
.superTitle{
	font-family: cursive;
	font-size: 22px;
	color:#145391;
}

.title{
	font-family: Helvica;
	font-size: 16px;
}
.subTitle{
	font-family: Helvica;
	font-size: 16px;
}
.semiTitle{

	font-family: Verdana;
	font-size:16px;
	font-weight:bold;
	color:#ff9933;
}
.miniTitle{
	font-family: Verdana;
	font-size: 12px;
	font-weight:bold;
}

.content{
	font-family: cursive;
	font-size: 14px;
	font-weight:bold;
	
}
.panel{
	color:#FFFFFF;
	font-family: cursive;
	font-size: 14px;

}
p{

	font-family: cursive;
	font-size: 14px
}

.mainPanel{
/*
	width:800px;
	height:200px;
*/
	background: #ff9900;/* 009933*/
	border-color: #FFAD2F;
	border-width: 0;
	border-style: solid;
	
	color: #000000;
	font-variant: small-caps;
	cursor:pointer;
	margin-bottom: 22px;
}
.panelEscondido{
	/*position:absolute;*/	
	/*
	width:150px;
	margin-left:5px;
	*/
	/*min-height:80px;*/
	
	background-attachment:fixed;
	background-image: #009933; /*url(assets/img/pixel.png);*/
	background-position:left top;
	background-repeat:repeat;
	border-top:1px solid #000000;
	display:none;
	padding: 12px 22px 12px 22px;
	color:000000;
	
	
}

/*
AMARELO: 
   WEB : ffff00
   f6eb13
   
   
AZUL:
WEB:  006699
145391
   

*/


.menuLink:link, .menuLink:visited{
	cursor: pointer;
	font-size:14px;
	text-decoration:none;
	color:#f6eb13;
	font-weight:bold;
	/*background-color:#00AAFF;*/
}


.menuLink:hover{
	cursor: pointer;
	font-size:14px;
	text-decoration:underline;	
	color:#FFFFFF;	
	font-weight:bold;
	/*background-color:#00AAFF;*/

}
.aLink:link, .aLink:visited{
	cursor: pointer;
	font-size:14px;
	text-decoration:none;
	color:#f6eb13;
	padding:4px;
	font-weight:bold;
	background-color:#006699;
}
.aLink:hover{
	cursor: pointer;
	font-size:14px;
	text-decoration:underline;	
	color:#006699;
	padding:4px;
	font-weight:bold;
	background-color:#f6eb13;

}


.algo{
	background: #145391;
	border-color: #75a1a3;
	border-width: 3;
	border-style: solid;
	cursor:pointer;

}

.algoMais{
	background:#FFFFFF;
	border-color: #FF33FF;
	border-width: 3;
	border-style: solid;
	cursor:pointer;
}


.hidden{
	visibility:hidden;

}
.elEscondido{
	
	
	/*position:absolute;*/
	
	
	width:150px;
	margin-left:5px;
	/*min-height:80px;*/
	
	background-attachment:fixed;
	background-image:url(assets/img/pixel.png);
	background-position:left top;
	background-repeat:repeat;
	border:1px solid #FFAD2F;
	display:none;
	color:000000;
	/*visibility:hidden;*/
	

}
.elEscondidoContent{

	margin:4px;

}
