A:link {
	COLOR: #006699; TEXT-DECORATION: none
}


A:visited {
	COLOR: #006699; TEXT-DECORATION: none
}

A:hover {
	COLOR: #006699; TEXT-DECORATION: underline
}

A:active {
	COLOR: #ff0000; TEXT-DECORATION: underline
}
.textopequeno {
 FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Arial
}

.textomedio {
 FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial
}
.caixa {
	FONT-SIZE: 11px; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif
}

.textogrande {
 FONT-SIZE: 17px; COLOR: #448; FONT-FAMILY: verdana;
}

.top {
 FONT-SIZE: 13px; COLOR: #FFFFFF; FONT-FAMILY: Arial ; BACKGROUND-COLOR: #448; FONT-WEIGHT: bold
 }

.down {
 FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial ;  FONT-WEIGHT: bold
 }

.mensagemerro {
 FONT-SIZE: 13px; COLOR: #FF0000; FONT-FAMILY: Arial; TEXT-DECORATION: bold
}

	h4{
			margin:0px;
			FONT-SIZE: 17px; COLOR: #448; FONT-FAMILY: Arial black
		}
		p{
			margin-top:5px;
		}



		/* This is the box that is parent to the dragable items */
		#dragableElementsParentBox{
			padding:10px;	/* Air */
		}

		.smallArticle,.bigArticle{
			float:left;
			border:1px solid #000;
			background-color:#DDD;
			padding:2px;
			margin-right:10px;
			margin-bottom:5px;
		}
		.smallArticle img,.bigArticle img{
			float:left;
			padding:5px;
		}
		.smallArticle .rightImage,.bigArticle .rightImage{
			float:right;
		}
		.smallArticle{
			width:367px;
		}
		.bigArticle{
			width:750px;
		}
		.clear{
			clear:both;
		}

/* REQUIRED CSS */

	#rectangle{
		float:left;
		border:1px dotted #F00;	/* Red border */
		background-color:#FFF;
	}
	#insertionMarker{	/* Don't change the rules for the insertionMarker */
		width:6px;
		position:absolute;
		display:none;
	}
	#insertionMarker img{	/* Don't change the rules for the insertionMarker */
		float:left;
	}
	#dragDropMoveLayer{	/* Dragable layer - Not need if you're using 'rectangle' mode */
		position:absolute;
		display:none;
		border:1px solid #000;
		filter:alpha(opacity=50);	/* 50% opacity , i.e. transparency */
		opacity:0.5;	/* 50% opacity , i.e. transparency */

	}

	/* END REQUIRED CSS */
	
	.botaoazul
	{
	    BORDER-RIGHT: #c0c1c6 1px solid;
	    BORDER-TOP: #c0c1c6 1px solid;
	    FONT-WEIGHT: bold;
	    FONT-SIZE: 11px;
	    FILTER: Alpha(Opacity=100, FinishOpacity=30, Style=1, StartX=100, StartY=100, FinishX=100, FinishY=0);
	    BORDER-LEFT: #c0c1c6 1px solid;
	    COLOR: #000000;
	    BORDER-BOTTOM: #c0c1c6 1px solid;
	    FONT-FAMILY: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	    BACKGROUND-COLOR: #c0c1c6
}


.fundotela{
background-image: url("../imagem/fundo_transp.jpg"); 
}