body {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family:"Trebuchet MS",Tahoma,Arial,sans-serif;
	font-size: 14px;
	margin: 0;
	padding: 0;
	background: url(../imagens/bg.jpg) #E0E0E0 repeat-x;
}

#carrossel{
   width:510px;
   overflow:visible;
   margin:0 auto;
}

#carrossel ul{
   list-style:none;
}
#carrossel ul li{
   float:left;
   display:inline;
}

#carrossel2{
   width:510px;
   overflow:visible;
   margin:0 auto;
}

#carrossel2 ul{
   list-style:none;
}
#carrossel2 ul li{
   float:left;
   display:inline;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}

#LinkTitulos {
	font-size: 16px;
	font-weight: bold;
}


#DivLayout {
	display: table;
	margin: 5px auto;
	width: 600px;
	border: 1px solid #999999;
	background: #f7f7f7;
}

#DivLayoutTitulos {
	float:left;
	padding: 5px;
	line-height: 75px;
}

#DivLayoutDir {
	float: right;
	margin: 5px;
	font-weight: bold;
	font-size: 10px;
}

.CamposObrigatorios {
	border-left: #1D4E76 4px solid;
}

.obrigatorios {
	border-left: #1D4E76 4px solid;
}

.IndexTitulos{
	padding-left: 75px;
	padding-top: 20px;
	font-size: 16px;
	font-weight: bold;
}

.IndexTextos {
	padding-left: 75px;
	padding-top: 10px;
	margin: 2px;
}

.right{
	float: right;
	padding: 2px;
}

.Botao {
	background: #1D4E76;
	color: #FFFFFF;
	border: none;
	font-weight: normal;
	cursor:pointer;
} 

#menuh{
	color: #FFFFFF;
	text-decoration: none;
}

#menuh:hover{
	color: #1D4E76;
	text-decoration: none;
}

#menuv{
	color: #333333;
	text-decoration: none;
}

#menuv:hover{
	color: #1D4E76;
	text-decoration: none;
}

#transparente {		
	filter: alpha(Opacity=70);
	-moz-opacity: 0.7;
	opacity: .7;
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 0;
	display: none;
}

#Contem {
	position: absolute;
	width: 100%;
	padding-top: 25px;
	padding-bottom: 25px;
	z-index: 11;
	display: none;
}

#ExibeConteudo{
	margin: auto;
	display: none;
}

#Conteudo {
	padding: 5px;
}

#ExibeConteudo{
	width: 900px;
}

form{
	margin: 0;
	padding: 0;
}

select{
	border: #CCCCCC 1px solid;
	padding: 2px;
	font-size: 10px;
}

fieldset{
	color: #000000;
	border: #CCCCCC 1px solid;
	padding: 2px;
	font-size: 10px;
}

textarea{
	border: #CCCCCC 1px solid;
	padding: 2px;
	font-size: 12px;
	font-weight: bold;
}

input{
	border: #CCCCCC 1px solid;
	padding: 2px;
	font-weight: bold;
	font-size: 10px;
	background: url(../imagens/Input.gif);
}

.radio{
	border: none;
	padding: 2px;
	font-size: 10px;
	background: none;
}