@import url("fontes.css");
body {
	margin: 0px;
	background: url(../imagens/layout/bkg_page.gif) center 2px repeat;
}
a { text-decoration: none; }
.topo {
	border-bottom: solid 2px #859ac4;
	background: url(../imagens/layout/bkg_topo.gif) left top repeat-x;
	height: 105px;
}
.sombras {
	background: url(../imagens/layout/bkg_sombras.gif) center top repeat-y;
}
.webmail {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #6a6969;
	background: url(../imagens/layout/bkg_webmail.jpg) left top no-repeat;
	height: 105px;
}
.botao {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #859ac4;
	background-color: #f6f6f1;
	border: 1px solid #859ac4;
}
.conteudo {
	background-color: #FFFFFF;
	border-left: solid 1px #707070;
	border-right: solid 1px #707070;
}
.txtboxwm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: none;
	width: 128px;
	height: 14px;
}
.txtboxReq {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #999999;
	width: 128px;
	height: 14px;
}
.btnwm {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #6a6969;
	background-color: #FFFFFF;
	height: 17px;
	width: 74px;
	border: 1px solid #5e8ab5;
}
.rodape {
	font-family: Tahoma;
	font-size: 11px;
	color: #a0a0a0;
	font-weight: bold;
}
a.rodape:hover { color: #5f87af;
}
#ampliado {
	position:absolute;
	width: 30%;
	left: 25%;
	height:50%;
	top: 25%;
	z-index:200;
	background-color: #fafbf8;
	border: solid 1px #986fab;
	vertical-align:bottom;
	visibility: hidden;
}