.texto {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	cursor: default;
}

.texto_interno {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

.titulo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006229;
}

.box_form
{
    BORDER-RIGHT: #333333 1px solid;
    BORDER-TOP: #333333 1px solid;
    FONT-SIZE: 10px;
    BORDER-LEFT: #333333 1px solid;
    COLOR: #000000;
    BORDER-BOTTOM: #333333 1px solid;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    HEIGHT: 18px;
    FONT-SIZE: 11px;
    PADDING: 1px;
}

.botaoContinuar {
    BACKGROUND-IMAGE: url('../img/bt_continuar.gif');
    BACKGROUND-REPEAT: no-repeat;
    BACKGROUND-POSITION: top left;
    BORDER-WIDTH: 0px;
    WIDTH: 73px;
    HEIGHT: 17px;
    CURSOR: pointer;
    COLOR: #ffffff;
    FONT-FAMILY: Tahoma;
    FONT-WEIGHT: bold;
    FONT-SIZE: 11px;
    PADDING: 0px 2px 2px 2px
}

.box_form:focus
{
    BACKGROUND-COLOR: #FFF5F5;
}

A:link
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    color: #000000;
    TEXT-DECORATION: none;
}
A:hover
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: underline;
}
A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    COLOR: #000000;
    TEXT-DECORATION: none
}

/* CAIXA DE TEXTO CARREGANDO */

#divLoad {
	height:			100px;
	width:			150px;
	height:			50px;
	top:			50%;
	left:			50%;
	margin-top:		-25px;
	margin-left:		-75px;
	position:		absolute;
	z-index:		9;
	display:		none;
	cursor:			wait;
}

#divLoad table{
	font-family:		verdana;
	font-size:		9px;
	color:			#7F9ECE;
}

#divLoad table #tdLoadSupEsq {
	background-image: 	url('../imagens/crrgd_sup_esq.gif');
	background-repeat:	no-repeat;
	background-position:	top center;
	width:			6px;
}

#divLoad table #tdLoadSupDir {
	background-image: 	url('../imagens/crrgd_sup_dir.gif');
	background-repeat:	no-repeat;
	background-position:	top center;
	width:			6px;
}

#divLoad table #tdLoadSInfEsq {
	background-image: 	url('../imagens/crrgd_inf_esq.gif');
	background-repeat:	no-repeat;
	background-position:	top center;
	width:			6px;
}

#divLoad table #tdLoadInfDir {
	background-image: 	url('../imagens/crrgd_inf_dir.gif');
	background-repeat:	no-repeat;
	background-position:	top center;
	width:			6px;
}

#divLoad table #tdLoadSMdlEsq {
	border-style:		solid;
	border-color:		#BBBBBB;
	border-width:		0px 0px 0px 1px;
}

#divLoad table #tdLoadSMdlDir {
	border-style:		solid;
	border-color:		#BBBBBB;
	border-width:		0px 1px 0px 0px;
}

#divLoad table #tdLoadSMdlSup {
	background-image: 	url('../imagens/crrgd_mdl_sup.gif');
	background-position:	top center;
	width:			138px;	
}

#divLoad table #tdLoadSMdlInf {
	background-image: 	url('../imagens/crrgd_mdl_inf.gif');
	background-position:	top center;
	width:			138px;	
}