body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px; padding: 0px; border: 0px;
}

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size:13px;
	background: #c9bdb2 url(../imgs/background_bottom.jpg);
	margin: 0px; padding: 0px; border: 0px;
	height:100%;
}

#page-wrap {
	height: 577px;
	background: url(../imgs/background_top.jpg) center top;
	
}

.dados_livro_titulo {
    color: #9E0B0E;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
	
.dados_livro_negrito {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 14px;
	}
	
.dados_livro {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	
.busca {
	color: #000000;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	}
	
.paginacao_negrito {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	}
	
.paginacao_red {
	font-family: Arial, Helvetica, sans-serif; 
    color: #FF0000; 
	font-weight: bold; 
	font-size: 14px; 
	}
.paginacao {
    color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
.link {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #2456AD;
	text-decoration: none;
}

.link:hover {	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #539BCD;
	text-decoration: none;
}
	
/* A classe "INPUT01" será usada nos campos tipo Text "Default" */
	input {
	FONT-FAMILY: Arial, Verdana, Helvetica;
	BACKGROUND-COLOR:#FFFFFF; 
	COLOR:#000000; 
	FONT-SIZE:11px; 
	BORDER:SOLID 1px #2F2165}
	
	/* A classe "INPUT01" será usada nos campos tipo Text "Default" */
	textarea {
	FONT-FAMILY: Arial, Verdana, Helvetica; 
	BACKGROUND-COLOR:#FFFFFF; 
	COLOR:#000000; 
	FONT-SIZE:11px; 
	BORDER:SOLID 1px #2F2165
	}
	
#cem {  
    height:100%;
	BACKGROUND-COLOR:#eeeeee; 
}
/* TEXTOS */

	/* A classe "txtbranco" */
	.txtbranco	{COLOR: #ffffff}
	
	/* A classe "txtbranco" */
	.txtbranco01	{COLOR: #ffffff;}
	
	/* A classe "txtpreto" */
	.txtpreto	{COLOR: #000000}
	
	/* A classe "txtvermelho" */
	.txtvermelho	{COLOR: #9E0B0E}
	
	/* A classe "txtverde" */
	.txtverde	{COLOR: #62E1AA}
	
	/* A classe "txtverde" */
	.txtverde01	{COLOR: #009D4B}
	
	/* A classe "txtverde" */
	.txtverde02	{COLOR: #009D4B;}

	
	
	
/* LINKS */

	/* Esta classe é a DEFAULT para todos os links sem CLASS */
	A:link    {COLOR: #025499; text-decoration: none}
	A:visited {COLOR: #025499; text-decoration: none}
	A:active  {COLOR: #025499; text-decoration: none}
	A:hover   {COLOR: #519CDB; text-decoration: none}
	
	/* A classe "lbranco" */
	A.lbranco:link    {COLOR: #ffffff; FONT-SIZE: 12px; text-decoration: none;}
	A.lbranco:visited {COLOR: #ffffff; FONT-SIZE: 12px;text-decoration: none;}
	A.lbranco:active  {COLOR: #ffffff; FONT-SIZE: 12px;text-decoration: none;}
	A.lbranco:hover   {COLOR: #FFFF00; FONT-SIZE: 12px;text-decoration: none;}
	
	
	/* A classe "lcinza" */
	A.lcinza:link    {COLOR: #F5F5F5; FONT-SIZE: 12px; text-decoration: none;}
	A.lcinza:visited {COLOR: #F5F5F5; FONT-SIZE: 12px;text-decoration: none;}
	A.lcinza:active  {COLOR: #F5F5F5; FONT-SIZE: 12px;text-decoration: none;}
	A.lcinza:hover   {COLOR: #C1C0BF; FONT-SIZE: 12px;text-decoration: none;}	
	
	/* A classe "lpreto" */
	A.lpreto:link    {COLOR: #000000; FONT-SIZE: 12px; text-decoration: none;}
	A.lpreto:visited {COLOR: #000000; FONT-SIZE: 12px;text-decoration: none;}
	A.lpreto:active  {COLOR: #000000; FONT-SIZE: 12px;text-decoration: none;}
	A.lpreto:hover   {COLOR: #790000; FONT-SIZE: 12px;text-decoration: none;}
	
	/* A classe "lpreto" */
	A.lverde:link    {COLOR: #009D4B; FONT-SIZE: 12px; text-decoration: none;}
	A.lverde:visited {COLOR: #009D4B; FONT-SIZE: 12px;text-decoration: none;}
	A.lverde:active  {COLOR: #009D4B; FONT-SIZE: 12px;text-decoration: none;}
	A.lverde:hover   {COLOR: #000000; FONT-SIZE: 12px;text-decoration: none;}
	
	#altura {  
	min-height:100%;  
	height:auto;
	}