body 
{
	background-image: url(body_bg.jpg);
	background-repeat: repeat-x;
	background-color: white;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;	
}
#container {position: absolute; left:50%; width:968px; margin-left: -484px;}
.wrapper { width: auto; display: block; clear: both; }
#shadelf {
	float: left;
	width: 14px;
	height: 500px;
	background: url('shade_lf.jpg') no-repeat;
}
#shadert {
	float: left;
	width: 14px;
	height: 500px;
	background: url('shade_rt.jpg') no-repeat;
}
#main {
	float: left;
	width: 940px;
}
#content {
	width: 920px;
	background-color: #fff;
	padding: 10px;
	min-height: 350px;
}
h1 {
	font-size: 14pt;
	color: #ff3300;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
h2 {
	font-size: 12pt;
	color: #232c33;
	font-weight: normal;
	margin: 0px 0px 10px 0px;
}
p, td, li, input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #333333;
}
a {
	text-decoration: none;
 	color: #0099ff;
}
a:hover {
	text-decoration: underline;
 	color: #0099ff;
}

/* Header */
.headlogo {
	float: left; width: 430px;
}
.headmnu {
	float: left; width: 500px; margin-top: 54px; color: #fff;
}
.navlf {
	float: left;
	height: 32px;
	width: 6px;
	background-image: url(nav_lf.jpg);
}
.navrt {
	float: left;
	height: 32px;
	width: 6px;
	background-image: url(nav_rt.jpg);
}
.nav {
	float: left;
	height: 24px;
	width: 488px;
	background-image: url(nav_bg.jpg);
	background-repeat: repeat-x;
	padding-top: 8px;
}
.nav a {
	font-size: 11pt;
	color: #fff;
	text-decoration: none;
}
.nav a:hover {
	font-size: 11pt;
	color: #fff;
	text-decoration: underline;
}
#banner {
	width: 920px;
	/*height: 226px;*/
	height: 206px;
	padding: 10px;
}

#footer {
	margin-left: 10px;
	margin-bottom: 10px;
}

.boxrelated {
	width: auto;
	border: solid 1px #ddd;
	margin: 10px;
	padding: 10px;
	background:  #f5f5f5;
}

.bloco {
	height:72px;
	background-color: #e1e9ee; 
	padding: 7px; 
	border-right: solid 1px #ccc; 
	border-bottom: solid 1px #ccc; 
	margin-bottom: 10px;
	line-height: 16pt;
}
.blocotit {
	color: #232323;
	font-size: 12pt;
	font-weight: bold;
}
.blocobt {
	float: left; vertical-align: middle; margin-right: 10px; 
}


.site1 {
	float: left; width: 93px; height: 70px; border: 0px; margin-bottom: 10px; margin-right: 10px;
}
.site2 {
	float: left; width: 93px; height: 70px; border: 0px; margin-bottom: 10px;	
}

.colleft {
	float: left;
	width: 250px;
	margin-right: 10px;
}
.coldata {
	float: left;
	width: 640px;
	margin-right: 10px;
}

.imbrd {
	border: solid 1px #999999;
}