body {
	background-image:url(imagens/background.gif);
	background-repeat: repeat-x;
	margin: 0px;
	font-family: Tahoma, Arial, Verdana;
	color: #5f5f5f;
}

form {
	margin: 0px;
	padding: 0px;
}

table {
	font-size: 11px;
}

.TableMaster {
	width: 800px;
	line-height: 100%;
}

.BarraTopo {
	height: 13px;
	background-image:url(imagens/barra_topo.gif);
}

.Conteudo {
	background-image:url(imagens/background_conteudo.gif);
	background-repeat: repeat-y;
	padding: 20px;
}

.MenuSuperior {
	font-size: 10px;
	text-align: right;
	padding-right: 50px;
}

.MenuSuperior A{
	padding-left: 15px;
}

.MenuSuperior A:Link {
	text-decoration: none;
	color: #5f5f5f;
}

.MenuSuperior A:Visited {
	text-decoration: none;
	color: #5f5f5f;
}

.MenuSuperior A:Hover {
	text-decoration: none;
	color: #1377c2;
}

.Separador_Vertical {
	background-image:url(imagens/separador_vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}

.SeparadorVerticalInterno {
	background-image:url(imagens/separador_vertical.gif);
	background-repeat: repeat-y;
	background-position: center;
	width: 20px;
}

.ColunaEsquerda {
	width: 59%;
	padding: 5px;
}

.ColunaDireita {
	width: 35%;
	padding: 5px;
}

.Separador_Vertical {
	width: 6%;
}

.DivPrincipalHome {
	font-size: 11px;
	text-align: justify;
	margin-bottom: 20px;
}

.DivPrincipalHome span {
	font-size: 11px;
	font-weight: bold;
	color: #1377c2;
	display:block;
	margin-bottom: 10px;
}

.DivPrincipalHome img {
	float: left;
	border: 1px solid #1377c2;
	margin-right: 10px;
	margin-bottom: 2px;
}

.DivSecundariaHome {
	font-size: 11px;
	text-align: justify;
}

.DivSecundariaHome span {
	font-size: 11px;
	font-weight: bold;
	color: #1377c2;
	display:block;
}

.DivSecundariaHome DT  A:Link{
	font-size: 10px;
	font-weight: bold;
	color: #1377c2;
	display:block;
}

.DivSecundariaHome DT  A:Visited{
	font-size: 10px;
	font-weight: bold;
	color: #1377c2;
	display:block;
}

.DivSecundariaHome DT  A:Hover{
	font-size: 10px;
	font-weight: bold;
	color: #7ab53f;
	display:block;
}

.DivSecundariaHome DD {
	font-size: 10px;
	font-weight: normal;
	margin:  0 0 1em 0;
	padding: 0;
}

.DivLateralSuperior {
	font-size: 11px;
	text-align: justify;
	width: 100%;
	margin-bottom: 20px;
}

.DivLateralSuperior Span {
	font-size: 11px;
	font-weight: bold;
	color: #7ab53f;
	display:block;
	margin-bottom: 10px;
}

.DivLateralSuperior A:Link {
	color: #7ab53f;
	text-decoration: none;
}

.DivLateralSuperior A:Visited {
	color: #5f5f5f;
	text-decoration: none;
}

.DivLateralSuperior A:Hover {
	color: #5f5f5f;
	text-decoration: underline;
}

.DivLateralSuperior .SeparadorHorizontal{
	background-image: url(imagens/separador_horizontal.gif);
	background-repeat: repeat-x;
	width: 100%;
	display: block;
	height: 10px;
	border: 0;
	margin: 0;
	padding: 0;
}

.DivWebmail {
	border: 1px solid #d9d9d9;
	background-color: #f5f5f5;
	width: 100%;
	height: 100px;
	font-size: 11px;
	padding: 5px;
}

.DivWebmail Span {
	font-size: 11px;
	font-weight: bold;
	color: #7ab53f;
	display:block;
	margin-bottom: 10px;
}

.DivWebmail Form table{
	font-size: 11px;
}

.CampoTxt {
	font-size: 11px;
	width: 100%;
	border: 1px solid #d9d9d9;
}

.BotaoEnviar{
	font-size: 9px;
	font-weight: bold;
	background-color: #1377c2;
	border: 1px solid #f5f5f5;
	color: #fff;
	cursor: pointer;
}

.Clientes {
	width: 100%;
	margin-top: 20px;
}

.TrClientes {
	background-color: #f5f5f5;
	height: 100px;
}

.Titulo_Clientes {
	font-size: 11px;
	font-weight: bold;
	color: #7ab53f;
}

.TituloPagina {
	width: 150px;
	font-size: 11px;
	font-weight: bold;
	color: #1377c2;
}

.ConteudoTexto {
	font-size: 11px;
	font-weight: normal;
	color: #5f5f5f;
	padding: 15px;
	padding-top: 0;
}

.Rodape {
	font-size: 9px;
	color: #b7c4c7;
	letter-spacing: 1px;
	text-align: center;
}