html {
}

body { 
	background: #ffffff;
	margin: 0px 0px 0px 0px;
	font-family: Tahoma, Verdana, Helvetica, Sans-serif;
	background-image:url(images/body_bg.gif);
	background-repeat:repeat-y;
}

form { 
	padding: 0px;
	margin: 0px;
}

a{
	color: #305694;
	text-decoration: underline;
}

a:hover{
	color: #6883BA;
	text-decoration: underline;
}

input, textarea, select, radio {
	font-family: Arial;
	font-size: 12px;
	border: 1px solid #2B5887;
	background-color: #ffffff;
	padding: 1px;
	color: #000000;
	overflow: auto;
        margin: 0px 0px 2px 0px;
}

h1 {
	color: #2B5887;
	text-decoration: none;
	font-size: 2em;
	font-weight: bold;
	margin: 0px;
	padding-bottom: 15px;
}

h2 {
	color: #2B5887;
	text-decoration: none;
	font-size: 12px;
    font-weight: bold;
	margin: 0px;
	padding-bottom: 5px;
	padding-top: 10px;
}


#container {
	width: 100%;
	float: left;
	height:auto !important;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-image:url(images/container_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
}

#site {
	float: left;
	width: 765px;
	padding: 0px 0px 0px 0px;
	height:auto !important;
}

#header {
	float: left;
	width: 765px;
	padding: 0px 0px 0px 0px;
	height:63px;
	background-image:url(images/header_bg.gif);
	background-position:top left;
	background-repeat:no-repeat;
}

#logo {
	float: left;
	width: 136px;
	padding: 0px 0px 0px 0px;
	height:63px;
	cursor:pointer;
}

#brasil {
	float: right;
	width: 230px;
	padding: 0px 0px 0px 0px;
	height:63px;
	cursor:pointer;
}

#catalog {
	float: left;
	width: 270px;
	padding: 0px 0px 0px 0px;
	height:40px;
	border: 0px solid #ff0000;
	cursor: pointer;
}

#frame {
	float: left;
	width: 765px;
	padding: 0px 0px 0px 0px;
	height:auto !important;
}

#navigation {
	float: left;
	width: 136px;
	padding: 0px 0px 0px 0px;
	height:auto !important;
}

#navbar ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

#navbar ul li{
	border-bottom: 0px solid #ffffff;
}

#navbar ul li.level_1 a{
	display:block;
	text-decoration: none;
	color: #2A4288;
	padding: 8px 0px 8px 9px;
/*	background-color: #FFCC00; */
	background-color: white; 
	font-weight: bold;
	background-image:url(images/nav_bg_off.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:12px;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
}


#navbar ul li.level_2 a{
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #001D40;
	padding: 4px 0px 3px 18px;
	background-color: #89A5D5;
	background-image:url(images/subnav_bg_off.gif);
	background-repeat:no-repeat;
	background-position:top left;
	font-size:11px;
	margin: 0px;
}

#navbar ul li.level_1 a.active, #navbar ul li.level_1 a:hover {
	display:block;
	text-decoration: none;
	color: #ffffff;
	padding: 8px 0px 8px 9px;
	background-color: #305694;
	background-image: none;
	font-weight: bold;
	margin: 0px;
	border-bottom: 1px solid #ffffff;
}

#navbar ul li.level_2 a.active, #navbar ul li.level_2 a:hover {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color: #ffffff;
	padding: 4px 0px 3px 18px;
	background-color: #6883BA;
	background-image: none;
	font-size:11px;
	border-bottom: 0px solid #ffffff;
	margin: 0px;
}

#meta {
	float: left;
	width: 126px;
	padding: 20px 10px 0px 0px;
	height:auto !important;
        text-align: right;
}

#content {
	float: left;
	width: 627px;
	padding: 0px 0px 0px 0px;
	height:auto !important;
	border-left: 1px solid #ffffff;
}

#content_header_content_home {
	float: left;
	width: 299px;
	padding: 180px 0px 15px 328px;
	height:73px;
	background-image:url(images/content_header_home_bg.png);
	background-repeat:repeat-x;
}

