/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body {height:100%;} 
body{
	background:url(../imgs/bg_index.jpg);
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
ul{
	list-style:none;
}
ul li {	padding: 0px 1px 1px 1px;}
h1{
	display:none;
}
#geral{
	background:url(../imgs/bg_geral.jpg);
	width:780px;
	margin:0 auto;
	overflow:visible;
	position:relative;
	min-height:100%;
	text-align:left;
}
* html #geral {height: 100%;}
#conteudo {padding-bottom:30px;}
#topo{
	background:url(../imgs/bg_topo.jpg) center top no-repeat;
	width:766px;
	height:255px;
	overflow:visible;
	float:left;
}
#menu { 
	background:url(../imgs/bg_menu.jpg) center top no-repeat;
	width:770px;
	height:59px;
	overflow:visible;
	float:left;
	text-align:center;
}
#menu_centro {
	width:700px;
	overflow:visible;
	float:right;
	height:59px;
	padding-top:8px;
}
#corpo {
	background:url(../imgs/bg_geral.jpg) center top no-repeat;
	width:766px;
	overflow:visible;
	float:left;
	text-align:right;
}
#texto {	
	width:690px;
	height:100%;
	text-align:left;
	overflow:hidden;
	float:right;
	background:#FFF;
	padding:10px;
}
#base {
	background:url(../imgs/bg_base.jpg) center top no-repeat;
	width:766px;
	height:40px;
	position:absolute;
	bottom:0;
}
.clear {clear:both;}

#base ul li p { padding:10px 5px 2px 25px; text-align:center; color:#FFF; }
label,  input {   
    display: block;   
    float: left;   
}   
label {    
    text-align: right;   
    width: 150px;   
    padding-right: 20px;   
    padding-bottom: 13px;   
}   
fieldset {   
    border: solid 0 #000;   
	padding-top:20px;
	padding-bottom:10px;
}   
br {   
    clear: left;   
}   
input {
	font-size: 12px;
	font-family: Arial;
	border: 1px solid #333;
	color: #333;
	font-weight: bold;
	padding:3px;
}  
select {	
    font-size: 12px;
	font-family: Arial;
	border: 1px solid #333;
	color: #3333;
	font-weight: bold;
}
Textarea{ 
    font-size: 12px;
	font-family: Arial;
	border: 1px solid #333;
	color:#333;
	font-weight: bold;
}
img {border:0;}

a:link {
	COLOR: #666; TEXT-DECORATION: none;
}

a:visited {
	TEXT-DECORATION: none;
}

a:active {
	TEXT-DECORATION: none;
}

a:hover {
	COLOR: #fff; TEXT-DECORATION: none;
}
a.branco:link {
	COLOR: #fff; TEXT-DECORATION: none;
}

a.branco:visited {
	COLOR: #fff; TEXT-DECORATION: none;
}

a.branco:active {
	COLOR: #fff; TEXT-DECORATION: none;
}

a.branco:hover {
	COLOR: #fff; TEXT-DECORATION: underline;
}
