﻿body 
{
	margin: 0px;
	background-image: url(/Imagens/FundoPagina.jpg);
	background-repeat: repeat-x;
}
.pagina 
{
	margin-top: 0px;
	text-align: center;
	background-image: url(/Imagens/FundoPagina.jpg);
	background-repeat: repeat-x;
}
.main
{
	margin-top: 0px;
}
.tblPrincipal
{
	width: 800px;
	background-color: White;
	/*border-right-style: double;*/
	border-right-width: medium;
	/*border-left-style: double;*/
	border-left-width: medium;
}
.divContent
{
	width:100%;
}
.SombraEsquerda
{
	background-color: #0F0F0F;
	background-image: url(/Imagens/sombraEsq02.jpg);
	background-repeat: repeat-y;
	width: 14px;	
}
.SombraDireita
{
	background-color: #0F0F0F;
	background-image: url(/Imagens/sombraDir02.jpg);
	background-repeat: repeat-y;
	width: 14px;
}
.SeparadorComPontinhos
{
	background-image: url(/Imagens/pontos.jpg);
	background-repeat:repeat-x;
	height:10px;
}           

.MenuFundo 
{
	background-image: url(/Imagens/fundoMenu.gif);
}
.label
{
	color: Black ;
}
.rodape
{
	text-align: center ;
	font-family: Tahoma ;
	font-size: 12px;
	color: #FCFCFC;
	background-color: Black ;
	background-image: url(/Imagens/rodapeFundo.jpg);
	background-repeat: repeat-x ;
	width: 100%;	
}
.fundoLateral
{
	text-align:center;
	background-color: #DBDBDB;
	width: 120px;
	height:100%;
}
.menu 
{
	margin:0 0 0 0px;
}

.menu a 
{
	border: 3px solid #ffffff;
	color: white;
	display: block;
}

.menu a:hover {
	color: #f2f2f2;
	border: 3px solid #9e4e33;
	font-weight:bold;
	text-decoration: underline;
	background-image: url(/Imagens/fundoMenuHover.gif);
}
.espacoVertical
{
	height:10px;
}
.espacinho
{
	height:5px;
}
.textoTitulo
{
	font-size : 18px;
	font-weight:bold ;
	color:#860000;
	text-align: left;
}
.texto01
{
	font-family : Tahoma ;
	font-size : 14px;
	color:#121212;
	text-align: left;
}
.texto02
{
	font-family : Tahoma ;
	font-size : 14px;
	color:#121212;
	text-align: left;
}
.texto03
{
	font-family : Tahoma ;
	font-size : 12px;
	font-weight:bold;
	color:#121212;
	text-align: left;
}

.texto03Alternado
{
	font-family : Tahoma ;
	font-size : 12px;
	font-weight:bold;
	color:#CCFFCC;
	background : #121212;
	text-align: left;
}

.caixaTexto
{
	border : solid 1px #cccccc;	
	font-family:Tahoma;
	font-size: 12px;
	color:#121212;
}
