body {
	margin:0;
	padding:0;
	text-align:center;
	background: white url(img/bkg_site.jpg) repeat-x left top;
}

body, table, p {
	font: normal 11px "Microsoft Sans Serif",Arial;
	color: #666;
}

h1 {
	font-size:16px;
}

img {
	border:0;
}

a {
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#body-container {
	margin: 0 auto;
	width:802px;
	background: white url(img/bkg_body.jpg) repeat-y center top;	
	text-align:left;
}

#footer-bkg {
	margin: 0 auto 20px auto;
	width:802px;
	height:8px;
	background: white url(img/bkg_bot_body.jpg) no-repeat center top;
}

#header {
	width:100%;
	height:140px;
}

#inner-header {
	position:relative;
	width:790px;
	height:145px;
	margin: 0px auto;
	background: transparent url(img/bkg_top_body.jpg) no-repeat center bottom;
	font: bold 13px "Microsoft Sans Serif",Arial;
	color:white;
}

#inner-header ul {
	margin:0;
	padding:0;	
	float:right;
	padding-top:92px;
}

#inner-header ul li {
	list-style-type:none;
	display:inline;
	padding: 0 10px;
}

#inner-header a {
	color:white;
}

#logo {
	position:absolute;
	top:2px;
	left:25px;
}

.item-news {
	border: 1px solid #e9e9e9;
	background-color:#f2f2f2;
	margin: 2px 0;
}

.item-news h3 a {
	font: bold 16px "Microsoft Sans Serif",Arial;
	color: #278EFE;
	margin-bottom:0;
	text-decoration:none;
}

.item-news h3 a:hover {
	text-decoration:underline;
	color: #278EFE;
	background-color:white;
}

.item-news .author {
	margin-top:0;
}

.item-news .desc {
	font: normal 11px Georgia, "Times New Roman", Times, serif;
}

.item-news .code {
	font: normal 10px Arial;
	color:#0C4D85;
}

.item-news a {
	font: normal 10px "Microsoft Sans Serif", Arial, Helvetica, sans-serif;
	color:red;
	text-decoration:none;
	padding:2px;
}

.item-news a:hover {
	background-color:red;
	color:white;
}

.blue {
	color:#0C4D85;
}

.title {
	font-family: "Microsoft Sans Serif",Arial;
	color: #239CB6;
	background-color:#f1f1f1;
	border-top: solid 1px #f7f7f7;
	border-bottom: solid 1px #f7f7f7;
	padding-left:10px;
}

.readmore {
	padding: 2px 10px;
}

#past-articles {
	background-image: url(img/past_articles_ico.jpg);
	background-repeat:no-repeat;
	background-position: right bottom;
	height:106px;
	padding:15px;
}

#past-articles ul {
	list-style-image:url(img/bullet1.jpg);
	margin-bottom:30px;
}

#past-articles ul li{
	margin: 5px 0;
}

#past-articles ul li a {
	font: normal 12px "Microsoft Sans Serif",Arial;
	color:#3B75BA;	
	text-decoration:none;
}
#past-articles ul li a:hover {
	text-decoration:underline;
	background-color:transparent;
}

#past-articles h2 a {
	font: bold 20px "Microsoft Sans Serif",Arial;
	color: #666;	
	text-decoration:none;
	background-color:white;
	border: 1px solid #ccc;
	padding:5px;
}

#past-articles h2 a:hover {
	color: #666;	
	background-color:transparent;
}

td.titlebar-pattern {
	background:transparent url(img/past_articles_title_m.jpg) repeat-x left;
}

.return {
	background:#f1f1f1 url(img/back.jpg) no-repeat left top;
	padding-left:45px;
	text-align:left;
}

.return a {
	font: bold 11px "Microsoft Sans Serif",Arial;
	color: black;
	text-decoration:none;
}

.return a:hover {
	text-decoration:underline;
}
/************************************************************************************************/
#paginador {
	width: 100%;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	overflow: visible;
}
#paginador ul, #paginador li {
	display: inline;
	/*float: left;*/
	margin: 0px;
	padding: 0px;
	
	text-align: center;

	border-top-width: 0px;
	border-bottom-width: 0px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	border-left-color: #666666;
}
#paginador li {
	padding: 0px 10px;
}
#paginador li a {
	font-weight: normal;
}
#paginador li a:link, #paginador li a:visited, #paginador li a:active {
	font-weight: normal;
	color: #0033FF;
}
#paginador li a:hover {
	font-weight: normal;
	color: #1E3F96;
}
