

body{
	background-color: #c6c6c6;
	margin: 0 0 0 0;
	color: #000000;
}

ul{
	margin: 0;
	padding: 0;
}

img{
	border: 0;
}

a{
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #000;
	text-decoration: underline;
}

p.mais{
	text-align: right;
}

p.mais a{
	color: #de422c;
	background-image: url(../img/DE422C_Bullet.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 10px;
	text-decoration: none;
}
p.mais a:hover{
	color: #de422c;
	text-decoration: underline;
}



a.title, a.title:visited {
	color: #083a81;
	font-weight: bold;
	text-decoration: underline;
}

a.title:hover {
	color: #000000;
}



/* Structure BEGIN */

/* Page */

#wrapper {
	width: 100%;
}
#page_table{
	text-align: left;
	width: 49.8em;/*799px;*/
}
#left_border {
	width: 0.6em;/*6px;*/
	background-image: url(../img/bgLeft.gif);
	background-position: left;
	background-repeat: repeat-y;
}
#right_border {
	width: 0.6em;/*6px;*/
	background-image: url(../img/bgRight.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#page_wrapper {
	width: 65.5em;/*734px;*/
	margin: 16px 24px 28px 29px;
	background-color:#fff;
	position: relative;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
}

#bottom_border{
	height: 6px;
	background-image: url(../img/bgBottom.gif);
	background-position: bottom;
	background-repeat: repeat-x;
}
#bottom_border_left{
	height: 6px;
	background-image: url(../img/bgBottomLeft.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#bottom_border_right{
	height: 6px;
	background-image: url(../img/bgBottomRight.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/* Header */

#header #top_links {
	position: absolute;
	top: 28px;
	right: 5px;
}
#header #top_links ul {
	list-style-type: none;
}
#header #top_links ul li {
	float: left;
	margin-left:10px;
	/*background-image: url(../img/topLinkSelector.gif);*/
	font-size: 12px;
	font-weight: bold;
}
#header #top_links ul li a {
	padding-left: 25px;
	line-height: 18px;
	display:block;
}

#header #top_links ul #top_link_home a{
	background-image: url(../img/icoHome22.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#header #top_links ul #top_link_contato a{
	background-image: url(../img/icoEMail22.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#header #top_links ul li a{
	color: #000000;
	text-decoration: none;
}
#header #top_links ul li a:hover{
	color: #222;
	text-decoration: underline;
}


#header #top_menu {
	height: 4.0em;/*45px;*/
	background-color: #0b57b4;
	background-image: url(../img/topMenuBg.gif);
	background-position: bottom;
	background-repeat: repeat-x;
	margin: 9px 0 0 0;
}

#header #top_menu ul {
	height: 4.0em;/*45px;*/
	width: 65.5em;/*734px;*/
	background-image: url(../img/topMenuBgRight.gif);
	background-position: right;
	background-repeat: no-repeat;
	list-style-type: none;
}

#header #top_menu ul li{
	height: 4.0em;/*45px;*/
	width: 10.88em;/*122px;*/
	float: left;
	background-image: url(../img/topMenuDelimiter.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#header #top_menu ul li.first-item{
	background-image: url(../img/topMenuBgLeft.gif);
	background-position: left;
	background-repeat: no-repeat;
}

#header #top_menu ul li a{
	background-repeat: no-repeat;
	display: block;
	height: 2.8em;/*30px;*/
	_height: 2.7em;/*45px;*/
	width: 10.88em;/*122px;*/
	padding: 15px 0 0 0;
	color: #fff;
	font-size: 1.0em;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#header #top_menu ul li.first-item a{
	background-image: none;
}
#header #top_menu ul li.first-item a:hover{
	background-image: url(../img/topMenuBgGrey.gif);
}
#header #top_menu ul li.red a{
	background-image: none;
}
#header #top_menu ul li.red a:hover{
	background-image: url(../img/topMenuBgRed.gif);
}
#header #top_menu ul li.blue a{
	background-image: none;
}
#header #top_menu ul li.blue a:hover{
	background-image: url(../img/topMenuBgBlue.gif);
}
#header #top_menu ul li.orange a{
	background-image: none;
}
#header #top_menu ul li.orange a:hover{
	background-image: url(../img/topMenuBgOrange.gif);
}
#header #top_menu ul li.purple a{
	background-image: none;
}
#header #top_menu ul li.purple a:hover{
	background-image: url(../img/topMenuBgPurple.gif);
}
#header #top_menu ul li.green a{
	background-image: none;
}
#header #top_menu ul li.green a:hover{
	background-image: url(../img/topMenuBgGreen.gif);
}

#bottom{
	background-image: url(../img/bottomBg.gif);
	background-repeat: repeat-x;
	color: #fff;
	height: 35px;
	_height: 60px;
	padding: 25px 0 0 20px;
	clear: both;
}

/* Structure END */


