/*  
CORES:
#e0e4e3 - cinza claro (fundo)
#708090 - cinza medio
#233039 - cinza escuro
#a4212a - vermelho
#e3dbaf - creme

*/
BODY {
	background-color: #e0e4e3;
	margin-top: 12px;
	margin-bottom: 12px;
	margin-left: auto;
	margin-right: auto;
	}
	
BODY, DIV, TABLE, TR, TD, P {
	font-family: Arial, Helvetica, san-serif;
	color: #000000;
	font-size: 10px;
	}
H1, H2, H3 {
	font-family: Arial, Helvetica, san-serif;
	}
/* header */
.header TD {
	text-align: left;
	background-color: #708090;
	color: #c2d4d7;
	font-size: 11px;
	vertical-align: top;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
.header TD B , .header TD A , .header TD A:visited {
	text-align: left;
	color: #ffffff;
	text-decoration: none;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
	
.header TD H1 {
	text-align: left;
	color: #ffffff;
	font-weight: normal; 
	font-size: 18px;
	display: inline;
	line-height: 18px;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
	
.header TD H2 {
	text-align: left;
	font-size: 13px;
	color: #ffffff;	
	font-weight: normal;
	line-height: 13px;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
	
.header TD.leftbkg {
	text-align: left;
	background-image: url(img/bkg_header.gif);
	background-repeat: repeat-y;
	background-position: 0 0;
	}
	
.address {
	font-size: 11px;
	color: #c2d4d7;
	text-transform: uppercase;
	position: absolute;
	top: 103px;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
.address B {color: #ffffff}
	
/* -------------------- header */	
#content {
	margin-top: 14px;
	}	
/* nav ------------------------- */
#nav {
	background-color: #708090;
	margin: 0px;	
	}
	
#nav A {
	text-decoration: none;
	}

#nav TD {
	padding: 0px;
	border-right: 3px solid #e0e4e3;
	background-color: #a4212a;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
#nav TD.otherlanguage {
	border-right: 0px;
	background-color: #708090;
	background-image: url(img/bkg_m_off.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}
#nav TD.selected A DIV {
	color: #435058;
	background-color: #ffffff;
	background-image: url(img/bkg_m_on.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}
	
#nav A:hover DIV {
	background-color: #000000;
	}
	
#nav TD.selected A:hover DIV {
	color: #ffffff;
	background-color: #000000;
	background-image: url(img/bkg_m_on.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	}	
	
#nav A DIV {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	padding: 6px 4px 7px 4px;
	background-image: url(img/bkg_m_off.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}




/* ------------------------- nav */
/* home ------------------------- */
#home {
	width: 720px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	}
	
#home H1 {
	font-size: 18px;
	color: #a4212a;
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	}
	
.boxE1 {
	background-color: #708090;
	color: #19242d;
	}
	
.boxE1 .boxpad12 {
	color: #FFFFFF;
	text-transform: uppercase;
	}

.boxE2 {
	background-color: #a4212a;
	background-image: url(img/bulletE1.gif);
	background-repeat: no-repeat;
	background-position: 184px 40px;
	min-height: 60px;
	}

.boxE2 .boxpad12 {
	color:#ffffff;
	}

.boxE1, .boxE2 {
	margin-bottom: 10px;
	font-size: 12px;
	}

.boxE2 .boxpad12 A {
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 14px;
	}

.boxE1 .boxpad12 UL {
	padding: 0;
	margin: 0;
	margin-top: 16px;
	}

.boxE1 .boxpad12 LI {
	list-style: none;
	background-image: url(img/bulletE1.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	padding-left: 20px;
	font-size: 17px;
	line-height: 24px;
	}

.boxE1 .boxpad12 LI A {
	color: #ffffff;
	text-decoration: none;
	}

.boxD1 {background-color: #d1c99d;}	
.boxD2 {background-color: #c2d4d7;}
.boxD3 {background-color: #e0e9eb;}	

.boxD1 A, .boxD2 A, .boxD3 A {
	text-decoration: none;
	font-size: 15px;
	color: #19242d;
	}

.boxD1, .boxD2, .boxD3 {
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	margin-bottom: 10px;
	display: block;
	min-height: 79px;
	} 
img.right {float: right;}

.boxpad12 {
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	padding: 12px;
	font-size: 12px;
	color: #708090;
	}
	
/* ------------------------- home */

#main {
	width: 720px;
	background-color: #ffffff;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 1px;
	}
	
#sectiontitle {
	text-align: left;
	background-color: #e3dbaf;
	margin-top: 5px;
	padding: 10px;
	color: #19242d;
	font-size: 30px;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	border-top: 4px solid #ffffff;
	border-bottom: 6px solid #ffffff;
	}
#main H1 {
	font-size: 18px;
	font-weight: normal;
	color: #ffffff;
	background-color: #a4212a;
	padding: 12px 9px;
	margin-top: 0px;
	margin-bottom: 20px;
	}
#main H2 {
	color: #a4212a;
	font-size: 16px;
	font-weight: normal;
	background-image: url(img/bkg_h2.gif);
	background-position: left bottom;
	background-repeat: repeat-x;
	padding: 2px;
	}
