/* tags genericas */
body, td, input,
 .corpo, .titulo, .topo, .botao *, .erro, .erro_desc {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
td {
	font-size: 10px;
	color: #000000;
}
input {
	font-size: 12px;
	color: #666666;
}

/* tags especificas */
.corpo {
	font-size: 12px;
	color: black;
}
.titulo {
	background: #4C6C99;
	color: white;
	font-weight: bold;
/*	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
*/
}
.topo, .botao * {
	font-size: 10px;
	color: white;
}
.erro, .erro_desc {
	font-size: 12px;
	color: #CC0000;
}
.erro_desc {
	font-size: 16px;
}

/* botoes */
a.botao, a.botsel {
	text-decoration: none;
	background-color: transparent;
	background-repeat: no-repeat;
	height: 20px;
	display: block;
	text-align: center;
	line-height: 2em;
	vertical-align: middle;
}
a.botao:focus, a.botao:active, a.botao:hover {
	background-position: 0 -20px;
}
a.w0bg {
	background-image: url("botao_bg.png");
	width: 100%;
}
a.w60bg {
	background-image: url("botao_bg_60.png");
	width: 60px;
}
a.w90bg {
	background-image: url("botao_bg_90.png");
	width: 90px;
}
a.w120bg {
	background-image: url("botao_bg_120.png");
	width: 120px;
}
a.botsel {
	background: white;
	color: #4C6C99;
	font-weight: bold;
}

/* alinhamento */
.centro {
	display: block;
	width: 100%;
	text-align: center;
	line-height: 2em;
	vertical-align: middle;
}
