body {
    background-color: #ffffff;
    font-size: 11px;
    font-family: Verdana, "Verdana CE",  Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    color: #265283; /*#000000;*/  
    margin: 10px;
    text-align: left; /* "rem�dio" para o hack do IE */
}
/*
h1 {
    font-family: Arial, "Arial CE", "Lucida Grande CE", lucida, "Helvetica CE", sans-serif;
    border-bottom: 1px solid #AFAFAF; 
    font-size:  16px;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    color: #D20005;
}*/
h1 {
    margin: 22px 0px 15px;
    padding-top: 0px;
    color: #2B6DB7;/*#259DC4;*/
    font-size: 18px;
    font-weight: normal;
    border-bottom: 1px solid #CCC;
}

h2 {
    margin: 22px 0px 15px;
    padding-top: 0px;
    color: #2B6DB7;/*#259DC4;*/
    font-size: 16px;
    font-weight: bold;
}

h3 {
    margin: 0px 0px 0px;
    padding-top: 0px;
    color: #2B6DB7;/*#259DC4;*/
    font-size: 14px;  
    font-weight: none;  
}

a:link, a:visited {
  color: #045491;
  font-weight : bold;
  text-decoration: none;
}

a:link:hover, a:visited:hover  {
  color: #045491;
  font-weight : bold;
  text-decoration : underline;
}

footer {
    text-align: center;
    color: #FFF;
    background-color: #369;
    clear: both;
    width: 100%;
    height: 13px;
    position: fixed;
    bottom: 0px;
    font-size: 10px;
	padding: 2px 0px 2px 0px;
	margin-bottom: 0px;

}

#flutuante {
 	width:700px; 
    height:500px;  
    position:absolute; 
    z-index:100; 
    top:50px; 
    margin-left:300px;
}

#pop{
display:none;
position:absolute;
background: red;
top:25%;
left:auto%;
padding:10px;
width:300px;
height:200px;
border:1px solid #d0d0d0}

.semBorda tr, .semBorda td {  
	border: none !important;  
	padding: 2px !important;
} 
.tituloPesquisa {
	font-size: 20px;
}
.moeda {
	text-align: right;
}
.alert-warning {
	font-size: 13px;
	padding: 15px;
    background-color: #FCF8E3;
    border-color: #FAEBCC;
    border: 1px solid !important;
	border-radius: 4px;
    color: #8A6D3B;
}
.div-login {
	padding: 15px 25px;
}
.div-botao {
	padding: 55px 75px;
}