#submenu  {
	margin: 0px;
	padding: 0px;
	width: 180px;
	}

#submenu A {
	text-decoration: none;
	}
	
#submenu div {
	list-style-image: none;
	padding: 4px 6px;
	font-size: 12px;
	background-color: #e3dbaf;
	border-bottom: 1px solid #ffffff;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	} 
#submenu A div, #submenu A:VISITED div {
	text-decoration: none;
	color: #233039;
	text-transform: uppercase;	
	}
#submenu A:hover div, #submenu A:visited:hover div {
	text-decoration: none;
	color: #ffffff;
	background-color: #000000;
	text-transform: uppercase;	
	}
/* ------------------------- change in  submenu */

#submenu UL div {
	list-style-image: none;
	padding: 4px 6px;
	font-size: 12px;
	background-color: #e3dbaf;
	border-bottom: 1px solid #e3dbaf;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	} 

/* ------------------------- change in  submenu */


#textcontent {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 8px;
	padding-top: 6px;
	line-height: 18px;
	}
#textcontent H3 {
	text-align: left;
	color: #a4212a;
	font-weight: bold;
	}
#textcontent strong {
	text-align: left;
	color: #990000
	}
#textcontent A {
	text-align: left;
	color: #990000;
	}
#textcontent UL {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#textcontent UL LI {
	text-align: left;
	background-image: url(img/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
	}

#textcontent TABLE TH {
	text-align: left;
	background-color: #e3dbaf;
	text-align: left;
	color: #19242d;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	padding: 6px;
!	border-bottom: 3px solid #666666;
	}

#textcontent TABLE TD {
	text-align: left;
	padding: 6px;
	border-top: 0px solid #666666;
	}
#textcontent TABLE {
	text-align: left;
	border: 0px solid #666;
	}

/* variant of textcontent  in order to have tables with border */
#textcontent2 {
	text-align: left;
	padding-right: 30px;
	padding-bottom: 70px;
	padding-left: 8px;
	padding-top: 6px;
	line-height: 18px;
	}
#textcontent2 H3 {
	text-align: left;
	color: #a4212a;
	font-weight: bold;
	}
#textcontent2 strong {
	text-align: left;
	color: #990000
	}
#textcontent2 A {
	text-align: left;
	color: #990000;
	}
#textcontent2 UL {
	text-align: left;
	margin: 0px;
	padding: 0px;
	list-style: none;
	}
#textcontent2 UL LI {
	text-align: left;
	background-image: url(img/bullet_red.gif);
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 16px;
	}

#textcontent2 TABLE TH {
	text-align: left;
	background-color: #e3dbaf;
	text-align: left;
	color: #19242d;
	font-size: 14px;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	padding: 6px;
	}

#textcontent2 TABLE TD {
	text-align: left;
	padding: 6px;
	border-top: 1px solid #666666;
	}
#textcontent2 TABLE {
	text-align: left;
	border: 1px solid #666;
	}

/* end of variant of textcontent2

/* footer ------------------------- */
#footer {
	text-align: left;
	margin-bottom: 10px;
	}
#footer TD {
	text-align: left;
	font-family: 'Trebuchet MS', Arial, Helvetica, san-serif;
	font-size: 11px;
	color: #a9adb1;
	padding-top: 16px;
	}
#footer TD A, #footer .footer-contact {
	text-align: left;
	text-transform: uppercase;
	color: #990000;
	font-weight: bold
	}
.update {
	text-align: left;
	font-size: 10px;
	color: #19242d;
	}

/* ------------------------- footer */
