/* Para Internet Explorer */
html {
	height:100%;
}
body{
	font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
	margin-top: 25px;
	padding-bottom: 25px;
	margin-left: 0px;
	background-image: url('../imagens/fundo.png');
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
table, tr, td{
	font-family: verdana, arial;
	font-size: 11px;
	color: #333333;
}

img					{ border: 0px; padding: 0px; margin: 0px; }
a:link, a:visited 	{ color: #333333; text-decoration: none; font-weight: bold; } 
a:hover				{ color: #666666; text-decoration: none; font-weight: bold; } 
a:active			{ color: #333333; text-decoration: none; font-weight: bold; } 

.tamanho {
	width: 100%;
	height: 100%;
}

#topo	{ background: url(../imagens/topo.png) repeat-x;	}
#esq	{ background: url(../imagens/esq.png) repeat-y;		}
#esq2	{ background: url(../imagens/esq2.png) repeat-y;	}
#dir	{ background: url(../imagens/dir.png) repeat-y;		}
#dir2	{ background: url(../imagens/dir2.png) repeat-y;	}
#fundo2	{ background: url(../imagens/fundo2.png) repeat-x;	}
#rodape	{ background: url(../imagens/rodape.png) repeat-x;	}

#esqInterna		{ background: url(../imagens/esq_interna.png) repeat-y;		}
#dirInterna		{ background: url(../imagens/dir_interna.png) repeat-y;		}
#topoInterna	{ background: url(../imagens/topo_interna.png) repeat-x;	}
#rodapeInterna	{ background: url(../imagens/rodape_interna.png) repeat-x;	}

.menu {
	background-color: #FFFFFF;
	width: 165px;
	height: 420px;
}

.inputText {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #999999;
	width: 280px;
}

.inputTextRed {
	font-family: Verdana, Arial;
	font-size: 11px;
	color: #333333;
	border: 2px solid #a00000;
	background-color: #ffe6e6;
	width: 280px;
}

.esconde {
	visibility:hidden;
}

.mostraErro {
	border: 1px solid #999999;
	background-color: #fffcde;
	padding: 10px;
	font-weight: bold;
}

.mostraSucesso {
	border: 1px solid #999999;
	background-color: #ccffcc;
	padding: 10px;
	font-weight: bold;
}