#content_header_content {
	float: left;
	width: 612px;
	padding: 43px 15px 15px 0px;
	height: 48px;
	background-image:url(images/content_header__bg.gif);
	background-repeat:repeat-x;
	text-align:right;
}
#content_header_content h1 {
	opacity: 0.70;
	filter: alpha(opacity=70);
	font-size:38px;
	color: #ffffff;
	font-weight:normal;
}

#content_text {
	float: left;
	width: 381px;
	padding: 0px 10px 0px 30px;
	min-height: 400px;
	height:auto !important;
 	height: 400px;
	color: #666666;
	font-size:11px;
}

#content_text_home {
	float: left;
	width: 413px;
	padding: 0px 10px 0px 0px;
	min-height: 400px;
	height:auto !important;
 	height: 400px;
	color: #666666;
	font-size:11px;
}

#content_text_large {
	float: left;
	width: 593px;
	padding: 0px 4px 0px 30px;
	min-height: 400px;
	height:auto !important;
 	height: 400px;
	color: #666666;
	font-size:11px;
}

#content_text_large_home {
	float: left;
	width: 624px;
	padding: 0px 4px 0px 0px;
	min-height: 400px;
	height:auto !important;
 	height: 400px;
	color: #666666;
	font-size:11px;
}

#content_sidebar {
	float: left;
	width: 200px;
	padding: 0px 4px 0px 0px;
	height:auto !important;
}

#content div.case {
	float: left;
	width: 80%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px; 
	height:auto !important;
	border: 1px solid #B7C4DA;
	background-color: #E8EDF8;
}

#content div.case div.body {
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 10px 10px 10px 10px; 
	height:auto !important;
	border: 0px solid #B7C4DA;
}


#content div.box {
	float: left;
	width: 100%;
position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px; 
	height:auto !important;
	border: 1px solid #cccccc;
	background-color: #F0F0F0;
	background-image:url(images/box_title_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#content div.box div.title {
	float: left;
	padding: 4px 10px 4px 10px;
	height:auto !important;
	color: #ffffff;
	font-size:14px;
	font-weight: bold;
}

#content div.box div.body {
	float: left;
	padding: 10px 10px 10px 10px;
	height:auto !important;
	color: #666666;
	font-size:11px;
	font-weight: normal;
}

#content div.box_white {
	float: left;
	width: 100%;
position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px; 
	height:auto !important;
	background-image:url(images/box_title_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#content div.box_white div.title {
	float: left;
	padding: 4px 10px 4px 10px;
	height:auto !important;
	color: #ffffff;
	font-size:14px;
	font-weight: bold;
}

#content div.box_white div.body {
	float: left;
	padding: 10px 10px 10px 10px;
	height:auto !important;
	color: #666666;
	font-size:11px;
	font-weight: normal;
}



.home_title{


	height:auto !important;
	color: #ffffff;
	font-size:12px;
	font-weight: bold;
	background-color: #B7C4DA;

}

#footer {
	float: left;
	width: 598px;
	padding: 5px 0px 0px 0px;
	margin:  10px 0px 0px 30px;
 	height: 20px;
	color: #cccccc;
	font-size:11px;
	border-top: 1px solid #cccccc;
}
* html #footer {
	margin:  10px 0px 0px 15px;
}

#footer a{
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover{
	color: #305694;
	text-decoration: none;
}

#contrexx {
	float: left;
	width: 528px;
	padding: 0px 0px 0px 0px;
 	height: 20px;
	background-image:url(images/contrexx_bg.gif);
	background-repeat:no-repeat;
	background-position:right top;
	cursor:pointer;
}

div.search {
	float: left;
	width: 100%;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 15px 0px; 
	height:auto !important;
	background-color: #FFCC00;
}

div.search div.title {
	float: left;
	padding: 4px 10px 4px 10px;
	height:auto !important;
	color: #305694;
	font-size:14px;
	font-weight: bold;
}


div.search div.body {
	float: left;
	position:relative;
	margin: 5px 0px 10px 10px; 
	height:auto !important;
}

* html div.search div.body {
	margin: 5px 0px 10px 5px; 
        padding: 0px 0px 10px 0px;
}


*+html div.search div.body {
        padding: 0px 0px 10px 0px;
}


div.box_clear {
	float: left;
	width: 100%;
	position:relative;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px; 
	height:auto !important;
}

.newsTable img {
	width: 100px;
}
