@charset "utf-8";
/* CSS Document */

<!--

body{
	margin:						0px;
	padding:					0px;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
}

#layout{
	width:						783px;
	height:						auto;
	background-color:			#FFF;
	border:						1px;
	border-left-style:			solid;
	border-left-color:			#CCC;
	border-right-style:			solid;
	border-right-color:			#CCC;
}

#header_bg{
	float:						left;
	margin:						5px;
	width:						763px;
	height:						115px;
	background-image:			url(http://www.userp.org.br/imagens/header.jpg);
	background-repeat:			no-repeat;
}

#header{
	width:						763px;
	height:						115px;
	text-align:					center;
}

#banner{
	width:						648px;
	height:						60px;
	text-align:					right;
}

#menu_bg{
	float:						left;
	margin:						5px;
	width:						154px;
	height:						317px;
	background-image:			url(http://www.userp.org.br/imagens/menu_background.jpg);
	background-repeat:			no-repeat;
}

#menu{
	width:						140px;
	height:						200px;
	margin:						4px;
	font-size:					11px;
	text-align:					left;
}

#menu a:link{
	text-decoration:			none;
	color:						#000;
	font-weight:				bold;
}

#menu a:alink{
	text-decoration:			none;
	color:						#000;
	font-weight:				bold;
}

#menu a:visited{
	text-decoration:			none;
	color:						#000;
	font-weight:				bold;
}

#navbar_layout{
	width:						100%;
	height:						22px;
	background-image:			url(http://www.userp.org.br/imagens/navbar_background.jpg);
	background-position:		left;
	background-repeat:			no-repeat;
	background-attachment:		fixed;
	border:						none;
	text-align:					left;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					11px;
	font-weight:				bold;
	vertical-align:				middle;
	padding:					4px;
}

#navbar_layout a:link{
	text-decoration:			none;
	color:						#000;
}

#navbar_layout a:alink{
	text-decoration:			none;
	color:						#000;
}

#navbar_layout a:hover{
	text-decoration:			none;
	color:						#000;
}

#navbar_layout a:visited{
	text-decoration:			none;
	color:						#000;
}

#main{
	float:						left;
	margin:						5px;
	width:						592px;
	height:						auto;
	padding:					4px;
	border:						0px;
	border-style:				solid;
	border-color:				transparent;
	background-color:			transparent;
	font-size:					12px;
}

#main a:link{
	text-decoration:			none;
	color:						#000;
}

#main a:alink{
	text-decoration:			none;
	color:						#000;
}

#main a:visited{
	text-decoration:			none;
	color:						#000;
}

#main a:hover{
	text-decoration:			underline;
	color:						#000;
}

#livros_layout{
	width:						500px;
	height:						auto;
	text-align:					center;
	vertical-align:				middle;
	background:					none;
	border:						none;
	font-family:				Verdana, Arial, Helvetica, sans-serif;
	font-size:					11px;
	font-weight:				bold;
}

#livros_layout img{
	border:						3px;
	border-style:				solid;
	border-color:				#FFF;
}

#rodape_bg{
	vertical-align:				bottom;
	float:						left;
	margin:						5px;
	width:						763px;
	height:						33px;
	background-image:			url(http://www.userp.org.br/imagens/rodape_background.jpg);
	background-repeat:			no-repeat;
	padding-top:				10px;
}

#rodape{
	vertical-align:				middle;
	text-indent:				180px;
	text-align:					left;
	width:						763px;
	height:						auto;
	font-size:					10px;
	border:						none;
	background-color:			transparent;
}

.texto{
	text-align:					justify;
	font-size:					11px;
}

.indice{
	text-align:					justify;
	font-size:					11px;
}

#indice a:link{
	text-decoration:			none;
	color:						#000;
}

#indice a:alink{
	text-decoration:			none;
	color:						#000;
}

#indice a:visited{
	text-decoration:			none;
	color:						#000;
}

.titulo{
	font-size:					12px;
	font-weight:				bold;
}

.subtitulo{
	font-size:					11px;
	font-weight:				bold;
}

.fonte{
	font-size:					10px;
	text-align:					right;
	font-weight:				bold;
}

.voltar{
	font-size:					11px;
	font-weight:				bold;
	text-align:					right;
	color:						#00F;
}

.nolink{
	text-align: 				center;
	font-size:					11px;
	color:						#999;
}

.imagem{
	float:						left;
	border:						none;
	background-color:			transparent;
	padding-right:				5px;
}

#box_container{
	width:						500px;
	height:						auto;
	float:						left;
	background-color:			transparent;
	border:						none;
}

#box{
	float:						left;
	width:						240px;
	height:						auto;
	padding:					5px;
	background-color:			transparent;
	border:						none;
	vertical-align:				top;
}

#boxjornal{
	float:						left;
	width:						490px;
	height:						auto;
	padding:					0;
	background-color:			transparent;
	border:						none;
	vertical-align:				top;
	text-align:					center;
}

#minibanners{
	float:						left;
	width:						83px;
	height:						auto;
	background-color:			transparent;
	border:						none;
}

td.linha1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

td.linha2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color:#F3F3F3;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

td.datahora {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#FCF2E8;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

td.tema {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#BFE4F4;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

td.escala_th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	text-align:center;
	background-color:transparent;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

td.coluna_data {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	font-weight:bold;
	background-color:#E2F0F9;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

-->