html{
	overflow: -moz-scrollbars-vertical;
}

.BgTop01{
	background-image: url(../images/bg_Top01.gif)
}
.BgBottom01{
	background-image: url(../images/bg_bottom01.gif)
}

.copy{
	color: #999999;
	font-family: verdana;
	font-size: 9px;
	text-decoration: none;
}
.copy:hover{
	color: #999999;
	text-decoration: underline;		
}

INPUT.textlaranja{
	border-top: #FFFFFF 1px solid;
	border-bottom: #FFFFFF 1px solid;
	border-right: #FFFFFF 1px solid;
	border-left: #FFFFFF 1px solid;
	color: #F56130;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;
}

.textj{
	color: #666666;
	font-family: arial;
	font-size: 11px;
	text-align: justify;
	text-decoration: none;		
}

.text{
	color: #666666;
	font-family: arial;
	font-size: 11px;
	text-decoration: none;		
}

.textb{
	color: #666666;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;		
}

.link{
	color: #666666;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;		
}
.link:hover{
	color: #666666;
	text-decoration: none;		
}

.titulop{
	color: #F56130;
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;		
}

.tituloPag{
	color: #F56130;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;		
}

.TitLaranja{
	color: #F56130;
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;		
}
.TitLaranja:hover{
	color: #F56130;
	text-decoration: underline;		
}

.textlink{
	color: #F56130;
	font-family: arial;
	font-size: 11px;
	text-decoration: underline;		
}
.textlink:hover{
	color: #F56130;
	text-decoration: none;		
}

.textc{
	color: #999999;
	font-family: arial;
	font-size: 10px;
	text-decoration: none;		
}

.CampoObrigatorio{
	color: #F56130;
	font-family: verdana;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;		
}

INPUT.text{
    border-top: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
	border-right: #CFCFCF 1px solid;
	border-left: #CFCFCF 1px solid;
	color: #999999;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
}

INPUT.text6{
    border-top: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
	border-right: #CFCFCF 1px solid;
	border-left: #CFCFCF 1px solid;
	color: #666666;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;
}

TEXTAREA{
    border-top: #CFCFCF 1px solid;
	border-bottom: #CFCFCF 1px solid;
	border-right: #CFCFCF 1px solid;
	border-left: #CFCFCF 1px solid;
	color: #666666;
    font-size: 11px;
    font-family: arial;
    text-decoration: none;

}

INPUT.botao{
	border-bottom: thin;
	border-top: thin;
	border-left: thin;
	border-right: thin;
	padding: 0px 2px 0px 2px;
    background-color: #F56130;
    font-size: 10px;
    font-family: verdana;
    font-weight: bold;
    color: #FFFFFF;    
    cursor: pointer;    
}

