/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFFFFF;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	vertical-align:top;
}
.td_top {
	padding: 0px;
	background-color: #a5acb0;
}

.td_footer td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	background-repeat: repeat-x;
	background-position: top;
	padding: 3px 0px;
	cursor: default;
	background-color: #a5acb0;
}
.link_english {
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #4B4B4B;
	text-decoration: none;
}
.link_english:hover {
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size: 11px;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.td_titulos {
	font-family: "Trebuchet MS", Arial, Verdana, "Times New Roman";
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	background-image: url(../imagens/fundo_titulos.gif);
	background-repeat: repeat-x;
	background-position: top;
	padding:10px 0px 10px 0px;
	cursor: default;
	vertical-align:top;
	height:100%;
}
.tdlateraistopo {
	background-repeat: repeat-x;
	background-position: left top;
}

td.content {
    height: 300px;
    vertical-align: top;
}

a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #990000;
	text-decoration: underline;
}


/*---------------- begin menu css style -----------------------------------*/

div.menuBar,
div.menuBar a.menuButton,
div.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

div.menu a.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
}

div.menuBar {
	background-color: #a5acb0;
	padding: 5px;
	text-align: center;
}

div.menuBar a.menuButton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: transparent;
	color: #FFFFFF;
	cursor: hand;
	left: 0px;
	margin: 1px;
	padding: 5px 5px;
	/*position: relative;*/
	text-decoration: none;
	top: -1px;
	z-index: 100;
}

div.menuBar a.menuButton:hover {
	background-color: transparent;
	color: #FFFFFF;
}

div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
	background-color: #1E2158;
	color: #FFFFFF;
	left: 1px;
	top: 1px;
}

div.menu {
	background-color: #FFFFFF;
	left: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	visibility: hidden;
	z-index: 101;
	border: 1px solid #808080;
}

div.menu a.menuItem {
	color: #000000;
	cursor: pointer;
	display: block;
	padding: 3px 1em;
	text-decoration: none;
	white-space: nowrap;
}

div.menu a.menuItem:hover, div.menu a.menuItemHighlight {
	background-color: #1E2158;
	color: #FFFFFF;
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
	margin-right: -.75em;
}

div.menu div.menuItemSep {
	border: 1px inset #e0e0e0;
	margin: 4px 2px;
}

/*---------------- end menu css style -----------------------------------*/
.separador {
	background-image: url(../imagens/separador.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.pictureleft {
	float: left;
	margin-left: 0px;
	margin-bottom:5px;
	margin-top: 0px;
	margin-right: 5px;
}
.pictureright {
	float: right;
	margin-left: 5px;
	margin-bottom:5px;
	margin-top: 0px;
	margin-right: 0px;
}
.tdlateraisfundo {
	background-repeat: repeat-x;
	background-position: left bottom;
}

/*------------- footer css ----------------*/
#address {
	height:60px;
	text-align:center;
	padding-top:10px;
}