body {
	
	font:11px/1.2em tahoma, Arial, Helvetica, sans-serif;
	background-image: url('/web/img_layout/back_ground.jpg');
	background-repeat: no-repeat;
	background-position: center top;
	background-color: ;
	width: 100%;
	height: 100%;
}
	
	
.texto-base {
	color: ##333333;
    text-align:justify;
	font-size: 12px;
	font-family: tahoma, tahoma;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	
}

.texto-base2 {
	color: #FFFFFF;
    text-align:justify;
	font-size: 12px;
	font-family: tahoma, tahoma;
	letter-spacing: normal;
	word-spacing: normal;
	text-decoration: none;
	
}

.titulo {
	font-family: tahoma, tahoma;
	font-size: 15px;
	font-weight:bold;
	color:#000000;
	
}

a:link {
	color: #006699;
	text-decoration: none;
}
a:visited {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: underline;
}
a:active {
	color: #006699;
	text-decoration: none;
}


.bgmenu_title { /*titulo do menu lateral, com borda */
	font-family:tahoma, tahoma;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	border-left: 5px solid #000080;  
	background-color: #ffffff; 
	width:100%;
	height:26px; 
	solid #ccc;
}

.bgmenu { /*menu lateral, com borda esquerda azul */
	font-family:tahoma, tahoma;
	font-size:13px;
	background-color: #f4f4f4;
	width:200px; 
	height:26px; 
	solid: #e0e0e0;
	margin:0;
	padding:0;
}

.bgmenu a{ /* Links no menu lateral */
	border-left: 10px solid #e6e6e6;  
	background-color: #f8f8f8;
	text-decoration: none;
	width:200px;  
	height:26px; 
}
.bgmenu a:hover{ /* On mouse over no menu lateral */
	border-left: 10px solid #FFD402;  
	background-color:#f4f4f4;
	color: #000080;
	width:200px; 
	height:26px; 
	text-decoration: none;
}

.bgmenu_title_orange { /*titulo do menu lateral, com borda */
	font-family:tahoma, tahoma;
	font-size:9px;
	color:#ffffff;
	font-weight:bold;
	border-left: 5px solid #FF9933;  
	background-color: #FF9933; 
	width:200px; 
	height:26px; 
	solid #ccc;
}

.bgmenu_orange { /*menu lateral, com borda esquerda azul */
	font-family:tahoma, tahoma;
	font-size:9px;
	background-color: #f4f4f4;
	width:200px; 
	height:26px; 
	solid: #f4f4f4;
	margin:0;
	padding:0;
}
.bgmenu_orange a{ /* Links no menu lateral */
	border-left: 7px solid #FF9933;  
	background-color: #f4f4f4;
	text-decoration: none;
	width:200px;  
	height:26px; 
}
.bgmenu_orange a:hover{ /* On mouse over no menu lateral */
	border-left: 7px solid #FFD402;  
	background-color: #cccccc;
	color: #000080;
	width:200px; 
	height:26px; 
	text-decoration: none;
}



/* BORDA DE TABELA \*/
table.bordasimples {border-collapse: collapse;}

table.bordasimples tr td {border:1px solid #333333;}

/* \*/
table.bordasimples2 {border-collapse: collapse;}

table.bordasimples2 tr td {border:0px solid #FFFFFF;}


/* \*/
table.bordasimples3 {border-collapse: collapse;}

table.bordasimples3 tr td {border:1px solid #171717;}
