* { 
	margin:0;
	padding:0;
	font:10px Verdana;
}
body {
	font:10px Verdana;
	color:#000;
	margin:0;
	padding:0;
	line-height: 12px;
	background: #f2f8fc url("../images/bg_ceuazuln.jpg") top left no-repeat;
	}
	
h2 {
	padding: 8px;
	margin-left: 4px;
	font-size: 14px;
	font-weight: bold;
}

a {
	color: #000;
	text-decoration: underline;
	font-size: 9px;
}

INPUT.BOTAO
{
	height: 28px;
	font-weight: bold;
	border-top: 1px solid #f1f6fb;
	border-right: 1px solid #bdc7d0;
	border-bottom: 1px solid #a1acb6;
	border-left: 1px solid #e7f0f8; 
	padding: 0;
    BACKGROUND: url("../images/bg_input.gif") top left repeat-x;
    COLOR: #000;
	font-size: 10px;
	font-family: "Verdana";
}
TD
{
    MARGIN-LEFT: 12px;
    MARGIN-RIGHT: 12px;
	padding: 4px;
}

.rodape
{
    COLOR: #000066;
    BACKGROUND-COLOR: #dfe6ee;
    TEXT-DECORATION: none
}
.titulo1
{
	/*background: url("../images/tit_simulador.jpg") top left no-repeat;*/
	text-indent: -1500px;
	margin-left: 20px;
	margin-top: 10px;
	width: 295px;
	height: 44px;
}
.titulo2
{
    FONT-WEIGHT: bold;
    MARGIN-LEFT: 10px;
    MARGIN-RIGHT: 0px;
	font-size: 10px;
	color: #012c8e;
}
.subTitulo
{
    FONT-WEIGHT: bold;
    MARGIN-LEFT: 0px;
    COLOR: #57668a;
    MARGIN-RIGHT: 0px;
}
.tabela
{
    COLOR: #0b2e65;
    BACKGROUND-COLOR: #f8fbff;
	margin-left: 20px;
}

.tabela_parcelas
{
    COLOR: #fff;
    BACKGROUND-COLOR: #f8fbff;
	color: #000;
}

.tabela_parcelas td {
	padding: 2px;
	}

.parcelas_titulo {
	font-weight: bold;
}
.mensagem
{
    FONT-WEIGHT: bold;
    MARGIN-LEFT: 0px;
    COLOR: #0b2e65;
    MARGIN-RIGHT: 0px;
	text-align:center
}
.TEXT
{
    border: thin groove;
    COLOR: darkslateblue;
	font-size: 10px;
	
}
			@media print
			{
				.VisualizarNaImpressao 
				{			
					visibility:hidden;
					width: 1px;
					height: 1px;

				}		
			}
			@media screen
			{
				.VisualizarNaImpressao
				{
					visibility:show;
								
				}
			
			}