td, body {
	font-family: arial;
	font-size: 11px;
	color: #000000;
}

body {
	background-image: URL(../../images/bg_geral.jpg);
	background-repeat: repeat-x;
	background-color: #C1C1C1;
	text-align:center;
	margin: 0px 0px 0px 0px;
	padding-top: 40px;
}

input, select, textarea {
	border: 1px solid #D3D3D3;
	background-color: #F9F9F9;
	height: 16px;
	font-size: 10px;
}

img {
	border: 0px;
}

a {
	text-decoration: none;
	color: #CA3324;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

.fieldLabel {
	padding-right: 10px;
	text-align: right;
}

.topoInterna {
	padding-left: 8px;
	padding-right: 8px;
	vertical-align: top;
	height: 80px;
}

.bottom {
	height: 33px;
	background-image: URL(../../images/img_rodape.jpg);
	text-align: center;
	vertical-align: middle;
}

.bottomText {
	font: 10px arial;
	color: #FFFFFF;
}

.bgMenu {
	width: 135px;
	background: URL(../../images/bg_esquerda.jpg) no-repeat;
}

.bgLinhaAzul {
	width: 2px;
	background: URL(../../images/img_linha_azul.jpg) no-repeat;
}

.bgConteudo {
	background: URL(../../images/bg_direita.jpg) no-repeat right #F1F1F1;
}

#td_erro {
	color: #CC0000;
	vertical-align: top;
	text-align: center;
	font-weight: bold;
}

.shadeTopLeft {
	height: 95px;
	background-image: URL(../../images/img_topo_esquerdo.jpg);
	background-position: right;
	background-repeat: no-repeat;
}
.shadeMidLeft {
	background-image: URL(../../images/bg_sombra_esquerda.gif);
	background-position: right;
	background-repeat: repeat-y;
}
.shadeRodapeLeft {
	background-image: URL(../../images/img_curva_esq_cima.jpg);
	background-position: right;
	background-repeat: no-repeat;
	height: 33px;
}
.shadeBotLeft {
	background-image: URL(../../images/img_curva_esq.gif);
	background-position: right;
	background-repeat: no-repeat;
	height: 20px;
}

.shadeBottonLeft {
	background-image: URL(../../images/img_curva_esq_baixo.jpg);
	background-repeat: no-repeat;
	width: 24px;
}
.shadeBottom {
	background-image: URL(../../images/bg_rodape_sombra.gif);
	background-repeat: repeat-x;
}
.shadeBottonRight {
	background-image: URL(../../images/img_curva_dir_baixo.jpg);
	background-repeat: no-repeat;
	width: 24px;
}

.shadeTopRight {
	height: 95px;
	background-image: URL(../../images/img_topo_direito.jpg);
	background-position: left;
	background-repeat: no-repeat;
}
.shadeMidRight {
	background-image: URL(../../images/bg_sombra_direita.gif);
	background-position: left;
	background-repeat: repeat-y;
}
.shadeRodapeRight {
	background-image: URL(../../images/img_curva_dir_cima.jpg);
	background-position: left;
	background-repeat: no-repeat;
	height: 33px;
}
.shadeBotRight {
	background-image: URL(../../images/img_curva_dir.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 20px;
}
