/* CSS Document */
img{
border:0;
}
form{
margin: 0;
}
body{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
margin: 0;
}
.conteudo{
margin-top:0px;
}
.imgBorder{
border:solid #CCCCCC 1px;
}
.backg_cinza{
/*background-color:#E5E5E5;*/
background-color:#F0F0F0;
}

.Fonte12{
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color:#666666;
/*font-weight:bold;*/
}
.Fonte12 a {
color: #666666;
text-decoration: none;
}
.Fonte12 a:hover {
color: #666666;
text-decoration: underline;
}
.Fonte8{
font-family: Arial, Helvetica, sans-serif;
font-size: 8px;
color:#cc0000;
/*font-weight:bold;*/
}
.Fonte10{
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color:#666666;
/*font-weight:bold;*/
}
.Fonte10 a {
color: #666666;
text-decoration: none;
}
.Fonte10 a:hover {
color: #666666;
text-decoration: underline;
}
.Fonte{
font-family: Tahoma, Georgia, Arial;
font-size: 11px;
color:#666666;
}
.Fonte a {
color: #666666;
text-decoration: none;
}
.Fonte a:hover {
color: #666666;
text-decoration: underline;
}
.FonteV{
font-family: Tahoma, Georgia, Arial;
font-size: 11px;
color:#cc0000;
}
.FonteV a {
color: #cc0000;
text-decoration: none;
}
.FonteV a:hover {
color: #cc0000;
text-decoration: underline;
}
.campo_botao{
font-family: Tahoma, Georgia, Arial;
font-size: 11px;
float:right;
}
.Alerta{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: dimgray;
	background-color: #FFFFCC;
}
.Formulario{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color: dimgray;
	background-color: #efefef;
}
.campo_alerta{
font-family: Tahoma, Georgia, Arial;
font-size: 11px;
color: #666666;
background-color: #efefef;
}
.campos_formulario{
font-family: Tahoma, Georgia, Arial;
font-size: 11px;
color: #666666;
background-color: #F9F9F9;
}
.campos_qtd{
font-family: Tahoma, Georgia, Arial;
font-size: 11px;
color: #666666;
background-color: #FFFFFF;
}
#popup {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
z-index:10;
display:none;
}