﻿*
{
	
}
.bg
{
	background-image:url('../images/bg.jpg');
}
body
{
	background-image:url('../images/bg.jpg');
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	background-color:#CCC;
}
.conteudo
{
	background-color:#FFF;
	position:absolute;
	width:766px;
	/*height:600px;*/
	
	top:0px;
	left:50%;
	margin-left:-383px;
}
.cabecalho
{
	position:relative;
	background-color:#FFF;
	height:95px;
	width:766px;
	left:50%;
	margin-left:-383px;
	top:0px;
}
.cabecalhoLogo
{
	background-image:url('../images/logo.jpg');
	position:absolute;
	left:0px;
	top:3px;
	width:290px;
	height:92px;
}
.menuLinhaPequena
{
	position:relative;
	height:5px;
	background-color:#211f24;
	width:766px;
	/*top:95px;*/
}
.menuLinhaNormal
{
	position:relative;
	height:48px;
	background-color:#302e33;
	width:766px;
	/*top:97px;*/
	z-index:6;
}
.imagemPc
{
	position:relative;
	/*background-image:url(../images/pc.jpg);*/
	width:766px;
	height:203px;
	/*top:145px;*/
	z-index:5;
}
.Copyright 
{
	position:absolute;
	background-color:#333;
	color:#FFF;
	height:30px;
	width:766px;
	bottom:-30px;
}
.CopyrightTexto
{
	position:absolute;
	top:10px;
	width:370px;
	left:50%;
	margin-left:-185px;
	text-align:center;
}
.ConteudoTexto
{
	position:absolute;
	width:766px;
	top:360px;
}
.BordaTabelaPontilhado
{
	border-right-style:dotted;
	border-width: 1px; 
	border-color:#000;
}
a
{
	color:Blue;
	text-decoration:none;
}
a:hover
{
	color:Blue;
	text-decoration:underline;
}
.Pontos
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333
}
.formulario {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #C1C1C1;
}