#frame {
	border-right: 0px; 
	border-top: 0px; 
	border-left: 0px; 
	border-bottom: 0px;
}
html {
	height: 100%;
}
body {
	height: 100%;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	margin: 0px; 
	font-family: "verdana,arial,helvetica", sans-serif;
	font-size: 11px; 
	color: #000000; 
	text-align: center;
}

/*=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
      pagina
  =-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/


/* ====================
    Cabecario da pagina
   ====================*/
#cabecalho {
	TOP: 0px;
	LEFT: 0px;
	WIDTH: 100%;
	HEIGHT: 54px;
	POSITION: relative;
	border-bottom : 1px solid #B4BBD5;
}
#logo {
	TOP: 2px;
	LEFT: 2px;
	POSITION: absolute;
}
#txtnome {
	TOP: 4px;
	LEFT: 280px; 
	POSITION: absolute;
}
#txtcomun {
	TOP: 30px;
	LEFT: 210px;
	POSITION: absolute;
}

/*===============================
     central: menuE, conteudo
 ===============================*/
#centro{
	TOP: 0px;
	FLOAT: left;
	WIDTH: 556px;
	POSITION: relative;
}

/*-----------------------------------
     conteudo de dados 
 -------------------------------------*/
#conteudo{
	MARGIN-top: 5px; 
	MARGIN-BOTTOM: 5px; 
	WIDTH: 520px;
	border : 1px solid #DCDCDC;
	BACKGROUND-COLOR: #F0F4F9;
	TEXT-ALIGN: center;

    padding-top: 10px;
    padding-bottom: 5px; 
}
#tb_Conteudo{
	WIDTH: 65%;

}
.ptitConteudo{
   padding-top: 1px;
   padding-bottom: 1px;

   font-family: 'Times New Roman', Times, serif;
   color : #4A4A74; 
   font-size : 18px;
   font-weight : bold;
}
.itVerde{
   color: #1f681f;
   font-size: 14px;
   font-weight: normal
}
.itVerde_0{
        color: #1f681f; 
        font-size: 14px; 
        font-weight : bold;
}
.ttInternoExpl{
	font-family : verdana,arial,helvetica,sans-serif;
	font-size : 16px;
        font-weight : bold;
	color : #40467D;
}
.ptxtExpl_A{
	color : #4A4A74;
	FONT-SIZE: 12px;
	FONT-FAMILY: verdana,arial,helvetica,sans-serif;
	text-indent : 15px;
	TEXT-ALIGN: justify;
}
.pItem_A{
   font-family: 'Times New Roman', Times, serif;
   color: #4A4A74;
   font-size: 16px;
   font-weight: bold;
}
.pItemExpli_A{
    font-size : 14px;
    color : #4A4A74; 
	TEXT-ALIGN: justify;
}

/* cadastro de dominio */
.pRegSty_r{
    background: transparent;
    font-size : 14px;
    color: #008000;
    border : none;
    width :22px ;
}
.pRegSty{
    font-size : 14px;
    color: #008000;
}
.sDominioDig{
        font-size : 14px;
	color: #FF0000;
	background: transparent;
	border : none;
}
.nome{
        font-size : 16px;
        font-weight : bold;
	color: #FF0000;
}

/*===============================
     Botoes
 ===============================*/

.bnt_01out{
	border : 2px outset #DCDCDC;
	BACKGROUND-COLOR: #f9f5ba;
        PADDING: 3px 3px 3px 3px;
	color : #006000;
	FONT-SIZE: 11px;
        font-weight : bold;
	FONT-FAMILY: "Arial" , serif;
}
.bnt_01over{
	border : 2px inset #DCDCDC;
	BACKGROUND-COLOR: #B0C4DE;
        PADDING: 3px 2px 3px 2px;
	color : #0000FF;
	FONT-SIZE: 11px;
        font-weight : bold;
	FONT-FAMILY: "Arial" , serif;
}

/*===============================
     Lado esquerdo
 ===============================*/
#esquerdo{
	POSITION: relative;
	FLOAT: left; 
	TOP: 0px;
        WIDTH: 110px;
}

/* ------------------------------------
      menu mn
  -------------------------------------*/
#menuE{
	FLOAT: left;
	POSITION: relative;

	TOP: 5px;
	left: 5px;
	WIDTH: 100px;
	border : 1px solid #91A7B4;
	BACKGROUND-COLOR: #D9E4EB;
}
.menuETxt{
	TEXT-ALIGN: left;
	font-family : "Times New Roman", Times, serif;
	font-size : 11px;
	font-weight : bold;
}
.menuEover{
	BACKGROUND-COLOR: #B0C4DE;
	border-bottom : 1px solid #C2CFD8;
	color : #0000FF;
}
.menuEout{
	BACKGROUND-COLOR: transparent;
	border-bottom : 1px solid #C2CFD8;
	color : #40467D;
}

/*===============================
     Lado direito
 ===============================*/
#direita{
	POSITION: relative;
	FLOAT: right; 
	TOP: 0px;
    WIDTH: 110px;
}
#bussola{
	FLOAT: right;
	POSITION: relative; 
}
.ttApoio{
    font-size: 11px;
    color: #FFFFFF; 
    background-color : #8686BD; 
    border-bottom : 1px solid #A9A9A9;
}
.apoioD{
	border : 1px solid #DCDCDC;
}


